This repo holds firmware for the BIODYN-100.
- C
- ESP-IDF
- FreeRTOS
- Bluedroid
- Source ESP-IDF with
. $HOME/esp/esp-idf/export.shor manually. Ensure ESP-IDF is installed on your device properly. - Ensure the target it set with
idf.py set-target ESP32-S3. - Set config for flash in
idf.py menuconfigto 16Mib - Find the device name (usb port) in
/devif on MacOS or Linux. Windows will be a COM port. - Run
idf.py -p PORT flash monitorto build, flash, and monitor the project. To exit the serial monitor, typeCtrl-].
Custom config options can be placed in main/Kconfig.projbuild.
They can be configured with idf.py menuconfig.