1
0

Update Readme

This commit is contained in:
2025-09-16 21:52:48 +02:00
parent 0605e63578
commit 8e589ebec4

View File

@@ -1,12 +1,15 @@
# SmartCube V1 # SmartCube V1
**SmartCube** is a tiny, customizable desk toy built with an ESP8266 D1 Mini. It can display messages on an OLED, monitor battery voltage, control a buzzer, and respond to button presses. **SmartCube** is a tiny, customizable desk toy built with an ESP8266 D1 Mini. It can display messages on an OLED, monitor battery voltage, control a buzzer, and respond to button presses.
The guide how to make one is [available here](https://git.kopic.hr/tomislav/SmartCubeV1)
--- ---
## 1⃣ Clone the Repository ## 1⃣ Clone the Repository
If you are on **Windows**, open **Command Prompt (CMD)**: If you are on **Windows**, open **Command Prompt (CMD)**:
You make need to install [git first](https://git-scm.com/downloads/win)
1. Press **Win + R**, type `cmd`, and press **Enter**. 1. Press **Win + R**, type `cmd`, and press **Enter**.
@@ -51,7 +54,7 @@ esphome version
## 4⃣ Flash the SmartCube ## 4⃣ Flash the SmartCube
1. Connect your D1 Mini to your PC using a **data-capable USB cable**. 1. Connect your SmartCube to your PC using a **data-capable USB cable**.
2. Upload the firmware: 2. Upload the firmware:
@@ -66,7 +69,7 @@ Look for the entry that says something like:
(USB Serial Port (COMX)) (USB Serial Port (COMX))
``` ```
Select that one (usually your D1 Mini) by typing its number and pressing **Enter**. Select that one by typing its number and pressing **Enter**.
ESPHome will compile and flash the firmware. ESPHome will compile and flash the firmware.