LILYGO LoRa32

LILYGO LoRa32 ESP32 Development Board User Manual

Model: LoRa32 (433MHz Variant)

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.

LILYGO LoRa32 ESP32 Development Board with antenna and OLED display

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
Contents of the LILYGO LoRa32 package: development board, antenna, battery cable, and 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.
Detailed diagram identifying components on the LILYGO LoRa32 board, including SMA antenna, SIM card slot, USB port, reset button, on-off switch, battery cable interface, 3D antenna, and IPEX interface.

Figure 3: Component identification on the LILYGO LoRa32 board.

Pinout diagram for the LILYGO T3 V1.6.1 ESP32 MCU + 0.96 OLED SSD1306 + LoRa Module, showing GPIO assignments for various functions like ADC, Touch, LoRa, OLED, and TF Card.

Figure 4: Pinout diagram for the LILYGO LoRa32 board.

4. Especificacions

MCUESP32 (CH9102)
Memòria Flash4 MB
Protocols sense filWi-Fi, Bluetooth V4.2 + BLE, LoRa (433MHz)
LoRa TransceiverSX1278 (433MHz)
Pantalla OLED0.96 inch SSD1306 (128x64), I2C
Emmagatzematge externTF 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)
Pes1.13 unces
Technical specifications diagram for LILYGO LoRa32, detailing MCU, Flash, Wireless protocol, Onboard functions, OLED display specifications, and Low Power LoRa Transceiver details for SX1276 and SX1278.

Figura 5: Mésview of key technical specifications.

5. Configuració

Follow these steps to prepare your LILYGO LoRa32 board for use:

  1. 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.
  2. 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.
  3. SD Card Insertion (Optional): If you plan to use local data storage, insert a formatted Micro SD card into the TF card slot.
  4. 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.
  5. 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:

  1. 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.
  2. 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.
  3. OLED Display Usage: Utilize the SSD1306 library to display text, graphics, or sensor data on the 0.96-inch OLED screen.
  4. 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.
  5. 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.
  6. 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.

Documents relacionats - LoRa32

Preview Guia de l'usuari de LILYGO T-Display
Una guia d'usuari per a la placa de desenvolupament LILYGO T-Display, que cobreix la configuració, la integració amb Arduino i les ordres bàsiques per al desenvolupament de mòduls ESP32.
Preview Guia de l'usuari de LILYGO T-BEAM-S3: Configuració i desenvolupament
Aquesta guia d'usuari proporciona instruccions completes per configurar la placa de desenvolupament LILYGO T-BEAM-S3. Apreneu a configurar l'entorn de programari amb l'IDE d'Arduino, connectar la placa i utilitzar les seves capacitats Wi-Fi, BLE, GPS i LoRa per a projectes d'IoT.
Preview Guia d'usuari de LILYGO T-Deck ESP32-S3 per al desenvolupament d'Arduino
Guia d'usuari completa per a la placa de desenvolupament LILYGO T-Deck, que detalla la configuració de l'IDE d'Arduino, la configuració d'ESP32-S3, la funcionalitat Wi-Fi i LoRa i la referència d'ordres SSC per a aplicacions IoT.
Preview Guia de l'usuari de LILYGO Mini E-Paper-S3
Guia d'usuari completa per a la placa de desenvolupament LILYGO Mini E-Paper-S3. Cobreix la configuració, la integració amb l'IDE d'Arduino, el desenvolupament de firmware i la referència d'ordres Wi-Fi per a aplicacions IoT.
Preview Guia de l'usuari de LILYGO T-WATCH-V3
Una guia d'usuari completa per a la placa de desenvolupament LILYGO T-WATCH-V3, que detalla la configuració, el desenvolupament de programari i la referència d'ordres SSC per a aplicacions ESP32.
Preview Guia d'usuari de LILYGO T-Embed
Una guia d'usuari completa per a la placa de desenvolupament LILYGO T-Embed, que cobreix la configuració, la integració amb l'IDE d'Arduino i la referència d'ordres Wi-Fi.