Tyeth Gundry
Tyeth Gundry
Minor tweak to the SGP30 initialisation to fail if IAQ doesn't initialise successfully instead of ignoring it. Needs retesting - was in the way on another branch
A few of the sensors are more unreliable than most. They fail before a data read and return false. The firmware then loops over the event polling code again and...
Adds two new methods related to returning the current users info. One for the complete user info, and one just for the throttle/auth/sms rates+limits Return User Usage Limits / Current...
There is an API endpoint for fetching the current users data rate information. See the IO HTTP API Docs here: https://io.adafruit.com/api/docs/#get-detailed-user-info The endpoint is `https://io.adafruit.com/api/v2/tyeth/throttle` where `tyeth` is your username....
This adds the Adafruit Feather ESP32-C6 (4mb variant no psram). About to test it and then will make non-draft. Also need to confirm the board define is correct. Should match...
Adafruit Feather C6 builds from CI jobs are causing a boot loop, with a repeating message of: ``` ---- Reopened serial port /dev/tty.usbmodem142101 ---- 15:12:17:072 -> ESP-ROM:esp32c6-20220919 15:12:17:072 -> Build:Sep...
For CI assets, testing https://github.com/tyeth/Adafruit_Wippersnapper_Arduino/blob/50f17026832ba9a53d0f919a69b8e9106302fe55/src/components/analogIO/Wippersnapper_AnalogIO.cpp#L90
Having issues with the C6 (set aVref to 1.1v and got 0.48v from 3v3 signal). Just wanted to look into attenuation and the aVref, but saw that analogReadMilliVolts returned the...
Currently (2024-08-14 18:45) the CI script installs the OneWireNg not OneWire, whereas platformIO use OneWire. OneWireNg provides a shim so it works: > `OneWire` class provides compatibility interface between OneWireNg...