MicroPython for Arduino is unable to detect both the Arduino R3 and Arduino R4 Wifi.
The Arduino Nano ESP32 is detected however it failed upon pressing install.
I've tried double pressing the button on all three boards with no luck; I've also tried different usb cables.
Is MicroPython no longer supported?
westfw
December 24, 2024, 10:35am
2
Micropython was never supported by the AVR boardlike uno r3.
Ii suppose it could run on an uno r4 (ARM processor), but I don’t know whether it’s been implemented yet. (It’s not on the list of,supported boards.)
sumguy
December 24, 2024, 1:15pm
3
Hello i have no idea how to flash this board. I have bin files for bootloader, partition, firmware and web flasher cant connect to this boatrd. i pressed RST button twice nothing. What is the proper way to flash this board with bin files? when i try esptool.exe --chip esp32s3 --port COM11 --baud 460800 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m 0x0000 bootloader.bin 0x8000 partitions.bin 0xe000 boot_app0.bin 0x10000 firmware.bin i have
esptool.p…
This thread might help you flash the Nano ESP32