summaryrefslogtreecommitdiff
path: root/sensor
Commit message (Collapse)AuthorAge
* full reboot on watchdogdakkar2019-03-20
|
* fix serial commsdakkar2019-03-20
| | | | the internal IDF logging is at 115200, let's all write at the same speed
* these pins work on the ttgo/featherdakkar2019-03-02
|
* log via serialdakkar2019-03-02
|
* compile for featherdakkar2019-03-02
|
* define pins & read battery leveldakkar2019-03-02
|
* no more displaydakkar2019-03-02
|
* more battery notesdakkar2019-02-22
|
* power calculation spreadsheetdakkar2019-02-22
|
* document how to upgrade the dev envdakkar2019-02-22
|
* new devices are a different board, preparedakkar2019-02-22
|
* Merge commit 'b232e7f5f0e87f36afbc2f4e03a2c49c48dd47bc'dakkar2019-02-22
|
* uni-init BLE before sleepingdakkar2018-08-03
|
* note the source of patchedBLEdakkar2018-08-03
|
* Add 'sensor/patchedBLE/' from commit '7951347ed68313d75c367e1f2cce763cb56d1eb2'dakkar2018-08-03
| | | | | | git-subtree-dir: sensor/patchedBLE git-subtree-mainline: 27e209cf58abeda1dc110777f99a98804a13fdbf git-subtree-split: 7951347ed68313d75c367e1f2cce763cb56d1eb2
* don't print from callback, there's racesdakkar2018-08-03
|
* bump submodulesdakkar2018-08-03
|
* move stuff to setup() & teardowndakkar2018-08-03
|
* factor power settingsdakkar2018-04-20
|
* more power, more reliabilitydakkar2018-04-20
|
* add a watchdogdakkar2018-04-20
|
* turn off sensor while sleepingdakkar2018-04-20
|
* factor out sleep timesdakkar2018-04-20
|
* use standard BLE librarydakkar2018-04-20
| | | | I had added the error return, but it's useless
* handle exceptions from BLEdakkar2018-04-20
|
* don't stall if dht times outdakkar2018-04-20
|
* on BLE connect error, print error and retry in a bitdakkar2018-04-20
|
* fake DHT11 readingdakkar2018-04-03
| | | | | it may be a problem with my soldering, but the sensor can't be read, so I'll fake it for now while I test the BLE part
* show more progress infodakkar2018-04-03
|
* trying to do BLEdakkar2018-04-02
|
* we may be able to send from the CHIPdakkar2018-03-30
|
* notes for sensordakkar2018-03-25
|
* move into subdirdakkar2018-03-23