a bit of readme

This commit is contained in:
fleaz 2025-04-13 01:31:50 +02:00
parent 3c7ee64dad
commit 66f76a466a

View file

@ -1,6 +1,21 @@
# coffee-scale # coffee-scale
Building my own coffee scale that is tailored to brew over coffee and also has a beeper so your ADHD brain won't forget
the coffee during the 30 second blooming phase...
## Harware
* RP2040
* HX711 with a load cell
* SSD1306 display
* passive piezo buzzer
* simple pushbuttons
* ToDo: LiPo battery and charger
## Build and flash ## Build and flash
```shell ```shell
ampy -p /dev/ttyACM0 put libs/hx711.py
ampy -p /dev/ttyACM0 put libs/ssd1306.py
ampy -p /dev/ttyACM0 run main.py ampy -p /dev/ttyACM0 run main.py
``` ```
`run` is just `put` followed by a direct execute of the code.