Carter Nelson

Results 295 comments of Carter Nelson

@dhalbert Question about your library - how would it support usage of bare displays which would require the parallel interface? For example: https://www.adafruit.com/product/181 and this hardware setup: https://learn.adafruit.com/character-lcds/python-circuitpython

Ugh...confusing results... @kattni Can you check again please? Or let me know of any HW differences with your setup. Finally getting back to this. Had to order up the RGB...

@kattni :( ```python Adafruit CircuitPython 5.3.0 on 2020-04-29; Adafruit Metro M0 Express with samd21g18 >>> soft reboot Auto-reload is on. Simply save files over USB to run them or enter...

@kattni I self assigned and will take a look.

Closing. The auto increment should take care of this. Note the format string in the register setup: https://github.com/adafruit/Adafruit_CircuitPython_BNO055/blob/3db6570aa4e7557e0e5e79297cde34e486bf23e7/adafruit_bno055.py#L769 `h` is a short integer 2 bytes in size, so `hhh` will...

fork/branch ref FWIW: https://github.com/caternuson/Adafruit_CircuitPython_BNO055/tree/qtpy_hack nothing fancy. just reverted to basic i2c xfers instead of using register classes.

Closing. Can't reproduce using Adafruit BNO055 breakout with a Feather M4: ```python Adafruit CircuitPython 7.3.3 on 2022-08-29; Adafruit Feather M4 Express with samd51j19 >>> import bno055_simpletest Temperature: 0 degrees C...

Closing. Most likely related to clock stretching and nominal fix is here: https://learn.adafruit.com/adafruit-bno055-absolute-orientation-sensor/python-circuitpython#python-computer-wiring-i2c-2998129 More info and options here: https://learn.adafruit.com/raspberry-pi-i2c-clock-stretching-fixes