Sara Damiano

Results 128 issues of Sara Damiano

If someone is using software serial and doesn't explicitly write out a custom loop including an ```end()``` or ```stopListening()``` then the mcu will be woken up on any data going...

https://github.com/adafruit/Adafruit_INA219/commit/d830058f3dd22b497b92186877f285ac66cc5e73 @neilh10 - any chance you'd be able to look at this. I just noticed it when checking for updates to libraries. Right now we're assuming the power will always...

I believe it now supports it.

- [ ] TMP36 - [ ] TLS2561 - [ ] FSR?? - [ ] Grove soil moisture??

Actually, not by expected time (2s) plus a nearly 2s of fudge. Is it even wired up? See conversations here: #252

The blynk example generator: https://examples.blynk.cc/ And its source code: https://github.com/blynkkk/blynk-sketch-generator It seems like a rather spiffy little tool.

Current supporting DS3231 via EnviroDIY DS3231 library and SAMD internal clock via RTCZero. Not too many functions, but could break it into a separate clock module and then include those...

https://www.blynk.cc/ Would need to test the compatibility of the Blynk library with this library and write and test an example. This is very low priority, but it might be nice...

feature request

Possibly add the rocket scream low power library as a dependency: https://github.com/rocketscream/Low-Power, at least for AVR. May not use for SAMD because the low power support is already in RTCZero...