This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit 22ff8dbf8f281fa43c18bdb7f2dec97a3d7108a2
Author: Matteo Golin <[email protected]>
AuthorDate: Sun Jul 19 09:57:32 2026 -0400

    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.
    
    Signed-off-by: Matteo Golin <[email protected]>
---
 Documentation/platforms/sim/sim/boards/sim/index.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/Documentation/platforms/sim/sim/boards/sim/index.rst 
b/Documentation/platforms/sim/sim/boards/sim/index.rst
index 813adabc614..00626255d5f 100644
--- a/Documentation/platforms/sim/sim/boards/sim/index.rst
+++ b/Documentation/platforms/sim/sim/boards/sim/index.rst
@@ -587,6 +587,23 @@ We only need to select the appropriate audio device to 
playback this file:
    nxplayer> device /dev/audio/pcm1p
    nxplayer> play /host/mother.mp3
 
+baromonitor
+-----------
+
+This configuration includes LVGL graphics over the X11 frame buffer interface,
+and includes the :doc:`baromonitor </applications/examples/baromonitor/index>`
+example. It also includes the ``uorb_generator`` (see
+:doc:`/applications/system/uorb/index`) for generation of fake barometer data 
to
+test with.
+
+You may wish to test the example by doing the following (this will only show
+static data):
+
+.. code:: console
+
+   nsh> uorb_generator -n 10000 -r 1 -s -t sensor_baro0 
timestamp:23191100,pressure:999.12,temperature:26.34 &
+   nsh> baromonitor
+
 bluetooth
 ---------
 

Reply via email to