linguini1 opened a new pull request, #19480:
URL: https://github.com/apache/nuttx/pull/19480

   ## Summary
   
   This PR provides documentation and two configurations for the barometer
   dashboard example introduced in 
https://github.com/apache/nuttx-apps/pull/3650. That PR must be merged first.
   
   This is part of the last milestone of my GSoC project, #18507.
   
   Here are the commit descriptions:
   
   ### docs/sim: Document new baromonitor configuration
   
   Documents the configuration for the barometer dashboard example, and
   explains how to set up a fake barometer to test it.
   
   ### boards/sim: Add baromonitor configuration
   
   Users can try the barometer dashboard example on the simulator. The
   recommended way of simulating the barometer is using uorb_generator,
   like in the following command:
   
   `uorb_generator -n 10000 -r 1 -s -t sensor_baro0 
timestamp:23191100,pressure:999.12,temperature:26.34 &`
   
   ### docs/raspberrypi-4b: Document baromonitor configuration
   
   Documents the baromonitor configuration available on the RPi4B.
   
   ### boards/raspberrypi-4b: Add configuration for barometer monitor example
   
   Adds a new configuration which allows users to try the barometer
   monitoring example with a connected barometer over I2C.
       
   ### docs/baromonitor: Add some documentation about the baromonitor example
   
   Documents how to use the baromonitor example, shows its visualization
   and explains its default behaviour.
   
   ## Impact
   
   Users of the RPi4B have a cool, new application to try and also to adapt to
   their own projects. Anyone else can use the simulator to see an example of an
   LVGL example for monitoring sensors with NuttX.
   
   ## Testing
   
   Tested using the included `raspberrypi-4b:baromonitor` configuration with a
   BMP280 over I2C, and using `sim:baromonitor` with `uorb_generator` creating 
fake
   data.
   
   A screenshot of the simulator render is visible in the included 
documentation.
   Below is an image of the rendered data live from the BMP280 over the RPi4B's
   HDMI output:
   
   <img width="1899" height="1429" alt="image" 
src="https://github.com/user-attachments/assets/973dcb1d-4dfe-41cb-8b3c-d3acf6d7de2c";
 />


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to