Hello there,
I just compile the Linux app on Raspberry Pi with Lazarus (2.0.10).
After the program is compiled and run, I tried in the BME280 tab and Main , apparently it can't display the Ambient value. It always 0 value.
When I tried to connect in Windows App, I can see Ambient value change. But in not in the raspi (always 0 in raspi).
Hi
The current Linux app is a little out of date now.
We are currently testing firmware 129-15, once released there will be a linux app update as well.
Looking at the linux app, and the protocol document
:030# Get Ambient temperature
is the call to get the ambient temperature
in line 5790 we have the call get to ambient
tmpStr:=':050#';
which should be
tmpStr:=':030#';
regardsRobert
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello there,
I just compile the Linux app on Raspberry Pi with Lazarus (2.0.10).
After the program is compiled and run, I tried in the BME280 tab and Main , apparently it can't display the Ambient value. It always 0 value.
When I tried to connect in Windows App, I can see Ambient value change. But in not in the raspi (always 0 in raspi).
Is there something wrong? What do I have to do?
Thank you
Hi
The current Linux app is a little out of date now.
We are currently testing firmware 129-15, once released there will be a linux app update as well.
Looking at the linux app, and the protocol document
:030# Get Ambient temperature
is the call to get the ambient temperature
in line 5790 we have the call get to ambient
which should be
Hello,
Fascinating, it works now.
Thank you very much.
I love your projects.
Regards,
astro-srscat
There is a new update for linux app arriving this week