AYWHP LoRa V3 ESP32 Development Board

AYWHP LoRa V3 ESP32 Development Board User Manual

Model: LoRa V3 ESP32 Development Board | Brand: AYWHP

1. Introduction

The AYWHP LoRa V3 ESP32 Development Board is a versatile module integrating WiFi, Bluetooth, and LoRa communication capabilities. It features a dual-core 240MHz processor, a CP2102 USB-to-serial chip for easy programming, and a 0.96-inch OLED display for real-time information. Designed for various IoT applications, it supports Arduino development and the LoRaWAN protocol, enabling long-range, low-power communication.

2. Package Contents

Verify that all items listed below are included in your package. If any items are missing or damaged, please contact customer support.

  • 1 x ESP32 V3 LoRa Module
  • 1 x LoRa Antenna
  • 1 x SH1.25X2P Male Cable (15cm)
  • 1 x LoRa Protective Case
  • 2 x Pin Headers
Contents of the AYWHP LoRa V3 ESP32 Development Board package
Image: The package includes the ESP32 V3 LoRa module, a LoRa antenna, a connecting cable, a protective case, and two pin headers.

3. Product Overview

The AYWHP LoRa V3 ESP32 Development Board is designed for ease of use and integration into various projects. Below are key visual references and component details.

Top-down view of the AYWHP LoRa V3 ESP32 Development Board
Image: A general view of the LoRa V3 ESP32 Development Board, highlighting its compact design and integrated OLED display.
Labeled components of the LoRa V3 ESP32 Development Board
Image: Detailed view of the LoRa V3 module with key components labeled, including the Power indicator, Signal indicator, Reset button, Type-C USB port, Programming/user buttons, 0.96" OLED Display I2C, WiFi Antenna, CP2102 USB to serial chip, and Lithium battery interface.
Pinout diagram for the LoRa V3 ESP32 Development Board
Image: Comprehensive pinout diagram for the V3 LoRa Module, detailing the functions of each pin on Headers J2 and J3, including GND, Serial SPI I2C, Connected, Power, Other, Physical pin, GPIO, ADC/DAC, and Pull Up/Down.
AYWHP ESP32 Development Board with 0.96-inch OLED Display and 868-915MHz Antenna
Image: The upgraded version of the ESP32 Development Board, shown with its 0.96-inch OLED display and an 868-915MHz antenna. Note that the board comes unassembled and soldering may be required.

4. Specifications

Detailed technical specifications for the AYWHP LoRa V3 ESP32 Development Board:

FeatureDetail
Processor240 MHz Dual-Core (Espressif)
RAMLPDDR4
Operating SystemArduino IDE
Connectivity TechnologyWi-Fi, LoRa, Bluetooth, USB
LoRaChip Support Frequency BandSX1262 (868-915MHz)
OLED Display0.96 inch
USB to Serial ChipCP2102
Item Weight2.89 ounces
Package Dimensions5.63 x 4.21 x 0.98 inches
Hardware specifications table for the LoRa V3 ESP32 Development Board
Image: A table summarizing the hardware specifications of the LoRa V3 ESP32 Development Board, including frequency, flash memory, processor, main control chip, LoRa chip, communication distance, computing power, dual-mode Bluetooth, WiFi support modes, development environment, working voltage, operating range, UDP continuous throughput, and USB interface chip.

5. Setup Instructions

Follow these steps to set up your AYWHP LoRa V3 ESP32 Development Board for programming and use.

5.1. Install Development Environment

  1. Download and Install Arduino IDE: Obtain the latest version of the Arduino Integrated Development Environment from the official Arduino website.
  2. Add ESP32 Board Support: In the Arduino IDE, go to File > Preferences. In the "Additional Boards Manager URLs" field, add the URL for ESP32 board support. Then, go to Tools > Board > Boards Manager, search for "ESP32", and install the package.
  3. Install LoRa Library: Go to Sketch > Include Library > Manage Libraries.... Search for "LoRa" (e.g., Arduino-LoRa) and install the necessary library.

5.2. Connect the Device

  1. Connect via USB: Use a USB cable to connect the development board to your computer.
  2. Select Board and Port: In the Arduino IDE, navigate to Tools > Board and select 'ESP32 Dev Module'. Then, go to Tools > Port and select the correct serial port corresponding to your connected board.

5.3. Programming and Testing

  1. Select Example Code: Open an example sketch, such as 'LoRa Send' or 'LoRa Receive', from the LoRa library examples.
  2. Configure Frequency: Adjust the LoRa frequency in the code to 868MHz or 915MHz, depending on your regional specifications and antenna.
  3. Upload Code: Click the "Upload" button in the Arduino IDE to compile and upload the code to your board.
  4. Monitor Serial Port: Open the Serial Monitor (Tools > Serial Monitor) to view debugging information and communication output.

Note: For Meshtastic firmware, visit the official Meshtastic website to download and flash the appropriate firmware for your Heltec V3 device. Ensure your device is plugged in via USB and follow the on-screen instructions for flashing.

