1. Introducció
The LILYGO LoRa32 ESP32 Development Board is a versatile module integrating an ESP32 microcontroller with LoRa wireless communication capabilities at 433MHz. It features an onboard 0.96-inch OLED display, an SD card slot for data storage, and supports Wi-Fi and Bluetooth Low Energy (BLE) connectivity. This board is designed for various IoT applications, including sensor networks, data logging, and remote control systems.

Figura 1: Frontal view of the LILYGO LoRa32 ESP32 Development Board with attached antenna and active OLED display.
2. Contingut del paquet
Verifiqueu que tots els elements que s'enumeren a continuació siguin presents al vostre paquet:
- 1 x LILYGO LoRa32 ESP32 Development Board (T3 LoRa)
- 1 x 433MHz LoRa Antenna
- 1 x Battery Connector Cable
- 2 x Pin Headers

Figure 2: Included components: LILYGO T3 LoRa board, battery cable, pin headers, and antenna.
3. Producte acabatview
The LILYGO LoRa32 board integrates several key components for IoT development:
- ESP32 Microcontroller: Provides Wi-Fi, Bluetooth V4.2 + BLE, and general-purpose I/O.
- LoRa Transceiver: SX1278 for 433MHz LoRa communication.
- Pantalla OLED: 0.96-inch SSD1306 (128x64 resolution) via I2C interface.
- Ranura per a targeta SD: For local data storage.
- Gestió d'energia: Supports USB and 3.7V LiPo battery power supply with an integrated battery switch and TP4054 charging circuit.
- Antena: SMA connector for external 433MHz LoRa antenna.
- Port USB: Micro USB for power, data, and programming.

Figure 3: Component identification on the LILYGO LoRa32 board.

Figure 4: Pinout diagram for the LILYGO LoRa32 board.
4. Especificacions
| MCU | ESP32 (CH9102) |
| Memòria Flash | 4 MB |
| Protocols sense fil | Wi-Fi, Bluetooth V4.2 + BLE, LoRa (433MHz) |
| LoRa Transceiver | SX1278 (433MHz) |
| Pantalla OLED | 0.96 inch SSD1306 (128x64), I2C |
| Emmagatzematge extern | TF Card (Micro SD) Support |
| Font d'alimentació | USB (5V), 3.7V LiPo Battery |
| Dimensions (LxWxH) | 66 mm x 36 mm x 15 mm (2.54 x 1.06 x 0.51 polzades) |
| Pes | 1.13 unces |

Figura 5: Mésview of key technical specifications.
5. Configuració
Follow these steps to prepare your LILYGO LoRa32 board for use:
- Connecteu l'antena: Carefully screw the provided 433MHz LoRa antenna onto the SMA connector on the board. Ensure it is finger-tight to avoid damage.
- Connexió d'alimentació:
- Potència USB: Connect the board to a computer or a 5V USB power adapter using a Micro USB cable.
- Potència de la bateria: If using a 3.7V LiPo battery, connect it to the battery cable interface. Ensure correct polarity. Use the onboard power switch to turn the board on or off.
- SD Card Insertion (Optional): If you plan to use local data storage, insert a formatted Micro SD card into the TF card slot.
- Instal·lació del controlador: For initial programming via USB, you may need to install the CH9102 USB-to-Serial driver on your computer. Drivers are typically available from the manufacturer's GitHub repository or common driver sites.
- Development Environment Setup: Install the Arduino IDE or PlatformIO. Add ESP32 board support and necessary libraries for LoRa, OLED, and SD card functionality. Refer to the LILYGO GitHub for specific board definitions and examples.
6. Funcionament
Operating the LILYGO LoRa32 board primarily involves programming it with custom firmware and interacting with its various features:
- Càrrega de firmware: Connect the board via USB. Select the correct board model and COM port in your IDE. Upload your compiled code. The board may automatically enter programming mode, or you might need to press the 'Boot' button while pressing and releasing 'Reset' to initiate flashing.
- LoRa Communication: Implement LoRa send/receive functions in your code. Ensure your LoRa settings (frequency, spreading factor, bandwidth, coding rate) match those of the devices you intend to communicate with. The 433MHz frequency band is used by this specific board variant.
- OLED Display Usage: Utilize the SSD1306 library to display text, graphics, or sensor data on the 0.96-inch OLED screen.
- SD Card Operations: Use the SD library to read from or write data to the inserted Micro SD card. This is useful for logging sensor data or storing configuration files.
- Wi-Fi and BLE: Leverage the ESP32's built-in Wi-Fi and Bluetooth capabilities for network connectivity, data transfer, or creating local access points.
- Gestió d'energia: Monitor battery levels if using a LiPo battery. The TP4054 circuit manages battery charging when USB power is connected.
7. Manteniment
To ensure the longevity and reliable operation of your LILYGO LoRa32 board:
- Mantenir sec: Eviteu l'exposició a la humitat o líquids.
- Manejar amb cura: Electronic components are sensitive. Avoid dropping the board or applying excessive force.
- Neteja: Keep the board free from dust and debris. Use a soft, dry brush if cleaning is necessary.
- Connexió d'antena: Ensure the antenna is securely connected but do not overtighten. Operating the LoRa module without an antenna can cause damage.
- Actualitzacions de firmware: Regularly check the official LILYGO GitHub repository for updated firmware or libraries to benefit from improvements and bug fixes.
8. Solució De Problemes
Si teniu problemes, tingueu en compte els passos habituals següents per resoldre'ls:
- Board Not Detected by Computer:
- Ensure the CH9102 driver is correctly installed.
- Prova un cable USB o un port USB diferent.
- Verify the board is powered on (if using battery) or receiving power via USB.
- Firmware Upload Fails:
- Comproveu que la placa i el port COM correctes estiguin seleccionats a l'IDE.
- Ensure the board is in programming mode (sometimes requires holding 'Boot' while pressing 'Reset').
- Tanqueu totes les altres aplicacions que puguin estar utilitzant el port sèrie.
- La pantalla OLED no funciona:
- Verify that the OLED library is correctly included and initialized in your code.
- Check I2C address and pin definitions in your code against the board's pinout.
- Problemes de comunicació de LoRa:
- Confirm the 433MHz antenna is securely attached.
- Ensure LoRa parameters (frequency, spreading factor, bandwidth) match between communicating devices.
- Check for interference from other 433MHz devices.
- SD Card Not Reading/Writing:
- Ensure the SD card is properly inserted and formatted (FAT32 is common).
- Verify the SD library is correctly initialized and pin definitions are accurate.
- Prova una altra targeta SD.
9. Suport
For further assistance, resources, and community support, please refer to the following:
- Official GitHub Repository: Access documentation, example code, and firmware updates at github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series.
- Online Forums/Communities: Engage with other users and developers in relevant ESP32 and LoRa communities for project ideas and troubleshooting advice.
10. Informació de la garantia
LILYGO products are typically covered by a limited manufacturer's warranty against defects in materials and workmanship. Please retain your proof of purchase. For specific warranty terms and conditions, refer to the official LILYGO website or contact your retailer. This warranty does not cover damage caused by misuse, accident, modification, or improper installation.





