Searched full:cellular (Results 1 – 25 of 27) sorted by relevance
12
/Zephyr-latest/include/zephyr/drivers/ |
D | cellular.h | 9 * @file drivers/cellular.h 10 * @brief Public cellular network API 17 * @brief Cellular interface 18 * @defgroup cellular_interface Cellular Interface 31 /** Cellular access technologies */ 43 /** Cellular network structure */ 45 /** Cellular access technology */ 48 * List of bands, as defined by the specified cellular access technology, 56 /** Cellular signal type */ 63 /** Cellular modem info type */ [all …]
|
/Zephyr-latest/samples/net/cellular_modem/ |
D | sample.yaml | 2 description: Sample for cellular modem 3 name: Sample for cellular modem using native networking 6 - cellular 11 - cellular
|
D | README.rst | 1 .. zephyr:code-sample:: cellular-modem 2 :name: Cellular modem 4 Use a cellular modem to communicate with a UDP server.
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.cellular | 5 bool "Generic cellular modem support" 25 cellular modems to establish a point-to-point
|
D | Kconfig | 192 source "drivers/modem/Kconfig.cellular"
|
D | modem_cellular.c | 10 #include <zephyr/drivers/cellular.h> 1672 static DEVICE_API(cellular, modem_cellular_api) = {
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | ppp.rst | 36 For using PPP with a cellular modem, see :zephyr:code-sample:`cellular-modem` sample
|
/Zephyr-latest/samples/net/lwm2m_client/ |
D | overlay-queue.conf | 4 # This is a common NAT timeout for cellular networks.
|
/Zephyr-latest/boards/ezurio/pinnacle_100_dvk/doc/ |
D | index.rst | 5 The Pinnacle™ 100 cellular modem seamlessly incorporates a powerful Cortex M4F 14 Ezurio’s sample code (cellular, Bluetooth) and hardware interfaces, 19 cellular WAN to BLE. It’s never been easier to bridge wireless 205 …le 100 website: https://www.ezurio.com/wireless-modules/cellular-solutions/pinnacle-100-cellular-m…
|
/Zephyr-latest/boards/particle/boron/doc/ |
D | index.rst | 6 The Particle Boron is a cellular-enabled development board with a 112 * UARTE1 internal to u-blox cellular modem 157 https://docs.particle.io/datasheets/cellular/boron-datasheet/
|
/Zephyr-latest/doc/services/modem/ |
D | index.rst | 10 including GNSS, Cellular, WiFi etc.
|
/Zephyr-latest/dts/bindings/memory-controllers/ |
D | st,stm32-fmc-nor-psram.yaml | 14 * PSRAM (Cellular RAM) 114 * CPSIZE - Cellular RAM (CRAM) 1.5 Page Size.
|
/Zephyr-latest/samples/net/cellular_modem/src/ |
D | main.c | 16 #include <zephyr/drivers/cellular.h> 315 printk("Retrieving cellular info\n"); in main()
|
/Zephyr-latest/boards/ezurio/mg100/doc/ |
D | index.rst | 5 The Sentrius™ MG100 Gateway offers a compact, out of box Bluetooth to low power cellular gateway 9 Bluetooth 5 modules or devices and sends it to the cloud via a global low power cellular
|
/Zephyr-latest/boards/innblue/innblue21/doc/ |
D | index.rst | 6 The nRF9160 innblue21 is a cellular IoT sensor development board, which
|
/Zephyr-latest/boards/innblue/innblue22/doc/ |
D | index.rst | 6 The nRF9160 innblue22 is a cellular IoT sensor development board, which
|
/Zephyr-latest/boards/actinius/icarus_bee/doc/ |
D | index.rst | 6 The Icarus Bee is a cellular IoT board in Bee/xBee form factor.
|
/Zephyr-latest/boards/actinius/icarus_som/doc/ |
D | index.rst | 6 The Icarus SoM is a coin-sized, easy-to-solder cellular IoT Module
|
/Zephyr-latest/boards/nordic/nrf9160dk/doc/ |
D | index.rst | 284 the `Nordic Low power cellular IoT`_ website. 528 .. _Nordic Low power cellular IoT: https://www.nordicsemi.com/Products/Low-power-cellular-IoT
|
/Zephyr-latest/boards/dptechnics/walter/doc/ |
D | index.rst | 100 | Cellular | on-board | modem_cellular |
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.7.rst | 54 * Cellular Modem 329 Gateway is a cellular phone. It controls the device (Hands-free Unit), that is the remote 1499 * Misc improvements in the :zephyr:code-sample:`cellular-modem` sample
|
D | release-notes-3.6.rst | 423 communicate with the modems. For systems which already contain a cellular modem,
|
/Zephyr-latest/boards/actinius/icarus/doc/ |
D | index.rst | 6 The Icarus is a cost-effective cellular IoT board in Adafruit's Feather/FeatherWing
|
/Zephyr-latest/include/zephyr/bluetooth/audio/ |
D | audio.h | 313 * traditional cellular as well as VoIP and Push-to-Talk 344 * including traditional cellular as well as VoIP and Push-to-Talk
|
D | tbs.h | 466 /** The name of the provider, for example a cellular service provider */
|
12