Home
last modified time | relevance | path

Searched refs:sample (Results 201 – 225 of 1701) sorted by relevance

12345678910>>...69

/Zephyr-latest/samples/subsys/modbus/tcp_gateway/
DREADME.rst1 .. zephyr:code-sample:: modbus-gateway
16 This sample has been tested with FRDM-K64F board,
21 :zephyr:code-sample:`modbus-rtu-server` sample. Client is running on a PC or laptop.
23 The description of this sample uses `PyModbus`_ (Pymodbus REPL).
24 The user can of course try out other client implementations with this sample.
33 This sample can be found under
36 The following commands build and flash gateway sample.
/Zephyr-latest/doc/connectivity/networking/api/
Dtftp.rst9 See :zephyr:code-sample:`TFTP client sample application <tftp-client>` for
/Zephyr-latest/samples/net/sockets/echo_server/
DREADME.rst1 .. zephyr:code-sample:: sockets-echo-server
10 The echo-server sample application for Zephyr implements a UDP/TCP server
11 that complements the echo-client sample application: the echo-server listens
15 The source code for this sample application can be found at:
55 Build echo-server sample application like this:
93 Enable TLS support in the sample by building the project with the
106 The certificate used by the sample can be found in the sample's ``src``
108 :zephyr:code-sample:`sockets-echo-client` enable establishing a secure connection
141 See the :zephyr:code-sample:`sockets-echo-client` sample documentation for an alternate
/Zephyr-latest/samples/modules/compression/lz4/
DREADME.rst1 .. zephyr:code-sample:: lz4
9 A simple sample that can be used with any :ref:`supported board <boards>` and
22 The sample can be built and executed on nrf52840dk/nrf52840 as follows:
/Zephyr-latest/samples/sensor/adc_cmp_npcx/
DREADME.rst1 .. zephyr:code-sample:: adc_cmp_npcx
10 This sample show how to use the NPCX ADC Comparator driver. The
11 sample supports the :zephyr:board:`npcx9m6f_evb`.
/Zephyr-latest/samples/bluetooth/broadcaster/
DREADME.rst1 .. zephyr:code-sample:: bluetooth_broadcaster
25 This sample can be found under :zephyr_file:`samples/bluetooth/broadcaster` in the
28 See :zephyr:code-sample-category:`bluetooth` samples for details.
/Zephyr-latest/samples/drivers/gnss/
DREADME.rst1 .. zephyr:code-sample:: gnss
9 This sample demonstrates how to use a GNSS device implementing the
15 This sample requires a board with a GNSS device present and enabled
/Zephyr-latest/samples/drivers/stepper/tmc50xx/
DREADME.rst1 .. zephyr:code-sample:: tmc50xx
10 This sample application periodically spins the stepper clockwise and counterclockwise depending on
22 This sample uses the TMC5072 BOB controlled using the SPI interface. The board's Devicetree must de…
42 Starting tmc50xx stepper sample
/Zephyr-latest/samples/drivers/uart/passthrough/
DREADME.rst1 .. zephyr:code-sample:: uart-passthrough
10 This sample will virtually connect two UART interfaces together, as if Zephyr
15 The source code for this sample application can be found at:
29 Build and flash the sample as follows, changing ``nucleo_l476rg`` for your
/Zephyr-latest/samples/net/sockets/sntp_client/
DREADME.rst1 .. zephyr:code-sample:: sntp-client
10 This sample is a simple SNTP client showing how to retrieve the current
27 This sample can be built and executed on QEMU or native_sim board as
35 The IPv4 Wi-Fi support can be enabled in the sample with
/Zephyr-latest/samples/net/mdns_responder/
DKconfig1 # Private config options for mDNS responder sample app
6 mainmenu "Networking mDNS responder sample application"
29 Set VLAN (virtual LAN) tag (id) that is used in the sample
53 Set VLAN (virtual LAN) tag (id) that is used in the sample
/Zephyr-latest/samples/drivers/ht16k33/
DREADME.rst1 .. zephyr:code-sample:: ht16k33
10 This sample controls the LEDs connected to a `Holtek HT16K33`_
11 driver. The sample supports up to 128 LEDs connected to the
21 The sample logs keyscan events on the console.
/Zephyr-latest/samples/sensor/icm42605/
DREADME.rst1 .. zephyr:code-sample:: icm42605
11 This sample application periodically (10 Hz) measures the sensor
19 This sample uses an external breakout for the sensor. A devicetree
27 build this sample app using:
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/
DREADME.rst9 This sample is provided as an example of how to read the temperature
11 Sensor AFE Evaluation Board shield. The sample is designed for use
20 Prior to running the sample application, the LMP90100 EVB must be
28 This sample runs with the LMP90100 EVB connected to any development
/Zephyr-latest/samples/net/sockets/can/
DKconfig1 # Private config options for can sample app
6 mainmenu "SocketCAN sample application"
/Zephyr-latest/drivers/sensor/maxim/max44009/
Dmax44009.c122 drv_data->sample = 0U; in max44009_sample_fetch()
134 drv_data->sample = ((uint16_t)val_h) << 8; in max44009_sample_fetch()
135 drv_data->sample += val_l; in max44009_sample_fetch()
156 uval = drv_data->sample; in max44009_channel_get()
159 uval = uval << (drv_data->sample >> MAX44009_SAMPLE_EXPONENT_SHIFT); in max44009_channel_get()
/Zephyr-latest/samples/drivers/watchdog/
DREADME.rst1 .. zephyr:code-sample:: watchdog
10 This sample demonstrates how to use the watchdog driver API.
18 In this sample, a watchdog callback is used to handle a timeout event once. This functionality is u…
27 The sample can be built and executed for the
45 Watchdog sample application
/Zephyr-latest/samples/sensor/max17262/
DREADME.rst1 .. zephyr:code-sample:: max17262
10 This sample application periodically reads voltage, current and temperature
22 This sample requires a board which provides a configuration for Arduino
30 This sample application uses an MAX17262 sensor connected to a board via I2C.
42 To check output of this sample , any serial console program can be used.
/Zephyr-latest/samples/shields/npm1300_ek/doc/
Dindex.rst1 .. zephyr:code-sample:: npm1300_ek
9 This sample is provided for evaluation of the :ref:`npm1300_ek`.
10 The sample provides a shell interface to support the features of the
26 The sample is designed so that it can run on any platform. For example, when
35 Note that this sample automatically sets ``SHIELD`` to ``npm1300_ek``. Once
/Zephyr-latest/samples/drivers/can/counter/
DKconfig1 # Private config options for can sample app
6 mainmenu "Controller Area Network sample application"
/Zephyr-latest/samples/subsys/shell/shell_module/
DKconfig1 # Config options for logger sample app
6 mainmenu "Shell module sample application"
/Zephyr-latest/samples/subsys/task_wdt/boards/
Dnucleo_f401re.overlay9 * this is too low to configure the WWDG clock for this sample.
10 * Thus, use the IWDG instead for running this sample.
Dnucleo_f411re.overlay9 * this is too low to configure the WWDG clock for this sample.
10 * Thus, use the IWDG instead for running this sample.
/Zephyr-latest/samples/net/stats/
DKconfig1 # Private config options for network statistics sample app
6 mainmenu "Network statistics sample application"
/Zephyr-latest/samples/boards/nxp/s32/netc/
DREADME.rst1 .. zephyr:code-sample:: nxp_s32_netc
9 The sample application shows how to configure NXP S32 Network Controller (NETC)
18 The sample enables the net-shell and mdio-shell (only available when Zephyr
22 The source code for this sample application can be found at:
28 To run this sample is needed to set-up a host machine running GNU/Linux or Windows
35 To build and run the sample application for use-case 1:
50 [00:00:00.058,000] <inf> nxp_s32_netc_sample: Starting sample
58 To build and run the sample application for use-case 2:
75 [00:00:00.058,000] <inf> nxp_s32_netc_sample: Starting sample

12345678910>>...69