-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
# Blockclock for M5Stick CPlus | ||
|
||
Este é um relógio de blocos que funciona conectado à wifi, puxando dados da mempool.space à cada 1 minuto. | ||
This is a bitcoin blockclock that works connected to wifi, pulling data from mempool.space every 1 minute. | ||
|
||
![M5StickC running blobkclock](https://raw.githubusercontent.com/bolsonitro/Blockclock_M5StickC_Plus/master/m5stickblockclock.jpg) | ||
![M5StickC running blockclock](https://raw.githubusercontent.com/bolsonitro/Blockclock_M5StickC_Plus/master/m5stickblockclock.jpg) | ||
|
||
## Instalando | ||
|
||
1. Baixe a ultima versão do Arduino IDE | ||
2. Siga o [tutorial da M5Stack](https://docs.m5stack.com/en/quick_start/m5stickc_plus/arduino) | ||
3. Clone o repósitório e abra o arquivo blockclock.ino com a IDE do arduino | ||
4. Selecione a porta COM correspondente à sua M5Stick e o modelo | ||
5. Grave o código (Seta para a direita no canto superior esquerdo) | ||
1. Download the latest version of Arduino IDE | ||
2. Follow the tutorial [tutorial](https://docs.m5stack.com/en/quick_start/m5stickc_plus/arduino) to install the libraries | ||
3. Clone the repository and open the blockclock.ino file with the arduino IDE | ||
4. Select the COM port corresponding to your M5Stick and the model | ||
5. Upload the code | ||
|
||
## Connecting to WiFi | ||
|
||
The code uses smartconfig from ESP32 to connect to WiFi, so you need the app [ESP-TOUCH](https://www.espressif.com/en/products/software/esp-touch/resources) which can be found on the EspressIF website. | ||
![SmartConfig](https://www.espressif.com/sites/default/files/faq/screen_shot_2016-04-27_at_1.30.27_pm_0.png) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Blockclock for M5Stick CPlus | ||
|
||
Este é um relógio de blocos que funciona conectado à wifi, puxando dados da mempool.space à cada 1 minuto. | ||
|
||
![M5StickC running blockclock](https://raw.githubusercontent.com/bolsonitro/Blockclock_M5StickC_Plus/master/m5stickblockclock.jpg) | ||
|
||
## Instalando | ||
|
||
1. Baixe a ultima versão do Arduino IDE | ||
2. Siga o [tutorial da M5Stack](https://docs.m5stack.com/en/quick_start/m5stickc_plus/arduino) | ||
3. Clone o repósitório e abra o arquivo blockclock.ino com a IDE do arduino | ||
4. Selecione a porta COM correspondente à sua M5Stick e o modelo | ||
5. Grave o código (Seta para a direita no canto superior esquerdo) | ||
|
||
## Conectando ao WiFi | ||
|
||
O código usa smartconfig do ESP32 para realizar a conexão com o WiFi, portanto, precisa-se do aplicativo [ESP-TOUCH](https://www.espressif.com/en/products/software/esp-touch/resources) que encontra-se no website da EspressIF. | ||
![Conexão ao WiFi](https://www.espressif.com/sites/default/files/faq/screen_shot_2016-04-27_at_1.30.27_pm_0.png) |