★ wanayoo — archive 1999 https://github.com/m5stack/StickWatchNouvelle recherche | Portail wanayoo
Skip to content
A DIY smart watch based on M5Stick of ESP32
Branch: master
Clone or download
Pull request Compare This branch is 2 commits behind eggfly:master.
Latest commit 960df41 Apr 23, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Best of Super Mario per Arduino Add NES music demo Mar 15, 2019
StickWatch ArduinoJson as local dependancy Mar 15, 2019
arduino_demo some demo Jan 31, 2019
demo IR test ok! Jan 31, 2019
font fonts Jan 23, 2019
images add pictures Apr 23, 2019
m5stack/NES_DEMO Add NES music demo Mar 15, 2019
res one work version after bigger battery Jan 24, 2019
.DS_Store add IP5306 I2C doc Feb 12, 2019
.gitignore add pictures Apr 23, 2019
401486074 IP5306 REG V1.4.pdf add IP5306 I2C doc Feb 12, 2019
LICENSE Initial commit Jan 11, 2019
README.md add pictures Apr 23, 2019
Spec.md IR test ok! Jan 31, 2019
TODO.md add a2dp_source demo Jan 30, 2019
cn.zfs.bledebugger.apk Using BLE to provider wifi ssid and password Jan 27, 2019
esp32_ir.txt IR test ok! Jan 31, 2019
right_ir.txt IR test ok! Jan 31, 2019

README.md

StickWatch

A smart watch based on M5Stick of ESP32

https://item.taobao.com/item.htm?id=581055502939

Use ESP-idf + Arduino to build this project with configuration: M5Stack-Core-ESP32, QIO, 80MHz, No OTA (Large APP), 921600, Verbose

以下是例程 StickWatch.ino 的路径

在编译 StickWatch.ino 之前,先做以下配置

1. 为了避免"项目太大了"失败的问题,需要在Arduino IDE中选择菜单栏中的工具->Partition Scheme->Large App No OTA.

2. 依赖库(在 Arduino IDE 的板管理上安装以下依赖库):

  • Wifi

- ArduinoJson (6.2.0-beta as local dependancy)

3. 配置 WIFI

为了能正常显示时间,需要配置 WIFI。

打开 config.h 文件,修改第5、6行,修改成您的wifi账号和密码

// user configurable variables start
const char* BUILTIN_WIFI_SSID      = "Your WIFI ssid";
const char* BUILTIN_WIFI_PASSWORD  = "********";

然后打开 StickWatch.ino,编译下载

注意

成功烧录后,Stick 上显示的温度和电压数值都是不可以用,因为没有 Stick 中对应的硬件电路支持

You can’t perform that action at this time.