RobertK66 / obc_1769_core

Implements hardware abstractions and Layer2(3) modules for usage of the OBC hardware in cubesat projects
GNU General Public License v3.0
1 stars 1 forks source link

Sensor Command shows MIN val iso t2 and huminity. #20

Open RobertK66 opened 2 years ago

RobertK66 commented 2 years ago

When the 's' command is issued the first time after power on, or very fast for 2 times (send string "s\ns") then it shows wrong values:

[09:36:53] sen/val Vcc:2,80V Icc:116,9mA Isp:1,6mA t1:29,87°C t2:-340282300000000000000000000000000000000,00°C hum:-34028230000000000000000000000000000000000,0%

re issuing the commad gives correct raedout.

RobertK66 commented 2 years ago

The current implementation only makes use of minor I2C communication. The features of the sensor chip should be explored more and a final flight version of the readout should be designed.