-
I asked CircuitPython core developers @tannewt and @dhalbert and they indicate that it should be possible to add support in CircuitPython for the Doppler even though it does not have external SPI flas…
-
### CircuitPython version
```python
Adafruit CircuitPython 8.0.0-beta.4-78-g4418f268b on 2022-12-06; Raspberry Pi Pico with rp2040
```
### Code/REPL
```python
# audio_click_i2c.py -- demonstrate a…
-
iam designing a light barrier for speed measuring -
to be immune against environment-light i use a `VISHAY TSSP96038` IR Receiver.
my ItsyBitsy M4 generates a 38kHz stream to pulse the sending IR-L…
-
The goal here was to read a standard hobby servo input signal.
Here's the general hardware setup, blue box is the receiver generating the signal (transmitter not shown):
![pulseio_test](https://us…
-
I'm trying to log some data on the included flash chip on the ItsyBitsy M4 and then afer a while I want to copy some data from the flash chip to a micro sd card...
But the problem is the following:
…
-
I was recently interested to build static and shared library versions of the `micropython/examples/embedding` case using cmake and I managed to get it roughly done ( see this [public repo](https://git…
-
The AHRS library appears to incorrectly compute the z-axis of the gravity vector for at least the Madgwick and potentially the Mahony filter.
This issue pertains to the library, not specific hardwa…
-
in the variants.h file, PINS_COUNT says it should be the number of pins in the array:
```
// Number of pins defined in PinDescription array
#define PINS_COUNT (26u)
```
However, this ra…
-
This is arguably minor, but I thought it worth flagging up. It also applies to bytes objects.
```python
MicroPython v1.8.7-893-g46b849a on 2017-06-22; linux version
Use Ctrl-D to exit, Ctrl-E for p…
-
Hi
I have trying to run APA102 on my ItsyBitsy nRF52840 Express board and custom nRF52840 BBoard but no success
I have 104 LEDs (4x26) and trying to get it working but code continue after 52 eve…