Other Parts Discussed in Thread: BLE-STACK
Tool/software:
Hi,
I am trying to read the sensor data using "python script and using Bleak library".
Here is the link:
https://github.com/hbldh/bleak
For now I am interested in collecting data from BMP280 (Barometer Sensor). I can get the raw data out from the sensor.
Here are my questions:
1. Are the raw data values calibrated? if not how to access the calibration values?
2. How do I know the resolution with which I am getting the data out from BMP280?
2. From what I can tell, I am getting 6 bytes out from BMP280. From BMP280 data sheet these 6 bytes should have information of temperature and pressure values.
Based on the resolution with which BMP280 is configured, 6bytes received from sensor tag will have different meaning. How do I know the resolution with which it is configured?
3. Or can you tell the correct format with which I should parse the received raw data to make sense out of the raw data?
Note:
I have already looked at, although I believe this information will not help me answer above questions.
If it does can you please point me to the exact section in the document?
https://www.ti.com/tool/download/BLE-STACK-2-X
https://www.ti.com/lit/tidu862
https://www.ti.com/tool/SENSORTAG-SW