-
Tested with "MicroPython v1.23.0, cosmic_unicorn v1.23.0-1 on 2024-06-06; Raspberry Pi Pico W" - unfortunately I don't have any other appropriate boards to test with.
Steps:
1. Flash this https:…
-
Hi,
I have tried to interface this module with the Rasp Pico using micro python but with no luck.
```
import machine
sda=machine.Pin(0)
scl=machine.Pin(1)
i2c=machine.I2C(0,sda=sda, scl=scl…
-
Hola, estoy teniendo problemas para usar esta libreria con raspberry pi pico, uso platformio en visual studio code, los errores son los siguientes:
```
.pio\libdeps\pico\TFT 22 ILI9225\src\Default…
-
### Port, board and/or hardware
Raspberry Pi Pico W
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico W with RP2040
### Reproduction
```
import network
im…
-
I noticed that there was not support for the Raspberry Pi Pico and I stated implementing it. I have tested Digital I/O, Analog Out and Servo so far. However I hit a roadblock with Analog Inputs. This …
-
Does it work in Micropython or there is a library to use with as example a Raspberry Pico W board? the logging function would be amazing to identify bugs on a standalone board
-
I am converting this class for the raspberry pi Pico.
La fonction "format" n'existe pas dans le micropython 1.19.1
What does the "format" function do in **rpy_rf.py**
```python
114 rawcode = forma…
-
![5980-00](https://github.com/user-attachments/assets/a932a70d-6ecb-46ae-bd96-fbd5c5271eb5)
Adafruit Feather RP2040 Adalogger is a small board from Adafruit with RP2040 and microSD holder on it (ht…
-
[![image](https://github.com/user-attachments/assets/d384adbc-ad05-4e33-96f8-5dcfcd13aa6c)](https://miro.com/app/board/uXjVLH_rPp4=/?share_link_id=197274785363)
https://miro.com/app/board/uXjVLH_rP…
-
I have a 3.5" LCD for the pi which I have used.
I also have a PI pico on a dev board (https://www.waveshare.com/pico-to-hat.htm) which has a PI based connection socket - Is it possible to use this …