-
Have a brand new Trinket M0. Using Arduino IDE 2.0. Only doing a single eye. Verifying the code is giving me this error. Attached error log. This is without modifying the code. These libs instal…
-
Hi
I've been trying for hours to make it work with Arduino Uno/Pro Mini and Adafruit ItsyBitsy and I always got the same behaviour.
At first it seems to work and then I got dist=-3 and strength=0, i…
-
It would be very helpful if someone could add a sample HID_DESCRIPTOR for the Telephony Device Page (0x0B)
So we could make a ItsyBitsy Project to answer or decline incoming calls on an IPhone.
(And…
-
I am using *all* pins on the ItsyBitsy M4 and would need more...
So I tried to do this:
BTSelect = digitalio.DigitalInOut(microcontroller.pin.PA30)
And was very happy that I can also use PA30 &…
-
Sorry for using github for communication, but my comments on Your last youtube video (nRF52 boards) are not visible - don't know why,
I have acheived 2.7µA sleep current with an ItsyBitsy nRF52840 …
-
### CircuitPython version
```python
9.0.0 itsybitsy esp32
```
### Code/REPL
```python
# SPDX-FileCopyrightText: 2024 Tyeth Gundry
# SPDX-License-Identifier: MIT
#TODO: Add Adafruit IO feeds fo…
tyeth updated
8 months ago
-
I managed to get the library working with both the ItsyBitsy M0 and M4 from adafruit with a relatively small code fix. I can submit a pull request(I think) once I get a bit more familiar with GIT, but…
-
The CP standard for `AnalogIn.value` is 16 bit:
https://docs.circuitpython.org/en/latest/shared-bindings/analogio/index.html#analogio.AnalogIn.value
This library wants to follow same convention:
…
-
The SoftwareSerial library won't build or run on a lot of boards (eg., Adafruit ItsyBitsy M0 Express). Including SoftwareSerial.h in HUSKYLENS.h breaks the HuskyLens library for those boards.
I th…
-
Up front, this is a custom design, based on ItsyBitsy M4. I've made several variants based on your excellent ItsyBitsy M4 foundation but this is the first time I have wanted to use the hardware UART. …