Hi, I’m trying to upload an example from a library which i found on the internet (RCSwitch - R433 RFID), but im stuck with this error:
Arduino: 1.8.5 (Windows 10), Board: "ESP32 Dev Module, Default, QIO, 80MHz, 4MB (32Mb), 921600, None"
WARNING: library rc-switch-2.6.2 claims to run on (avr, esp8266) architecture(s) and may be incompatible with your current board which runs on (esp32) architecture(s).
Archiving built core (caching) in: C:\Users\bunos\AppData\Local\Temp\arduino_cache_177451\core\core_espressif_esp32_esp32_PartitionScheme_default,FlashMode_qio,FlashFreq_80,FlashSize_4M,UploadSpeed_921600,DebugLevel_none_8135f9cbd41177003cfcd103bac1af93.a
Sketch uses 165289 bytes (12%) of program storage space. Maximum is 1310720 bytes.
Global variables use 11616 bytes (3%) of dynamic memory, leaving 283296 bytes for local variables. Maximum is 294912 bytes.
esptool.py v2.3.1
Traceback (most recent call last):
File "esptool.py", line 2637, in <module>
File "esptool.py", line 2630, in _main
File "esptool.py", line 2355, in main
File "esptool.py", line 193, in __init__
File "site-packages\serial\__init__.py", line 88, in serial_for_url
File "site-packages\serial\serialwin32.py", line 62, in open
serial.serialutil.SerialException: could not open port 'COM3': WindowsError(31, 'A device attached to the system is not functioning.')
Failed to execute script esptool
the selected serial port Failed to execute script esptool
does not exist or your board is not connected
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
- I’ve already re-installed Silicon Labs CP210x USB to UART Bridge driver (it is indeed showing as my COM Port on device manager)
-I’m wiring Conversor TTL RX to ESP32 TX, Conversor TX to ESP32 RX, Conversor 3v3 to ESP32 3v3 and Conversor GND to ESP32 GND. I also set up two buttons for ESP32 EN and GPIO0 (had to do that in order to flash works the last time). But it’s not working now…
I don’t know what might be causing this issue now…Could anyone please help me?