Using Pico W To pull data from URL, Then Control RGBs based on data #13458
Unanswered
emersonsc
asked this question in
RP2040 / Pico
Replies: 1 comment
-
Hi |
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.
-
So Im taking the code from this project https://github.com/prueker/METARMap/tree/main and trying to "port" it over to a Pico W using Micropython. I've been slowly commenting out sections that I know either wont work at all, or I'll work on once I get the main program working (i.e. disabling the OLED portion as my main concern is the RGB control). So far forums, google, and even chatgbt have been helpful on working my way through some of these errors or change in libraries. This one how ever has me stumped.
I get the following error in Thonny:
Traceback (most recent call last):
File "", line 135, in
TypeError: function missing required positional argument #1
Here's the code im working though:
Beta Was this translation helpful? Give feedback.
All reactions