-
version:
```python
>>> import sys
>>> sys.implementation
(name='micropython', version=(1, 19, 1), _machine='Raspberry Pi Pico with RP2040', _mpy=4102)
```
Problem description: pio sm instances…
-
Hi everyone,
I’m still new to this USB valve project, and i have encounter an issue. I’ve flashed a UF2 blink test file to my Raspberry Pi Pico to make sure it was working, and it works fine. Howev…
-
With the new PicoW release last week, this seems like an ideal time to upgrade this logic analyser. Since the WiFi chip uses SPI for communication, I guess it is going to be faster than the USB serial…
-
Find raspberry pi with WiFi.
Setup server to interface across WiFi service vnc-like or not even that? Just ip address of the day and port?
Attach to keyer/audio ports of RockMite
-
Is RP2040 support planned? Or does anybody work on that?
-
`MicroPython v1.19.1 on 2022-09-20; Raspberry Pi Pico W with RP2040`
As noted in a comment in [#9455](https://github.com/micropython/micropython/issues/9455#issuecomment-1264414826):
wlan.status…
-
Raised on behalf of @digitalmexer.
I really don't know how but it is an interesting idea.
-
I have been trying a number of the blocks but I am having problems with the I2C blocks.
There is a syntax error in the first line of Python - the import line for the I2C library.
Can you help?
-
Hey! I'm using the same exact display, and nothing seems to be appearing on it. I can turn the display on and off but none of the other inputs are working, such as display.draw_rectangle.
I have my …
-
It would be really great to have access to the GPIO pins of for example a raspberry pi (probably through wiringpi lib). Furthermore, exposing serial devices (/dev/ttyUSB0, /dev/ttyS0, etc) would open …