All Projects → eggfly → Stickwatch

eggfly / Stickwatch

Licence: apache-2.0
A DIY smart watch based on M5Stick of ESP32

Projects that are alternatives of or similar to Stickwatch

Mysensors
MySensors library and examples
Stars: ✭ 1,150 (+1591.18%)
Mutual labels:  arduino, esp32, esp8266
Arduinojson
📟 JSON library for Arduino and embedded C++. Simple and efficient.
Stars: ✭ 5,456 (+7923.53%)
Mutual labels:  arduino, esp32, esp8266
Esp Dash
A blazing fast library to create a functional dashboard for ESP8266 and ESP32
Stars: ✭ 548 (+705.88%)
Mutual labels:  arduino, esp32, esp8266
Esphome Core
🚨 No longer used 🚨 - The C++ framework behind ESPHome
Stars: ✭ 545 (+701.47%)
Mutual labels:  arduino, esp32, esp8266
Deepsleepscheduler
DeepSleepScheduler is a lightweight, cooperative task scheduler library with configurable sleep and task supervision.
Stars: ✭ 59 (-13.24%)
Mutual labels:  arduino, esp32, esp8266
Arduino Homekit Esp8266
Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.
Stars: ✭ 545 (+701.47%)
Mutual labels:  arduino, esp32, esp8266
Bleeper
Library to manage your firmware configurations written in C++
Stars: ✭ 54 (-20.59%)
Mutual labels:  arduino, esp32, esp8266
Esphelper
A library to make using WiFi & MQTT on the ESP8266 easy.
Stars: ✭ 310 (+355.88%)
Mutual labels:  arduino, esp32, esp8266
Esp32 esp8266 wifi speaker oled
A MP3 streaming WiFi speaker for ESP8266 & ESP32 chips
Stars: ✭ 20 (-70.59%)
Mutual labels:  arduino, esp32, esp8266
Open Home Automation
Open Home Automation with Home Assistant, ESP8266/ESP32 and MQTT
Stars: ✭ 820 (+1105.88%)
Mutual labels:  arduino, esp32, esp8266
Guislice
GUIslice drag & drop embedded GUI in C for touchscreen TFT on Arduino, Raspberry Pi, ARM, ESP8266 / ESP32 / M5stack using Adafruit-GFX / TFT_eSPI / UTFT / SDL
Stars: ✭ 534 (+685.29%)
Mutual labels:  arduino, esp32, esp8266
Esp3d
FW for ESP8266/ESP8285/ESP32 used with 3D printer
Stars: ✭ 979 (+1339.71%)
Mutual labels:  arduino, esp32, esp8266
Platformio Atom Ide
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
Stars: ✭ 475 (+598.53%)
Mutual labels:  arduino, esp32, esp8266
Platformio Core
PlatformIO is a professional collaborative platform for embedded development 👽 A place where Developers and Teams have true Freedom! No more vendor lock-in!
Stars: ✭ 5,539 (+8045.59%)
Mutual labels:  arduino, esp32, esp8266
Espui
A simple web user interface library for ESP32 and ESP8266
Stars: ✭ 330 (+385.29%)
Mutual labels:  arduino, esp32, esp8266
Async Mqtt Client
📶 An Arduino for ESP8266 asynchronous MQTT client implementation
Stars: ✭ 555 (+716.18%)
Mutual labels:  arduino, esp32, esp8266
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+4760.29%)
Mutual labels:  arduino, esp32, esp8266
Ssd1306
Driver for SSD1306, SSD1331, SSD1351, IL9163, ILI9341, ST7735, PCD8544, Nokia 5110 displays running on Arduino/ESP32/Linux (Rasperry) platforms
Stars: ✭ 303 (+345.59%)
Mutual labels:  arduino, esp32, esp8266
Sonoff Homekit
Make your Sonoff Switch compatible with Apple Homekit! 🎉
Stars: ✭ 722 (+961.76%)
Mutual labels:  arduino, esp32, esp8266
Esp8266audio
Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
Stars: ✭ 972 (+1329.41%)
Mutual labels:  arduino, esp32, esp8266

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 中对应的硬件电路支持

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].