Sensor output samples in documentation
avaldebe opened this issue · 0 comments
avaldebe commented
The recently added sensor documentation contains raw output samples from all the sensors in my collection. However, as many of the supported sensors were implemented from the information available on the datasheets, the samples of the sensor output are missing.
Missing output samples, and any corrections to the documentation, are welcomed as a comment on this issue or as a PR.
A few lines of platformio device monitor -f hexlify
would suffice, or even better xxd
output as follows:
- PMS3003 hexdump, e.g.
xxd -g1 -c24
- PMSx003 hexdump, e.g.
xxd -g1 -c32
- PMS5003T hexdump, e.g.
xxd -g1 -c32
- PMS5003S hexdump, e.g.
xxd -g1 -c32
- PMS5003ST hexdump, e.g.
xxd -g1 -c40
- SDS01x hexdump, e.g.
xxd -g1 -c10
- SDS198 hexdump, e.g.
xxd -g1 -c10
- HPMA115S0 hexdump, e.g.
xxd -g1 -c8
- HPMA115C0 hexdump, e.g.
xxd -g1 -c16
- SPS30 hexdump,
xxd -g1 -c47
- MCU680 hexdump,
xxd -g1 -c20