Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
The ESP32-CAM moduleIntroduction | ||||||||
Line: 55 to 55 | ||||||||
export RSHELL_RTS="false" export RSHELL_DTR="false" | ||||||||
Changed: | ||||||||
< < | When trying to run thonny you will hit the same problem. The new version of thonny (I use version 4.0.0-dev) however allows you to disable DTR and RTS in the file $HOME/config/Thonny/configuration.ini. Just add the 2 lines setting DTR and RTS to False at the end of the file. | |||||||
> > | When trying to run thonny you will hit the same problem. The new version of thonny (I use version 4.0.0-dev) however allows you to disable DTR and RTS in the file $HOME/.config/Thonny/configuration.ini. Just add the 2 lines setting DTR and RTS to False at the end of the file. | |||||||
![]() The esp32-cam model with the micro USB connector installed | ||||||||
Line: 86 to 86 | ||||||||
Integration into MicroPythonEspressif provides an esp32-camera![]() esp-idf-v4.3.1-cam/components. In order to make sure that the correct esp-idf is used for compilation I set: | ||||||||
Deleted: | ||||||||
< < | ||||||||
export ESPIDF=/opt/ucc/micros/esp32/esp32-v4.3.1-cam export IDF_PATH=/opt/ucc/micros/esp32/esp32-v4.3.1-cam |