/Zephyr-latest/samples/sensor/clock/ |
D | README.rst | 1 .. zephyr:code-sample:: sensor_clock 10 This sample application demonstrates how to select the sensor clock source 16 The sample below uses the :ref:`nrf52840dk_nrf52840` and :ref:`nrf52833dk_nrf52833` boards. 18 To run this sample, ensure the following configurations: 25 Build and run the sample with the following command:
|
/Zephyr-latest/samples/sensor/proximity_polling/ |
D | README.rst | 1 .. zephyr:code-sample:: proximity_polling 10 This sample demonstrates how to use one or multiple proximity sensors. 15 The sample supports up to 10 proximity sensors. The number of the sensors will 29 After creating the devicetree overlay you can build the sample with: 43 Proximity sensor sample application
|
/Zephyr-latest/samples/bluetooth/iso_receive/ |
D | README.rst | 1 .. zephyr:code-sample:: bluetooth_isochronous_receiver 24 This sample can be found under :zephyr_file:`samples/bluetooth/iso_receive` in 28 Use the sample found under :zephyr_file:`samples/bluetooth/iso_broadcast` on 30 sample will establish periodic advertising synchronization and synchronize to 33 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/bluetooth/mesh/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_mesh 10 This sample demonstrates Bluetooth Mesh functionality. It has several 31 This sample can be found under :zephyr_file:`samples/bluetooth/mesh` in the 34 See :zephyr:code-sample-category:`bluetooth` samples for details on how 35 to run the sample inside QEMU. 49 must also run on the network core. The :zephyr:code-sample:`bluetooth_hci_ipc` sample 50 application may be used. Build this sample with configuration 54 Interacting with the sample 57 The sample can either be provisioned into an existing mesh network with an
|
/Zephyr-latest/samples/bluetooth/mesh_provisioner/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_mesh_provisioner 10 This sample demonstrates how to use the Bluetooth Mesh APIs related to 13 example, one could use the sample in 22 PB-ADV. If the board doesn't have the push button, the sample will 40 This sample can be found under 43 See :zephyr:code-sample-category:`bluetooth` samples for details on 44 how to run the sample inside QEMU. 58 must also run on the network core. The :zephyr:code-sample:`bluetooth_hci_ipc` sample 59 application may be used. Build this sample with configuration
|
/Zephyr-latest/samples/boards/microchip/mec15xxevb_assy6853/power_management/ |
D | README.rst | 1 .. _mec15xxevb-sample: 3 MEC15xx sample board test application 9 This sample demonstrates power management features on MEC15xx-based boards. 15 The sample can be built and executed on boards using west.
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/ |
D | README.rst | 1 .. zephyr:code-sample:: socket-dumb-http-server-mt 10 The ``sockets/dumb_http_server_mt`` sample application for Zephyr implements a 12 This sample has similar functionality as :zephyr:code-sample:`socket-dumb-http-server` 14 IPv6. Also this sample application has no compatibility with POSIX. 19 The source code for this sample application can be found at: 40 After the sample starts, it expects connections at 192.0.2.1 or 2001:db8::1, 43 You should see a page with a sample content about Zephyr (captured at a
|
/Zephyr-latest/samples/net/sockets/http_get/ |
D | README.rst | 1 .. zephyr:code-sample:: sockets-http-get 10 The sockets/http_get sample application for Zephyr implements a simple 12 sample is to show how it's possible to develop a sockets application 16 The source code for this sample application can be found at: 38 After the sample starts, it issues HTTP GET request to "google.com:80" 47 Enable TLS support in the sample by building the project with the 63 The certificate used by the sample can be found in the sample's ``src`` 65 configured in the sample (https://google.com). To access a different web page 68 Note, that TLS support in the sample depends on non-posix, TLS socket 69 functionality. Therefore, it is only possible to run TLS in this sample [all …]
|
/Zephyr-latest/samples/net/sockets/echo_async_select/ |
D | README.rst | 1 .. zephyr:code-sample:: async-sockets-echo-select 10 The sockets/echo_async_select sample application for Zephyr implements an 13 the :zephyr:code-sample:`async-sockets-echo` sample. 15 The source code for this sample application can be found at: 35 After the sample starts, it expects connections at 192.0.2.1 (IPv4), or 44 it. Unlike the :zephyr:code-sample:`sockets-echo` sample, this application 47 The sample supports up to three connected clients, but this can be adjusted
|
/Zephyr-latest/samples/net/ptp/ |
D | Kconfig | 1 # Private config options for PTP sample app 6 mainmenu "PTP sample application" 14 A value of zero means that the sample application is run forever.
|
/Zephyr-latest/samples/sensor/soc_voltage/ |
D | README.rst | 1 .. zephyr:code-sample:: soc_voltage 10 This sample reads one or more of the various voltage sensors an SoC might have and 16 In order to run this sample, enable the sensor node that supports 18 The tail ``0`` is the sensor number. This sample support up to 16 sensors.
|
/Zephyr-latest/samples/bluetooth/hap_ha/ |
D | README.rst | 1 .. zephyr:code-sample:: bluetooth_hap_ha 10 Application demonstrating the LE Audio Hearing Aid sample functionality. 22 This sample can be found under 25 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/bluetooth/peripheral_past/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_peripheral_past 21 This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_past` 24 Use the sample found under :zephyr_file:`samples/bluetooth/central_past` on 28 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/boards/vngiotlab/nrf52_vbluno52/doc/ |
D | index.rst | 57 example for the :zephyr:code-sample:`hello_world` application. 67 Here are some sample applications that you can use to test different 70 * :zephyr:code-sample:`hello_world` 71 * :zephyr:code-sample:`blinky` 72 * :zephyr:code-sample:`button` 73 * :zephyr:code-sample:`bluetooth_beacon` 74 * :zephyr:code-sample:`ble_peripheral_hr`
|
/Zephyr-latest/samples/net/gptp/ |
D | Kconfig | 1 # Private config options for gPTP sample app 6 # This sample application will have three network interfaces. 9 # how to do this kind of setup. See also VLAN sample application 13 mainmenu "gPTP sample application" 33 Set VLAN (virtual LAN) tag (id) that is used in the sample 52 Set VLAN (virtual LAN) tag (id) that is used in the sample 59 A value of zero means that the sample application is run forever.
|
/Zephyr-latest/drivers/sensor/melexis/mlx90394/ |
D | mlx90394.c | 100 mlx90394_convert_magn(data->config_val, val, data->sample.x_l, data->sample.x_h); in mlx90394_channel_get() 103 mlx90394_convert_magn(data->config_val, val, data->sample.y_l, data->sample.y_h); in mlx90394_channel_get() 106 mlx90394_convert_magn(data->config_val, val, data->sample.z_l, data->sample.z_h); in mlx90394_channel_get() 109 mlx90394_convert_temp(val, data->sample.temp_l, data->sample.temp_h); in mlx90394_channel_get() 112 mlx90394_convert_magn(data->config_val, val, data->sample.x_l, data->sample.x_h); in mlx90394_channel_get() 113 mlx90394_convert_magn(data->config_val, val + 1, data->sample.y_l, in mlx90394_channel_get() 114 data->sample.y_h); in mlx90394_channel_get() 115 mlx90394_convert_magn(data->config_val, val + 2, data->sample.z_l, in mlx90394_channel_get() 116 data->sample.z_h); in mlx90394_channel_get() 119 mlx90394_convert_magn(data->config_val, val, data->sample.x_l, data->sample.x_h); in mlx90394_channel_get() [all …]
|
/Zephyr-latest/samples/net/secure_mqtt_sensor_actuator/src/ |
D | device.c | 55 int device_read_sensor(struct sensor_sample *sample) in device_read_sensor() argument 64 sample->unit = SENSOR_UNIT; in device_read_sensor() 65 sample->value = 20.0 + (double)sys_rand32_get() / UINT32_MAX * 5.0; in device_read_sensor() 81 sample->unit = SENSOR_UNIT; in device_read_sensor() 82 sample->value = sensor_value_to_double(&sensor_val); in device_read_sensor()
|
/Zephyr-latest/samples/drivers/counter/alarm/ |
D | README.rst | 1 .. zephyr:code-sample:: alarm 9 This sample provides an example of alarm application using :ref:`counter API <counter_api>`. 15 Therefore, the sample output may differ in 1 second 20 This sample requires the support of a timer IP compatible with alarm setting. 42 Counter alarm sample
|
/Zephyr-latest/samples/net/sockets/echo_async/ |
D | README.rst | 1 .. zephyr:code-sample:: async-sockets-echo 10 The sockets/echo-async sample application for Zephyr implements an 13 the :zephyr:code-sample:`sockets-echo` sample. It's a more involved application, 17 The source code for this sample application can be found at: 37 After the sample starts, it expects connections at 192.0.2.1 (IPv4), or 46 it. Unlike the above-mentioned :zephyr:code-sample:`sockets-echo` sample, this application 49 The sample supports up to three connected clients, but this can be adjusted 55 The IPv4 Wi-Fi support can be enabled in the sample with
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 35 1. A working sample can be found on the `Golioth Firmware SDK repository`_ 47 There is a :zephyr:code-sample:`hawkbit-api` sample included in the 48 Zephyr :zephyr:code-sample-category:`mgmt` section. 58 There is an :zephyr:code-sample:`updatehub-fota` sample included in the Zephyr 59 :zephyr:code-sample-category:`mgmt` section. 69 There is an :zephyr:code-sample:`smp-svr` sample included in the Zephyr 70 :zephyr:code-sample-category:`mgmt` section. 77 connect to an LwM2M server using DTLS. A :zephyr:code-sample:`lwm2m-client` sample is
|
/Zephyr-latest/samples/boards/nordic/coresight_stm/ |
D | README.rst | 1 .. zephyr:code-sample:: coresight_stm_sample 8 This sample presents how to enable STM logging on nRF54H20 platform. 13 There are three sample configurations in the :file:`sample.yaml`. 15 * **sample.boards.nrf.coresight_stm.local_uart** 20 * **sample.boards.nrf.coresight_stm** 27 * **sample.boards.nrf.coresight_stm.dict** 29 This sample uses STM logging in dictionary mode. 39 **sample.boards.nrf.coresight_stm.dict** requires host tool like ``nrfutil trace`` 45 To build the sample, use configuration setups from the :file:`sample.yaml` using the ``-T`` option. 52 west build -p -b nrf54h20dk/nrf54h20/cpuapp -T sample.boards.nrf.coresight_stm .
|
/Zephyr-latest/samples/subsys/fs/zms/ |
D | Kconfig | 4 mainmenu "ZMS sample configuration" 7 int "The number of iterations that the sample writes the all set of data." 12 …int "The number of iterations after the sample delete all set of data and verify that it has been …
|
/Zephyr-latest/samples/sensor/die_temp_polling/ |
D | README.rst | 1 .. zephyr:code-sample:: die_temp_polling 10 This sample periodically reads temperature from the CPU Die 16 To run this sample, enable the sensor node that supports ``SENSOR_CHAN_DIE_TEMP`` 18 The tail ``0`` is the sensor number. This sample support up to 15 sensors.
|
/Zephyr-latest/samples/net/lldp/ |
D | Kconfig | 1 # Private config options for LLDP sample app 6 # This sample application will have three network interfaces. 8 mainmenu "LLDP sample application" 30 Set VLAN (virtual LAN) tag (id) that is used in the sample 49 Set VLAN (virtual LAN) tag (id) that is used in the sample
|
/Zephyr-latest/samples/drivers/led/is31fl3733/ |
D | README.rst | 1 .. zephyr:code-sample:: is31fl3733 10 This sample controls a matrix of up to 192 LEDs. The sample performs the 23 The number of LEDs can be limited using the following sample specific Kconfigs: 31 This sample can be run on any board with an IS31FL3733 LED driver connected via 34 This sample provides a DTS overlay for the :zephyr:board:`frdm_k22f` board
|