Search found 3 matches
- Thu Jan 25, 2024 4:24 pm
- Forum: General Discussion
- Topic: disable console output temporarily at runtime
- Replies: 0
- Views: 590
disable console output temporarily at runtime
I am looking for a way to use esp-idf 5.x APIs to disable the console output at runtime, temporarily for my esp32s2-based WROVER module. Ideally, during this temporary period, the pins would be in a high impedance mode so that another peripheral can use the same traces for serial transfer. I have tr...
- Mon Jan 03, 2022 2:19 pm
- Forum: Hardware
- Topic: Kaluga won't flash, yet.
- Replies: 2
- Views: 2926
Re: Kaluga won't flash, yet.
ESP_Sprite wrote:
> You need to flash over /dev/ttyUSB1 as well.
I can confirm that using idf.py -p /dev/ttyUSB1 monitor and CTRK-T+CTRL-F to flash works just fine.
Thank you. Maarten
> You need to flash over /dev/ttyUSB1 as well.
I can confirm that using idf.py -p /dev/ttyUSB1 monitor and CTRK-T+CTRL-F to flash works just fine.
Thank you. Maarten
- Sun Jan 02, 2022 4:13 pm
- Forum: Hardware
- Topic: Kaluga won't flash, yet.
- Replies: 2
- Views: 2926
Kaluga won't flash, yet.
Hi. I am an esp32 newbie and I have a new Kaluga Dev Kit which boots the factory image and the USB UART port works at 115200 baud. I followed the Get Started guide] on a Dell desktop running Ubuntu 20.04 natively and built the hello world application using idf.py successfully. When I press the boot ...