← index #15508Issue #14329
Off-topic · high · value 0.792
QUERY · ISSUE

Arduino Nano Connect RP2040: Webrepl fails.

openby robert-hhopened 2024-07-20updated 2024-07-23
bugport-rp2

Port, board and/or hardware

RP2, Board Arduino Nano Connect 2040 with NINA W102 module.

MicroPython version

MicroPython v1.24.0-preview.118.g5f3ecc29f on 2024-07-20; Arduino Nano RP2040 Connect with RP2040

Reproduction

Configure Webrepl, enable Wifi and start Webrepl at the board. Then connect with webrepl from a PC and enter the password. Content of main.py:

import station
import webrepl
webrepl.start()

station.py just starts wifi. webrepl_cfg.py and an empty boot.py exist.

Expected behaviour

Working webrepl

Observed behaviour

Webrepl works with firmware v1.23.0.
With v1.24.0-preview.118 (and earlier) the board locks up after entering the Webrepl password. Needs a hardware reset or power cycle to recover. Log:

network config: ('10.0.0.179', '255.255.255.0', '10.0.0.240', '10.0.0.240')
WebREPL server started on http://10.0.0.179:8266/
Started webrepl in normal mode
MicroPython v1.24.0-preview.118.g5f3ecc29f on 2024-07-20; Arduino Nano RP2040 Connect with RP2040
Type "help()" for more information.
>>> 
WebREPL connection from: ('10.0.0.150', 53812)
FATAL: uncaught exception 

UDP and TCP connections work, tested with iperf3.py.

Additional Information

No, I've provided everything above.

Code of Conduct

Yes, I agree

CANDIDATE · ISSUE

Arduino Nano Connect flash file system not present in 1.23 preview versions

closedby RetiredWizardopened 2024-04-19updated 2024-11-04
bugport-rp2

Checks

  • I agree to follow the MicroPython Code of Conduct to ensure a safe and respectful space for everyone.

  • I've searched for existing issues matching this bug, and didn't find any.

Port, board and/or hardware

RP2040 port, Arduino Nano RP2040 Connect with RP2040

MicroPython version

MicroPython v1.23.0-preview.324.gd11ca092f on 2024-04-17; Arduino Nano RP2040 Connect with RP2040

Reproduction

  1. Install any of the 1.23 preview versions from preview.319 - preview.324
  2. connect and press ctrl-D

Expected behaviour

No response

Observed behaviour

MPY: soft reboot
Traceback (most recent call last):
File "_boot_fat.py", line 12, in <module>
OSError: [Errno 19] ENODEV
MicroPython v1.23.0-preview.324.gd11ca092f on 2024-04-17; Arduino Nano RP2040 Connect with RP2040
Type "help()" for more information.

Additional Information

No, I've provided everything above.

Keyboard

j / / n
next pair
k / / p
previous pair
1 / / h
show query pane
2 / / l
show candidate pane
c
copy suggested comment
r
toggle reasoning
g i
go to index
?
show this help
esc
close overlays

press ? or esc to close

copied