jlab-sensing / soil-power-sensor-firmware

Firmware for STM32 and ESP32 microcontrollers on the Soil Power Sensor board
MIT License
0 stars 3 forks source link

Remote development on esp32 #109

Open jmadden173 opened 3 days ago

jmadden173 commented 3 days ago

Describe the Enhancement Implement the same CI and remote development features for the esp32 project that was implemented for the stm32 described in #59

Benefits

Possible Drawbacks

Additional Context The esp32 uploads over the serial terminal rather than using a debugging interface such as SWD or JTAG. Unsure on how to monitor and reset the board at the same time. Possibly some udev rules need to be written to prevent arbitrary naming of devices.