-
Could be this library adopted to Ardino (Uno, Mega, ...)?
Thank You!
-
If you spin another hardware revision it would be nice if the IR Tx could be moved to a PWM capable pin. Pin 12 (BCM GPIO 18) is one of the few ports that support hardware PWM, so just switching the R…
-
Will not install. Tried "one-line" and " Install and configure" and neither works on rpi4 on bullseye or bookworm. Bash and directions need updated.
cjo40 updated
6 months ago
-
Dear @Pimoroni,
I would like to be notified when your library will be compatible with Circuit Python 5.x (please update this issue), but also I would like to know what are the current compatibility…
-
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,
…
-
I've spent the past afternoon trying to get this going. I've had to find an ancient version of adafruit's circuit python (V5) in order to get anything out of the screen at all and when I do connect ev…
-
Comments are not being posted and an exception is logged:
mailman.log:
```
E, [2018-10-26T18:42:58.242934 #1] ERROR -- : Exception occurred while receiving message:
Return-Path: ^M
Received: by…
-
@nophead
Fabulous work to make a self-contained system that updates its data every second in a very lively manner and plots all the graphs by super-imposing them
Have you considered adding measur…
-
### The problem
I see that the pm1006 component documentation references D2 as the pin to use on D1 mini, but that results in software UART right away. Pin D7 with logger `baud_rate: 0` would make it…
-
How can I attach a uart peripheral written in a .cs file to a machine in its repl file such as `gps: UART.gps @ uart1`?
There's methods of doing this with both I2C and SPI but I can not find one for …