-
I tried this on a Pi Pico and this is what came up:
>>> %Run -c $EDITOR_CONTENT
Traceback (most recent call last):
File "", line 1, in
File "/lib/ina219.py", line 5, in
ImportError: no mo…
-
### Port, board and/or hardware
Raspberry Pi Pico W with RP2040
### MicroPython version
MicroPython v1.23.0 on 2024-06-02
### Reproduction
I running in Windows environment. My Pico is setup for …
-
I was trying ampule to replace adafruit httpserver as have been seeing some issues with reliability.
I got the code working to host the html page and respond to button presses on that page - so lon…
-
Hello there - I'm at my wits end.
I'm trying to get my Enviro Grow to communicate with Home Assistant.
I'm starting to think there is something wrong with the Grow as opposed to my HA setup - though…
-
My guess is that, like me, the majority of RP2040 users are coding newbies who've had a splash in the micropython pool but haven't ventured into the murky water that is C++.
A micropython version …
-
Hi
I have STM32 set up to communicate with a DS18B20 via OneWire. Communication itself works, i can observe a correct temperature readings from the sensor.
I've attached RPI Zero W flashed with Your…
-
RP2040 Transaction Write to *Address 0x40*, @ 0x00, and Read @ 0x21
![image](https://user-images.githubusercontent.com/26156425/141661304-47b6683a-8cfb-4c6c-99cd-180047f3a21d.png)
Same transactio…
-
I'm trying to connect my *new* Debug Probe to an (apparently) older Pico. IOW, my Pico **does not** have the **'JST'** connector at the SWD terminals; it has only 3 holes, and I've soldered a 3-pin h…
-
### Category
Hardware Compatibility
### Hardware
Raspberry Pi Pico (W)
### Firmware Version
2.3.7.30fbcab
### Description
The Pico W works just fine with GPS, but the firmware doesn't allow it …
-
I've tried to run the example, having this configuration and connected pins:
spi = SPI(1, baudrate=30000000, sck=Pin(18), mosi=Pin(23))
display = Display(spi, dc=Pin(16), cs=Pin(2), rst=Pin(4))
…