Searched refs:sample (Results 226 – 250 of 1701) sorted by relevance
12345678910>>...69
/Zephyr-latest/samples/modules/nanopb/ |
D | README.rst | 1 .. zephyr:code-sample:: nanopb 9 A simple protocol buffer sample using :ref:`nanopb_reference` for serializing structured data 27 This sample uses two configuration options to modify the behavior.
|
/Zephyr-latest/samples/basic/sys_heap/ |
D | README.rst | 1 .. zephyr:code-sample:: sys-heap 9 A simple sample that can be used with any :ref:`supported board <boards>` and 36 System heap sample
|
/Zephyr-latest/samples/subsys/bindesc/hello_bindesc/ |
D | README.rst | 1 .. zephyr:code-sample:: hello-bindesc 10 A simple sample of :ref:`binary descriptor <binary_descriptors>` definition and usage. 15 Follow these steps to build the ``hello_bindesc`` sample application:
|
/Zephyr-latest/samples/bluetooth/scan_adv/ |
D | README.rst | 1 .. zephyr:code-sample:: ble_scan_adv 25 This sample can be found under :zephyr_file:`samples/bluetooth/scan_adv` in the 28 See :zephyr:code-sample-category:`bluetooth` samples for details.
|
/Zephyr-latest/samples/net/tftp_client/ |
D | README.rst | 1 .. zephyr:code-sample:: tftp-client 13 This TFTP client sample application for Zephyr implements the TFTP client library 16 The source code for this sample application can be found at: 34 Build the tftp-client sample application like this: 43 The easiest way to setup this sample application is to build and run it 47 Build the tftp-client sample application for :ref:`native_sim <native_sim>` like this: 77 This sample can be run on :ref:`native_sim<native_sim>` while running a TFTP server on the host
|
/Zephyr-latest/samples/bluetooth/extended_adv/ |
D | README.rst | 1 .. zephyr:code-sample:: bluetooth_extended_advertising 10 This sample demonstrates the use of the extended advertising feature, by: 15 The sample consists of the advertiser initiating a connectable advertisement set, 21 This sample handles all actions in a separate thread, to promote good design 34 This sample can be found under 37 See :zephyr:code-sample-category:`bluetooth` samples for details. 39 This sample uses two applications, so two devices need to be setup.
|
/Zephyr-latest/samples/net/sockets/echo/ |
D | README.rst | 1 .. zephyr:code-sample:: sockets-echo 10 The sockets/echo sample application for Zephyr implements a TCP echo 12 The purpose of this sample is to show how it's possible to develop a sockets 16 The source code for this sample application can be found at: 36 After the sample starts, it expects connections at 192.0.2.1, port 4242. 81 After having connected to an Access Point using the sample Wi-Fi shell,
|
/Zephyr-latest/samples/basic/rgb_led/ |
D | README.rst | 1 .. zephyr:code-sample:: rgb-led 10 This is a sample app which drives an RGB LED using the :ref:`PWM API <pwm_api>`. 16 being steady). The sample causes each LED component to step from dark to max 18 range of color changes from the RGB LED, and the sample repeats forever. 33 You will see at least one of these errors if you try to build this sample for 43 :file:`BOARD.dts` file which supports this sample.
|
/Zephyr-latest/samples/bluetooth/bap_broadcast_source/ |
D | README.rst | 1 .. zephyr:code-sample:: bluetooth_bap_broadcast_source 17 This sample can be found under 20 Check the :zephyr:code-sample-category:`bluetooth` samples for general information. 34 The sample defaults to sequential packing of BIS subevents, add 57 :zephyr:code-sample:`bluetooth_hci_ipc` sample
|
/Zephyr-latest/samples/basic/blinky_pwm/ |
D | README.rst | 1 .. zephyr:code-sample:: pwm-blinky 11 :zephyr:code-sample:`blinky` for a GPIO-based sample. 19 frequency of 1 Hz. This sample calibrates itself to what the hardware supports 66 To build and flash this sample for the :ref:`nrf52840dk_nrf52840`: 76 After flashing, the sample starts blinking the LED as described above. It also
|
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/sensorhub/ |
D | README.rst | 1 .. zephyr:code-sample:: x-nucleo-iks02a1-shub 9 This sample is provided as an example to test the X-NUCLEO-IKS02A1 shield 13 This sample enables IIS2DLPC and ISM330DHCX sensors. Since all other shield 28 This sample communicates over I2C with the X-NUCLEO-IKS02A1 shield 36 Please note that this sample can't be used with boards already supporting 48 This sample runs with X-NUCLEO-IKS02A1 stacked on any board with a matching
|
/Zephyr-latest/samples/drivers/smbus/ |
D | README.rst | 1 .. zephyr:code-sample:: smbus-shell 10 This is a simple SMBus shell sample that allows arbitrary boards with SMBus 16 This sample can be found under :zephyr_file:`samples/drivers/smbus` in the 18 The sample can be built and run as follows for the ``qemu_x86_64`` board: 35 Start SMBUS shell sample qemu_x86_64
|
/Zephyr-latest/samples/net/ptp/ |
D | README.rst | 1 .. zephyr:code-sample:: ptp 10 The PTP sample application for Zephyr will enable PTP support. 12 The source code for this sample application can be found at: 24 A good way to run this sample is to run this PTP application inside 31 Follow these steps to build the PTP sample application:
|
/Zephyr-latest/samples/net/sockets/echo_service/ |
D | README.rst | 1 .. zephyr:code-sample:: sockets-service-echo 10 The sockets/echo_service sample application for Zephyr implements a TCP and UDP 13 The purpose of this sample is to show how to use socket service API. 20 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
|
/Zephyr-latest/samples/drivers/i2s/echo/ |
D | README.rst | 1 .. zephyr:code-sample:: i2s-echo 10 This sample demonstrates how to use an I2S driver in a simple processing of 18 The sample uses the WM8731 audio CODEC that can be found, for example, 20 CODECs. The I2S device to be used by the sample is specified by defining 25 This sample has been tested on :ref:`nrf52840dk_nrf52840` (nrf52840dk/nrf52840)
|
/Zephyr-latest/samples/sensor/grove_temperature/ |
D | README.rst | 1 .. zephyr:code-sample:: grove_temperature 10 This sample application gets the output of the grove temperature sensor and prints it to the 18 To use this sample, the following hardware is required: 30 overlay provided for the sample, the sensor should be connected to A0 on the Grove shield. The 37 Build and flash the sample as follows, changing ``nrf52dk_nrf52832`` to your board:
|
/Zephyr-latest/drivers/sensor/nordic/temp/ |
D | temp_nrf5.c | 29 int32_t sample; member 68 data->sample = nrf_temp_result_get(NRF_TEMP); in temp_nrf5_sample_fetch() 69 LOG_DBG("sample: %d", data->sample); in temp_nrf5_sample_fetch() 89 uval = data->sample * TEMP_NRF5_TEMP_SCALE; in temp_nrf5_channel_get()
|
/Zephyr-latest/samples/net/cellular_modem/ |
D | README.rst | 1 .. zephyr:code-sample:: cellular-modem 9 This sample consists of a simple application which powers on 19 This sample uses the devicetree alias ``modem`` to identify 20 the modem instance to use. The sample also presumes that
|
/Zephyr-latest/samples/net/sockets/can/ |
D | README.rst | 1 .. zephyr:code-sample:: socket-can 10 The socket CAN sample is a server/client application that sends and receives 22 The source code for this sample application can be found at: 34 Build the socket CAN sample application like this:
|
/Zephyr-latest/samples/net/sockets/coap_client/ |
D | README.rst | 1 .. zephyr:code-sample:: coap-client 10 This sample is a simple CoAP client showing how to retrieve information 16 This sample will make a GET request with path 'test' to the IPv6 32 This sample can be built and executed on QEMU or native_sim board as described
|
/Zephyr-latest/samples/bluetooth/cap_acceptor/ |
D | Kconfig | 4 mainmenu "Bluetooth: Common Audio Profile Acceptor sample" 18 If set to true, the sample will start advertising connectable for 33 If set to true, the sample will start advertising syncable audio streams 39 If set to true, the sample will start scanning for Broadcast Sources
|
/Zephyr-latest/samples/subsys/dap/ |
D | README.rst | 1 .. zephyr:code-sample:: cmsis-dap 9 This sample app demonstrates use of a SWDP interface driver and CMSIS DAP 15 This sample supports multiple hardware configurations: 24 The following commands build and flash DAP sample.
|
/Zephyr-latest/samples/drivers/led/is31fl3216a/ |
D | README.rst | 1 .. zephyr:code-sample:: is31fl3216a 10 This sample controls up to 16 LEDs connected to a is31fl3216a driver. 32 This sample can be built and executed when the devicetree has an I2C device node 36 As an example this sample provides a DTS overlay for the :zephyr:board:`lpcxpresso55s28`
|
/Zephyr-latest/samples/sensor/mpu6050/ |
D | README.rst | 1 .. zephyr:code-sample:: mpu6050 11 This sample application periodically (0.5 Hz) measures the sensor 21 This sample uses an external breakout for the sensor. A devicetree 29 build this sample app using:
|
/Zephyr-latest/samples/boards/espressif/spiram_test/ |
D | README.rst | 1 .. zephyr:code-sample:: esp32-spiram 9 This sample shows how to allocate memory from SPIRAM by using 17 The following SoCs are supported by this sample code so far: 39 To check output of this sample, run ``west espressif monitor`` or any other serial
|
12345678910>>...69