Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SFeli committed Jul 17, 2020
1 parent 78193db commit 7aae828
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Evaluating the CO2-Sensor S8 from SenseAir.

Code for Arduino with some routines to read all register.

Technical information:
# Technical information:
There is no standard library aviable now - since the functionality / documentation is poor.
The flow is very simple:
# The flow is very simple:
Send a request like {0xFE, 0X04, 0X00, 0X03, 0X00, 0X01, 0XD5, 0XC5} and
wait for the response like {0xFE, 0X04, 0X02, 0X03, 0X88, 0XD5, 0XC5}.
Where byte
0 FE any Address
1 04 function code (03 read hold reg / 04 read inp. register / 06 write)
2,3 00 03 starting Address
4,5 00 01 lenght of requested register
6,7 D5 C5 CRC low / high
- 0 FE any Address
- 1 04 function code (03 read hold reg / 04 read inp. register / 06 write)
- 2,3 00 03 starting Address
- 4,5 00 01 lenght of requested register
- 6,7 D5 C5 CRC low / high

0 comments on commit 7aae828

Please sign in to comment.