From 16e216432072f9312102f675d3c896ae1a1e9d50 Mon Sep 17 00:00:00 2001 From: Skot Croshere Date: Thu, 26 May 2022 17:37:21 -0700 Subject: [PATCH] added goals --- readme.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b7118bd..52cf246 100644 --- a/readme.md +++ b/readme.md @@ -37,4 +37,11 @@ Check my [BM1387 Scripts](https://github.com/skot/bm1387_scripts)! | RXI | 1.8V Serial input | | TXO | 1.8V Serial output | | RST | Inverted reset pin to the first BM1387. Unsure what to use this for. | -| GND | Common ground | \ No newline at end of file +| GND | Common ground | + +## Goals +- Figure out the BM1387 communication and put all of that in an onboard microcontroller like the ESP32-C3 (RISC-V, yum). +- Connect up the BM1387 internal temperature to the onboard microcontroller. +- Connect up the fan speed sensor to the onboard microcontroller. +- Develop some software in Rust to getblocktemplate from a bitcoin node and communicate work to a fleet of bitaxes. +- add an onboard power sensor \ No newline at end of file