Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shba007/biosense-iot

IoT repo of Biosense
https://github.com/shba007/biosense-iot

esp32-arduino esp32-cam iot

Last synced: 3 days ago
JSON representation

IoT repo of Biosense

Awesome Lists containing this project

README

        

# Biosense - IoT
IoT section of [Biosense](https://github.com/shba007/biosense-web)

arduino-cli monitor -p COM5 --baud 115200

### Compile the sketch
arduino-cli compile -b esp32:esp32:esp32doit-devkit-v1 --build-path ./build .
### Upload the sketch
arduino-cli upload -b esp32:esp32:esp32doit-devkit-v1 -p COM5 --input-dir ./build .
### Create the data binary
mkspiffs.exe -p 256 -b 4096 -s 1441792 -d 5 -c data build/files.bin
### Flash the LittleFS partition
esptool --chip esp32 -b 115200 -p COM5 write_flash 0x290000 build/files.bin

esptool --chip esp32 --port COM5 erase_flash