WebREPL Not Responding on PICO W #11742
Unanswered
DS256
asked this question in
RP2040 / Pico
Replies: 1 comment
-
I disabled MQTT but still no luck with the webrepl_test.py above
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I figure I'm doing something wrong since I haven't see this problem documented.
I have a PICO W using uPython 'MicroPython v1.19.1-852-g9ea64a36a on 2023-02-03; Raspberry Pi Pico W with RP2040'.
Using the instructions on this page, I downloaded and configured WebREPL through mpremote.
Using mpremote, I confirmed it was working. The 'status' lines are printed from boot.py
I then created and ran a modified test program based on this GIT repo. I never received a response back from the connection which, as you see from the date/time stamps, was after I terminated the program after 8 minutes.
I am using the MQTT client umqtt.simple and an wondering if that is causing a conflict. I haven't seen anything in the log files where I record exceptions.
I'm looking for suggestions on what's wrong.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions