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

Github Link

This demo will fetch weather and time information over the network and print it to the device display.

  1. Open the ArduinoIDE and select the appropriate board and serial port from the Tools menu.

  1. Follow the following path to select the example.

  2. 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.

  3. 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.