Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | disable auto-calibrationHEADmaster | dakkar | 2024-08-01 |
| | | | | | | | it works if the sensor spends most of its time powered on, outside mine spends most of its time powered off, and when it's on, it's inside rooms with people | ||
* | serial protocol: helper program & docs | dakkar | 2022-04-02 |
| | |||
* | more serial commands: logwipe, log→logcat | dakkar | 2022-04-02 |
| | |||
* | fix line length, again | dakkar | 2022-04-02 |
| | |||
* | fix data logging | dakkar | 2022-04-02 |
| | | | | | | | | when pm measurements went above 1k, the string got truncated ☹ remove the sign bits from columns that don't need them! also, uptime can be 6 digits | ||
* | simple serial command protocol | dakkar | 2022-04-02 |
| | | | | tagged responses, just because | ||
* | prefix for Serial prints | dakkar | 2022-04-02 |
| | | | | | * `#` → debug * `!` → warn | ||
* | comment | dakkar | 2022-04-01 |
| | |||
* | different sd card library actually works | dakkar | 2022-04-01 |
| | | | | not sure why the one from the arduino-esp32 didn't… | ||
* | debug prints | dakkar | 2022-04-01 |
| | |||
* | co2.dataReady seems faulty? | dakkar | 2022-04-01 |
| | |||
* | start of data logging to sd card | dakkar | 2022-04-01 |
| | |||
* | clear display on startup | dakkar | 2022-03-29 |
| | |||
* | readme fixes | dakkar | 2022-03-27 |
| | |||
* | update readme | dakkar | 2022-03-27 |
| | |||
* | comment and simplify enclosure | dakkar | 2022-03-27 |
| | |||
* | fix comment | dakkar | 2022-03-27 |
| | |||
* | show uptime | dakkar | 2022-03-27 |
| | |||
* | fix pm low power reading | dakkar | 2022-03-27 |
| | |||
* | don't show negative particle counts | dakkar | 2022-03-27 |
| | | | | arithmetic with floats is always annoying | ||
* | low power display | dakkar | 2022-03-27 |
| | |||
* | low power pm | dakkar | 2022-03-27 |
| | |||
* | low power co2 reading | dakkar | 2022-03-27 |
| | |||
* | nicer display | dakkar | 2022-03-27 |
| | |||
* | break code into logical components | dakkar | 2022-03-27 |
| | |||
* | battery voltage, move display around | dakkar | 2022-03-27 |
| | |||
* | ignore rendered enclosure | dakkar | 2022-03-25 |
| | |||
* | all pieces on the plate | dakkar | 2022-03-25 |
| | |||
* | remove picture of other board | dakkar | 2022-03-25 |
| | |||
* | threaded holes! | dakkar | 2022-03-25 |
| | |||
* | middle cable well fix | dakkar | 2022-03-25 |
| | |||
* | remove cable hole | dakkar | 2022-03-25 |
| | | | | there's a big enough hole already ☺ | ||
* | wider reset hole | dakkar | 2022-03-25 |
| | |||
* | maybe thinner walls | dakkar | 2022-03-25 |
| | |||
* | move board so buttons are closer to the edge | dakkar | 2022-03-25 |
| | |||
* | adjustment from print | dakkar | 2022-03-25 |
| | |||
* | pillars from top | dakkar | 2022-03-25 |
| | |||
* | different middle: no bottom | dakkar | 2022-03-25 |
| | |||
* | maybe decent top layer | dakkar | 2022-03-25 |
| | |||
* | adjustments from print | dakkar | 2022-03-25 |
| | |||
* | better placement of cable hole | dakkar | 2022-03-25 |
| | |||
* | holes in the middle layer | dakkar | 2022-03-25 |
| | |||
* | nicer board supports | dakkar | 2022-03-25 |
| | |||
* | adjustment from datasheet | dakkar | 2022-03-25 |
| | |||
* | adjustment from print | dakkar | 2022-03-25 |
| | |||
* | in-progress openscad enclosure | dakkar | 2022-03-25 |
| | |||
* | calibration only needs to be done once! | dakkar | 2022-03-06 |
| | | | | | | Revert "force calibration" This reverts commit 6aa491b6da5f842f4d147a283f05ddd57fb824dd. | ||
* | force calibration | dakkar | 2022-03-06 |
| | | | | | I can't make `Serial.available()` work, so I just hard-coded the current CO₂ value | ||
* | very rough start of enclosure | dakkar | 2022-02-20 |
| | |||
* | some sort of partial updates | dakkar | 2022-02-12 |
| | | | | it's much faster, but the image is less "crisp" |