Soft-Collection / FantazeinClock

Fantazein Clock

Home Page:http://www.soft-collection.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiFi Clock

WiFi Clock

Simple clock that updates via WiFi

Parts

Qty Product Description
1 NodeMCU V3 Main board
1 L298N L298N driver board module
1 Electromagnet 12V Electromagnet 12V
1 Ruler Ruler
7 LEDs LEDs
7 Resistors 200 Ohm Resistors 200 Ohm
1 Magnet Magnet 20mm x 3mm
1 Ribbon Cable Ribbon Flexible Flat Cable

Notes

In the file Config.h you must set:

//Your WiFi SSID and Password
#define STASSID "YourSSID"
#define STAPSK  "YourPassword"
//Your Time Zone
#define MYTZ YourTimeZone

See all time zones here

Set desired upload_port in the file platformio.ini file.

Connection Diagram

Connection Diagram

About

Fantazein Clock

http://www.soft-collection.com


Languages

Language:C++ 59.4%Language:C 40.6%