From 8e589ebec446f4d9349a72eb5a9928b85e04d19a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Tue, 16 Sep 2025 21:52:48 +0200 Subject: [PATCH] Update Readme --- Readme.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index a8ac182..d20f904 100644 --- a/Readme.md +++ b/Readme.md @@ -1,12 +1,15 @@ # 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 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**. @@ -51,7 +54,7 @@ esphome version ## 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: @@ -66,7 +69,7 @@ Look for the entry that says something like: (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.