№ 9710 В разделах: Electronics
ESP8266
Programming
от February 4th, 2019,
В подшивках: Displays, ESP8266, WifiManager
About 8 years ago I created wall clock with bluetooth synced time. Ok, its enough. Lets go to modern world with universal wifi driven devices! Today I trashed old AVR microcontroller from wall clock and used esp8266. 8 MHz and 80MHz… feel difference! At first steps I used ESP-12 NodeMCU module to develop and debug firmware. You can do final device with this module if you absolutely novice in mcu programming, if not you can do it with ESP-01 module.
If you want get own weather from service like OpenWeatherMap use xml library, look here example.
Do not forget turn on SPIFFS 1M option in Arduino IDE. At first run device will turn on own AP with configuring interface, connect it to your wifi network. With ESP-01 modules vendored by Puya problem, SPIFFS is not accessible! Saving parameters works only with ESP-12. This problem must be solved in future SDK versions.
Download source code
Wiring for NodeMCU ESP-12 development board
Wiring for ESP-01 board
Final device after moving to ESP-01
Checkout my another clock projects:
Fortune cookie: Today's spam: go hard the cheap way
Leave a Reply