ESP32_Relay_X4_Modbus_v1.3 board with micropython #18789
Replies: 4 comments 20 replies
|
Which serial ports do you see on your computer? mpremote uses by default the first serial port, which may not be the one of your board. |
|
Looking at the board, I noticed that the espressif two transistor logic for Reset and GPIO seems missing. In that case, the usual settig for RTS and DTR will keep the ESP32 in bootloader mode. You can verifay that by:
That should bring up a REPL prompt. |
|
Thank you all your help. I guess I have to buy another ESP32 board. |
|
You could try to pull up webrepl. Start a REPL using picocom and connect to WiFi following the instructions at You will need the Webrepl APP for the PC. The source and README are here: |



Uh oh!
There was an error while loading. Please reload this page.
Hello,
I bought this board: https://devices.esphome.io/devices/esp32_relay_x4_modbus_v1.3/ and successfully uploaded ESP32_GENERIC-20251209-v1.27.0.bin firmware. After uploading I am not able to connect with mpremote. It returns with error: "could not enter raw repl". My symptom is very similar which I read in topic: https://github.com/orgs/micropython/discussions/15961 but the suggested solution did not help me. Did anybody meet with this problem? Does anybody have any idea or suggestion how to solve this issue?
Thank you in advance,
Tamás
All reactions