This week we got Claude working natively on Windows (yay!) which speeds up development since we're not hitting the filesystem through multiple layers.
That meant we also worked on a bunch of little breakouts: the BMP585 protos came in and those worked fine. Plus we knocked out the VEML6046 RGB+IR sensor library (https://github.com/adafruit/Adafruit_VEML6046) and started work on a few others.
It turns out the bq25628e (https://github.com/adafruit/Adafruit_bq25628e) was not what we wanted in a charger, because ILimit doesn't affect the charge rate, which is like 40mA by default - boo! We'll find another alternative and also try to get back to that bq25798 (https://github.com/adafruit/Adafruit_bq25798) solar charger shortly.
We also worked on the e-Ink bonnet, which worked great as rev A and only needed some pinout swaps - thanks to BlitzCity for updating the CircuitPython-api EPD library (https://github.com/adafruit/Adafruit_CircuitPython_EPD) to add support for the bigger 7.5" amp; friends which we verified on Raspberry Pi and also the Particle Tachyon - speaking of which we are getting Blinka support into main for that board! (https://github.com/adafruit/Adafruit_Blinka/pull/1001)
And on The Great Search - 24-bit I2C ADC Chip for RTD sensors
#circuitpython #sensorhacks #thegreatsearch