Search found 14 matches

by ps_nithin
Sat Jun 18, 2022 5:46 pm
Forum: Raspberry Pi microcontroller boards
Topic: Webrepl on Arduino nano rp2040 connect
Replies: 4
Views: 1836

Re: Webrepl on Arduino nano rp2040 connect

Setting up wireless ap before running webrepl.start() solved the issue.

Thanks,
by ps_nithin
Sat Jun 18, 2022 3:54 pm
Forum: Raspberry Pi microcontroller boards
Topic: Webrepl on Arduino nano rp2040 connect
Replies: 4
Views: 1836

Re: Webrepl on Arduino nano rp2040 connect

I get the following output on running wireless AP. >>> import network >>> wlan=network.WLAN(network.AP_IF) >>> wlan.active(True) >>> wlan.config(essid="android123",key="connect",security=wlan.WEP,channel=2) Traceback (most recent call last): File "<stdin>", line 1, in <module> OSError: failed to sta...
by ps_nithin
Sat Jun 18, 2022 2:02 pm
Forum: Raspberry Pi microcontroller boards
Topic: Webrepl on Arduino nano rp2040 connect
Replies: 4
Views: 1836

Webrepl on Arduino nano rp2040 connect

I'm getting the following output on arduino nano rp2040 connect.
>>> webrepl.start()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "webrepl.py", line 74, in start
File "webrepl.py", line 16, in setup_conn
OSError: no available NIC

Any ideas?