From 22ff8dbf8f281fa43c18bdb7f2dec97a3d7108a2 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Sun, 19 Jul 2026 09:57:32 -0400 Subject: [PATCH] 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 --- .../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 ` +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 ---------