-
### Operating System
Windows 10
### IDE version
Arduino 1.8.13
### Board
Custom board based on SAMD21 (Adafruit Itsybitsy M0 express)
### BSP version
"Adafruit SAMD Boards" by Ada…
-
ConnectionDiagram.png shows:
"Adafruit Feather nRF52840 Express" board
2 x 10k Ohm resistors
1 Piezo buzzer
1 Transistor
4 Switches
As an electronics novice, which Piezo buzzer and transist…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-alpha.1 on 2022-06-09; Adafruit ItsyBitsy M0 Express with samd21g18
Board ID:itsybitsy_m0_express
Same behaviour with
Adafru…
-
As far as I understand, to use this one, needs firmware that has to be built using a non-free compiler. What would be needed to eliminate this dependency? Support for alternative hardware as in issue …
-
On M4 feather Express, I get a REPL output of
```
code.py output:
Traceback (most recent call last):
File "code.py", line 34, in
ValueError: D11 in use
```
My Circuitpython Code is :
``…
-
I just ordered two displays ("First rule of government spending, why buy one when you can have two at twice the price?"), couldn't justify spending as much on the shipping as the hardware, the second …
-
Testing I2SOut on pico + "pico base" with 6.2.0-beta.2-154-gd4bf0d5e2
("pico base" use PCM5100A DAC for line out audio over I2S, just like in Raspberry Pi reverence design)
Playing "StreetChicke…
-
@kdb424 ran into something similar and rolled WAY back (to like 3.x or something) when building out split keyboard support, but it's now come to a head when trying to put my Iris together tonight.
…
-
Does this library support Arduino Nano RP2040? I see from the source and document saying that this library is for ESP32. Or does it have the Arduino Nano RP2040/Raspberry Pi Pico version?
-
ItsyBitsy board has I2C muxed to GPIO 2 and 3.
RTClib and BusIO cannot detect DS3231 connected to I2C.
The hardware setup works fine in CircuitPython.