- Install the current upstream Arduino IDE at the 1.8 level or later. The current version is at the Arduino website.
- Start Arduino and open Preferences window. In additional board manager add url: https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json .separating them with commas.
- Copy or move the folder in the lib directory to
<C:\Users\Your User Name\Documents\Arduino\libraries>
- Board select
Tools
->Board
->ESP32 Dev Module
- In
configuration.h
, you can select hotspots and connect to wireless WiFi, and you can change and add sensors. For details, please refer toconfiguration.h
- Build and Upload the sketch
- View the obtained ip address in the serial output, enter the ip address in the browser to view the data.
- Install VSCODE and Python
- Search for the PlatformIO plug-in in the VSCODE extension and install it.
- After the installation is complete and the reload is completed, there will be a small house icon in the lower left corner. Click to display the Platformio IDE home page
- Go to file - >
Open folder
- > Select theLilyGo-HiGrow
- Click the (√) symbol in the lower left corner to compile (→) for upload.