Video: This video demonstrates the process of setting up and using the LoRa V3 ESP32 Development Board, including flashing firmware and establishing communication with other devices via Meshtastic.

6. Operating Instructions

6.1. OLED Display Usage

The integrated 0.96-inch OLED display can show debugging information, battery status, and other data. To control the display, use libraries such as U8g2 or Adafruit_SSD1306 in your Arduino code.

6.2. External Sensor Connection

The board provides various interfaces for connecting external sensors, including I2C, UART, and GPIO. Refer to the pinout diagram in Section 3 to identify the appropriate pins for your project requirements.

6.3. Meshtastic Communication

When flashed with Meshtastic firmware, the board can form a mesh network for long-range, low-power communication. Connect to the board via Bluetooth using the Meshtastic mobile application to send text messages, transmit GPS data, and share sensor information within the mesh network.

7. Applications

The AYWHP LoRa V3 ESP32 Development Board is suitable for a wide range of applications due to its robust RF circuit design and low-power capabilities:

  • Smart Cities
  • Smart Farms
  • Home Automation
  • Industrial Control
  • Home Security Systems
  • Wireless Metering
  • General IoT Development
  • Environmental Monitoring
  • Robot Control
  • Drone Control
  • DIY Electronic Programs
Examples of applications for the LoRa V3 ESP32 Development Board
Image: Visual examples of the LoRa V3 module in various applications, including environmental monitoring, robot control, drone control, and DIY electronic projects.

8. Maintenance

To ensure the longevity and optimal performance of your development board, follow these maintenance guidelines:

  • Keep Clean and Dry: Protect the board from dust, dirt, and moisture. Use a soft, dry cloth for cleaning.
  • Avoid Extreme Conditions: Do not expose the board to extreme temperatures, high humidity, or corrosive environments.
  • Handle with Care: Avoid dropping or subjecting the board to physical shocks, which can damage internal components.

9. Troubleshooting

If you encounter issues with your AYWHP LoRa V3 ESP32 Development Board, refer to the following common troubleshooting steps:

9.1. Connectivity Issues

  • Check USB Cable: Ensure the USB cable is functional and securely connected to both the board and your computer.
  • Verify Drivers: Confirm that the necessary CP2102 USB-to-serial drivers are installed on your computer.
  • Correct Port Selection: In the Arduino IDE, ensure the correct serial port is selected under Tools > Port.

9.2. Firmware Flashing Issues

  • Boot Mode: Ensure the device is in boot mode during flashing. This often involves holding down a specific button (e.g., BOOT or PRG) while plugging in the USB cable or during the upload process.
  • Baud Rate: Check if the baud rate setting in your flashing tool or Arduino IDE is appropriate for reliable communication.
  • Try Different USB Port/Cable: Sometimes, issues can be resolved by using a different USB port on your computer or a different USB cable.

9.3. OLED Display Not Working

  • Library Installation: Verify that the U8g2 or Adafruit_SSD1306 library is correctly installed in your Arduino IDE.
  • Code Initialization: Check your code for proper initialization of the OLED display, including I2C address and display type.

10. Warranty and Support

For detailed warranty information, technical support, or to report any issues, please refer to the manufacturer's official website or contact their customer service directly. Keep your purchase receipt as proof of purchase for warranty claims.

Related Documents - LoRa V3 ESP32 Development Board

Preview RCmall Contact Information and Support
Contact RCmall for inquiries about hobby electronics, building kits, and related products. Find contact details for Ms. Niki, email, Skype, and WhatsApp.
Preview EWM226-xxxT22S LoRa Wireless Digital Transmission Module Product Specification
Detailed product specification for the EBYTE EWM226-xxxT22S LoRa wireless digital transmission module, covering features, parameters, operation, and hardware design for applications like lawn mowers.
Preview EWM226-xxxT22S LoRa Wireless Digital Transmission Module Product Specification
Detailed product specification for the EBYTE EWM226-xxxT22S LoRa wireless digital transmission module, covering features, parameters, operating instructions, hardware design, and troubleshooting for lawn mower applications.
Preview STOCKHOLM 2025 Pendant Lamp - IKEA Assembly Instructions
Detailed assembly instructions for the IKEA STOCKHOLM 2025 pendant lamp, covering safety precautions, parts identification, and step-by-step installation guidance.
Preview Autec Dynamic+P Series Radio Remote Control Instruction Manual - Part B: Conformity and Frequencies
This document provides Part B of the instruction manual for Autec Dynamic+P Series Radio Remote Controls, focusing on conformity with standards and operating frequencies (863-870MHz and 915-928MHz). It details compliance with EC, UKCA, FCC, and IC regulations, along with frequency band specifications and usage guidelines.
Preview Autec Dynamic+P Series Radio Remote Control Instruction Manual - Part B: Conformity and Frequencies
Instruction manual for Autec Dynamic+P series radio remote controls, detailing conformity standards (EC, FCC, IC) and operating frequencies (863-870MHz, 915-928MHz). Includes essential safety warnings, product overview, and technical specifications for compliance.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.