Example Manual

[简体中文]

Precondition

  1. Install Heltec ESP32 development framework. If you don’t have it installed, please referESP32 series QuickStart.

    The Heltec ESP32 development Framework already contains the basic code.

  2. Install Heltec ESP32 library. If you don’t have it installed, please referESP32 series QuickStart.

    The library contains the lora code, factory test code, and some corresponding extensions.

Factory test demo

  1. Open Arduino IDE , click tool, select Board, port parameters, etc. As shown below

  1. Follow the path below to find the program and upload it.

  1. Once the firmware has been successfully flashed, the hardware status will appear as illustrated in the figure.

  1. To perform debugging via serial output, the USB CDC On Boot option needs to be Enabled in the tool.

  1. And then set the upload mode to USB-OTG-CDC (TinyUSB).

This is a test program, can test that your board is functioning correctly.