3 Commits
v1.2 ... main

Author SHA1 Message Date
55cb9177db fix pin 2025-09-18 17:50:03 +02:00
128085056b Update text 2025-09-18 17:47:19 +02:00
9ea3f3c8f9 Make the text less stupid 2025-09-18 17:46:04 +02:00
2 changed files with 6 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
# SmartCube
**SmartCube** is a tiny and customizable desk toy using the ESP8266 D1 Mini.
Built entirely from cheap, easy-to-find parts, it can connect to Wi-Fi and can be programmed to do just about anything:
show notifications, display the weather, monitor stuff, show a clock, serve a web site, mine crypto, be a virtual pet or whatever else your caffeine-fueled brain can imagine.
is a compact, customizable desk companion powered by an ESP8266 microcontroller.
Built entirely from cheap, easy-to-find parts, it can be programmed for a variety of tasks:
show notifications, display the weather, monitor sensors, act as a clock, host a simple web page, serve as a WiFi extender, run small background tasks, or even be a virtual pet
Whatever you feel like experimenting with!
![SmartCube](https://git.kopic.hr/tomislav/SmartCubeV1/raw/branch/main/hardware/pictures/cubez.jpg)

View File

@@ -7,7 +7,7 @@
// Buttons and buzzer
#define PIN_BTN_L 12 // D6
#define PIN_BTN_M 13 // D7
#define PIN_BTN_R 14 // D8
#define PIN_BTN_R 15 // D8
#define PIN_BUZZER 0 // D3
// Battery measurement