Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shba007/biosense-iot
- Owner: shba007
- License: gpl-3.0
- Created: 2023-07-26T03:54:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-03T00:56:14.000Z (9 months ago)
- Last Synced: 2024-04-16T14:12:03.560Z (7 months ago)
- Topics: esp32-arduino, esp32-cam, iot
- Language: C++
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.binesptool --chip esp32 --port COM5 erase_flash