Based on ESP32
M5StickC ESP32-PICO Mini IoT Development Kit
see M5Watch
- Git clone this repo
$ git clone https://github.com/billbsing/M5Watch.git- Donwload the arduino build environment.
$ ./getBuidEnvironment.sh- Download the third party external libraries
$ ./getLibraries.sh- Add your
watch/private.hfile with you WiFI connection details.
$ vi watch/private.h- Build the project
$ make- Upload to the M5StickC
$ make uploadThis project uses the file watch/private.h file. This include file
contains the SSID and password of your WiFi network.
For example watch/private.h:
// Private WiFi details
#define WIFI_SSID "MY-WIFI-SSID"
#define WIFI_PASSWORD "MY-WIFI-PASSWORD"This project use the following libraries: