Carter Nelson

Results 295 comments of Carter Nelson

Native CP also has issues: ```python Adafruit CircuitPython 8.2.10 on 2024-02-14; Adafruit QT2040 Trinkey with rp2040 >>> import board >>> from adafruit_seesaw.seesaw import Seesaw >>> i2c = board.STEMMA_I2C() >>> seesaw...

Nothing weird in I2C traffic (using same QT2040 Trinkey from above). Here's the call to `seesaw.get_options()`: ![image](https://github.com/adafruit/Adafruit_CircuitPython_seesaw/assets/8755041/3a1d0e0d-a08d-4b9a-ab23-ea71518ceb89) That's the initial write request, a ~8ms sleep [which is coming from the...

This is a limitation of the current version of the seesaw firmware being used on the Adafruit Gamepad QT (Prod ID 5743). The `OPTIONS` function of the `STATUS` base register...

OK. That particular register isn't super useful for normal usage. Which is why it probably hasn't be implemented yet. I'm going to move this issue to the firmware repo since...

The Adafruit_CircuitPython_seesaw repo is just a library for *using* seesaw based boards. This repo is the actual firmware running on the seesaw board itself (for ATtiny based seesaw boards) -...

Actually, helps to change up the order of the reads to better show the issue. Updated sketch run on a QT Py ESP32 with VEML7700 attached via STEMMA QT (thus...

I think there is more to be investigated. It seems like there is a base assumption that supporting "minutely" requires seconds to be supported by the RTC: https://github.com/adafruit/Adafruit_CircuitPython_PCF8523/issues/2#issuecomment-336771467 So that...

Until this library gets updated, it looks like there is core specific support via ezWS2812 as of the 2.2.0 release: https://github.com/SiliconLabs/arduino/issues/56 https://github.com/SiliconLabs/arduino/releases/tag/2.2.0 Examples are here: https://github.com/SiliconLabs/arduino/tree/main/libraries/ezWS2812/examples It looks like it...

> When Pin numbering: By Arduino pin (default) --> LEDs will NOT turn on > When Pin numbering: By GPIO number (legacy) --> LEDs turns ON This is a known...

What ADS1115 hardware is being used for testing? Is the only difference between the setups the Arduino library being used?