-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0-beta.1 on 2024-10-11; Raspberry Pi Pico W with rp2040
```
### Code/REPL
```python
#import helpers
#helpers.connect() connect to A…
-
I am new to UPS PIco world. I just received 2 boards from PiModules (UPS PIco HV3.0B+ HAT Stack 450 PoE). Took a while to get them up and running. I've been making up circuits since my teenage year…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.9 on 2023-12-06; Raspberry Pi Zero W with bcm2835
```
### Code/REPL
```python
None
```
### Behavior
Prints the version, Board ID, …
-
Hey, I tryed to use my mlx90614 but i had some issues by using it. Maybe someone can help?
So i tryed this code from you:
import mlx90614
from machine import I2C, Pin
i2c = I2C(scl=Pin(5),…
-
I am trying to use this library on a rpi pico:
```py
cs = machine.Pin(22, machine.Pin.OUT)
spi = machine.SPI(0,
baudrate=1000000,
polarity=0,
…
-
Hi,
I am new to this world of coding and is learning all through what is discussed. Unless I did not get it, I have found no issue (apart from the alternate docker installation) on how to resolve t…
-
### The problem
After the latest update to 2023.6.4 (incorporating #4478) with usage of:
* display/waveshare_epaper/2.90inv2
* spi-bus
The module with configuration as included, after the update…
-
rpi4master@rpi4master:~$ sudo micro-xrce-dds-agent serial --dev /dev/ttyACM0 -b 115200
[1698546806.114685] info | TermiosAgentLinux.cpp | init | running... | fd: 3…
-
Hey there! I found your project interesting so I built the emulator on my raspberry pi pico. I didn't have any have any idea about ZX spectrum until just now, I thought I could use tactile buttons as …
-
### CircuitPython version
```python
Adafruit CircuitPython 8.2.6 on 2023-09-12; Raspberry Pi Pico with rp2040
```
### Code/REPL
```python
""" Demonstrates a couple of issues in CircuitPython audio…