aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-03-09 13:53:09 -0600
committerBlaise Thompson <blaise@untzag.com>2021-03-09 13:53:09 -0600
commit7bcffdfa4ee1bc6071e4798c2e65732fda1db44f (patch)
tree9b256e59860ef6ed83777296e91cc62d98a055fc
parent9ee2ffccd6d3d8370d84399f9c8f04b3ecd4262c (diff)
firmware readme
-rw-r--r--firmware/esp8266-20191220-v1.12.binbin619828 -> 0 bytes
-rw-r--r--firmware/firmware.org13
2 files changed, 0 insertions, 13 deletions
diff --git a/firmware/esp8266-20191220-v1.12.bin b/firmware/esp8266-20191220-v1.12.bin
deleted file mode 100644
index e46d257..0000000
--- a/firmware/esp8266-20191220-v1.12.bin
+++ /dev/null
Binary files differ
diff --git a/firmware/firmware.org b/firmware/firmware.org
deleted file mode 100644
index 9a5fbd6..0000000
--- a/firmware/firmware.org
+++ /dev/null
@@ -1,13 +0,0 @@
-#+TITLE: firmware: network of CO2 sensors
-* commands used to flash device
-esptool.py --port /dev/ttyUSB0 erase_flash
-esptool.py -p /dev/ttyUSB0 --baud 450800 --chip esp8266 write_flash 0x00000 esp8266-20191220-v1.12.bin
-(use rshell to upload main.py, settings.py)
-./flash.sh
-* commands used to read from sensor
-i2c=I2C(scl=Pin(4), sda={␛[␛[KPin(5), freq=10000)
-i2c.writeto(104, "\x22\x00\x08\x2A".encode())
-i2c.readfrom(104, 4)
-* commands used to interact with device
-conda activate micropython
-rshell