Menu

Linux App on Raspberry Pi

2022-08-31
2024-12-16
  • Astronomically Serious Cat

    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

     
  • brownrb

    brownrb - 2022-08-31

    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#';
    
    regards
    Robert
    
     
  • Astronomically Serious Cat

    Hello,
    Fascinating, it works now.
    Thank you very much.
    I love your projects.

    Regards,
    astro-srscat

     
  • brownrb

    brownrb - 2024-12-16

    There is a new update for linux app arriving this week

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.