Lines Matching +full:- +full:d
1 .. zephyr:code-sample:: zbus-uart-bridge
3 :relevant-api: zbus_apis
19 .. zephyr-app-commands::
20 :zephyr-app: samples/subsys/zbus/uart_bridge
21 :host-os: unix
28 .. code-block:: console
33 *** Booting Zephyr OS build zephyr-v3.1.0 ***
34 D: Core sending start measurement with status 0
35 D: START processing channel start_measurement change
36 D: FINISH processing channel start_measurement change
37 D: Peripheral sending sensor data
38 D: START processing channel sensor_data change
39 D: FINISH processing channel sensor_data change
40 D: Bridge Started
41 D: Channel start_measurement claimed
42 D: Channel start_measurement finished
43 D: Bridge send start_measurement
44 D: Channel sensor_data claimed
45 D: Channel sensor_data finished
46 D: Bridge send sensor_data
47 D: Core sending start measurement with status 1
48 D: START processing channel start_measurement change
49 D: FINISH processing channel start_measurement change
50 D: Channel start_measurement claimed
51 D: Channel start_measurement finished
52 D: Bridge send start_measurement
53 D: Peripheral sending sensor data
54 D: START processing channel sensor_data change
55 D: FINISH processing channel sensor_data change
56 D: Channel sensor_data claimed
57 D: Channel sensor_data finished
58 D: Bridge send sensor_data
66 .. code-block:: bash
79 .. code-block:: shell
81 PUB [sensor_data] -> b'\xc5\x01\x00\x00\xb2\x11\x00\x00'
82 PUB [start_measurement] -> b'\x00'
83 PUB [sensor_data] -> b'\xc6\x01\x00\x00\xbc\x11\x00\x00'
84 PUB [start_measurement] -> b'\x01'
85 PUB [sensor_data] -> b'\xc7\x01\x00\x00\xc6\x11\x00\x00'
86 PUB [start_measurement] -> b'\x00'
87 PUB [sensor_data] -> b'\xc8\x01\x00\x00\xd0\x11\x00\x00'
88 PUB [start_measurement] -> b'\x01'
89 PUB [sensor_data] -> b'\xc9\x01\x00\x00\xda\x11\x00\x00'
90 PUB [start_measurement] -> b'\x00'
91 PUB [sensor_data] -> b'\xca\x01\x00\x00\xe4\x11\x00\x00'
92 PUB [start_measurement] -> b'\x01'
93 PUB [sensor_data] -> b'\xcb\x01\x00\x00\xee\x11\x00\x00'
94 PUB [start_measurement] -> b'\x00'
95 PUB [sensor_data] -> b'\xcc\x01\x00\x00\xf8\x11\x00\x00'
96 PUB [start_measurement] -> b'\x01'
97 PUB [sensor_data] -> b'\xcd\x01\x00\x00\x02\x12\x00\x00'
98 PUB [start_measurement] -> b'\x00'
99 PUB [sensor_data] -> b'\xce\x01\x00\x00\x0c\x12\x00\x00'
100 PUB [start_measurement] -> b'\x01'
101 PUB [sensor_data] -> b'\xcf\x01\x00\x00\x16\x12\x00\x00'
102 PUB [start_measurement] -> b'\x00'