Search found 3 matches
- Thu Jan 19, 2023 1:25 am
- Forum: ESP32 Arduino
- Topic: can't erase-flash with esptool because serial port busy
- Replies: 2
- Views: 2142
Re: can't erase-flash with esptool because serial port busy
I installed esptools on a linux machine and erased the ESP32 flash, no problem. I wonder what why it didn't work under windows.
- Wed Jan 18, 2023 2:23 am
- Forum: ESP32 Arduino
- Topic: can't erase-flash with esptool because serial port busy
- Replies: 2
- Views: 2142
can't erase-flash with esptool because serial port busy
I flashed an esp32 with micropython then found I needed to code in C++. I figured that micropython was taking up space uselessly and when I tried to remove it with esptool erase_flash I got "Device is busy" from the Windows Thonny IDE. It won't let me use the COM port to stop it the running sketch. ...
- Fri Nov 25, 2022 8:15 pm
- Forum: ESP IoT Solution
- Topic: Reading MQ sensors with ESP32 returns 4095
- Replies: 0
- Views: 2633
Reading MQ sensors with ESP32 returns 4095
I'm having difficulty reading MQ136 and MQ138 sensors with a ESP32 devkit v1. Debugging, my circuit correctly reads voltages applied to where the sensor Aout signals enter, and the sensors when breadboarded in isolation and stimulated with test gases (butane, acetone and smoke) respond with reasonab...