1. Introduction
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.

Figure 1: Front view of the LILYGO LoRa32 ESP32 Development Board with attached antenna and active OLED display.
2. Package Contents
Verify that all items listed below are present in your package:
- 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. Product Overview
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.
- OLED Display: 0.96-inch SSD1306 (128x64 resolution) via I2C interface.
- SD Card Slot: For local data storage.
- Power Management: Supports USB and 3.7V LiPo battery power supply with an integrated battery switch and TP4054 charging circuit.
- Antenna: SMA connector for external 433MHz LoRa antenna.
- USB Port: 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. Specifications
| MCU | ESP32 (CH9102) |
| Flash Memory | 4MB |
| Wireless Protocols | Wi-Fi, Bluetooth V4.2 + BLE, LoRa (433MHz) |
| LoRa Transceiver | SX1278 (433MHz) |
| OLED Display | 0.96 inch SSD1306 (128x64), I2C |
| External Storage | TF Card (Micro SD) Support |
| Power Supply | USB (5V), 3.7V LiPo Battery |
| Dimensions (LxWxH) | 66mm x 36mm x 15mm (2.54 x 1.06 x 0.51 inches) |
| Weight | 1.13 ounces |

Figure 5: Overview of key technical specifications.
5. Setup
Follow these steps to prepare your LILYGO LoRa32 board for use:
- Attach Antenna: Carefully screw the provided 433MHz LoRa antenna onto the SMA connector on the board. Ensure it is finger-tight to avoid damage.
- Power Connection:
- USB Power: Connect the board to a computer or a 5V USB power adapter using a Micro USB cable.
- Battery Power: 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.
- Driver Installation: 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. Operating
Operating the LILYGO LoRa32 board primarily involves programming it with custom firmware and interacting with its various features:
- Firmware Upload: 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.
- Power Management: Monitor battery levels if using a LiPo battery. The TP4054 circuit manages battery charging when USB power is connected.
7. Maintenance
To ensure the longevity and reliable operation of your LILYGO LoRa32 board:
- Keep Dry: Avoid exposure to moisture or liquids.
- Handle with Care: Electronic components are sensitive. Avoid dropping the board or applying excessive force.
- Cleanliness: Keep the board free from dust and debris. Use a soft, dry brush if cleaning is necessary.
- Antenna Connection: Ensure the antenna is securely connected but do not overtighten. Operating the LoRa module without an antenna can cause damage.
- Firmware Updates: Regularly check the official LILYGO GitHub repository for updated firmware or libraries to benefit from improvements and bug fixes.
8. Troubleshooting
If you encounter issues, consider the following common troubleshooting steps:
- Board Not Detected by Computer:
- Ensure the CH9102 driver is correctly installed.
- Try a different USB cable or USB port.
- Verify the board is powered on (if using battery) or receiving power via USB.
- Firmware Upload Fails:
- Check that the correct board and COM port are selected in your IDE.
- Ensure the board is in programming mode (sometimes requires holding 'Boot' while pressing 'Reset').
- Close any other applications that might be using the serial port.
- OLED Display Not Working:
- 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.
- LoRa Communication Issues:
- 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.
- Try a different SD card.
9. Support
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. Warranty Information
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.





