Skip to content

billbsing/M5Watch

Repository files navigation

M5Watch

Based on ESP32

M5StickC ESP32-PICO Mini IoT Development Kit

see M5Watch

Build

  • 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.h file with you WiFI connection details.
$ vi watch/private.h
  • Build the project
$ make
  • Upload to the M5StickC
$ make upload

WiFi Connection

This 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"

Libraries

This project use the following libraries:

About

M5StickC as a watch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published