rdoetjes / hex_to_nexus_bit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protocol Nexus

df 80 65 f 13 means

  • df (df -> 223) is the ID
  • 8 is the battery okay (0 is battery low)
  • 0 65 is the temperature (101 divided by 10 is 10.1C)
  • 13 is the humidity in hex (20%)

About


Languages

Language:C++ 100.0%