Example Manual
Preparation
Software
Before you get started, make sure you have the libraries installed. The library relies on the Heltec Esp32 framework or the Espressif official Arduino-Esp32 framework.
How to installed, please refer to ESP32 series QuickStart.
Hardware
Connect Vision Master E213 to your computer with a high-quality data cable, and make sure you can find the correct device port and upload code. If you can’t find the device port, or you can’t upload the code, follow this link: Frequently Asked Questions
Sample Code
Weather Station
This demo will fetch weather and time information over the network and print it to the device display.
Open the ArduinoIDE and select the appropriate board and serial port from the Tools menu.
Follow the following path to select the example.
In this code you need to fill in the available Wi-Fi.
Warning
If you don’t connect Wi-Fi, the display won’t work.
The current code fetches the weather and time data through API of the corresponding website. If you want to change the data source, please refer to the
Readme.md
file of the code.