summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorRobert Scheibe <mail@robert-scheibe.de>2022-04-10 20:44:52 +0200
committerRobert Scheibe <mail@robert-scheibe.de>2022-04-10 20:44:52 +0200
commit3d72d8aa2b5f8a4c04b680b77f6a502be94db3b7 (patch)
treed21b2a7b22b0da844be92bf4ac6afb5c7696dfd0 /README.txt
initial commit, DHT-22 sensor still need to be addedHEADmaster
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..8ffb95e
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,8 @@
+press button on pico and start device by pluggin in USB cable
+picotool load rp2-pico-20220117-v1.18.uf2
+restart
+rshell -p /dev/ttyACM0 --buffer-size 512
+cp pico-tempguard.py /pyboard/main.py
+
+pip install mpremote
+mpremote reset; mpremote run pico-tempguard.py