/Zephyr-latest/drivers/lora/ |
D | Kconfig | 7 # Top-level configuration file for LORA drivers. 9 menuconfig LORA config 10 bool "LoRa drivers [EXPERIMENTAL]" 14 Include LoRa drivers in the system configuration. 16 if LORA 18 module = LORA 19 module-str = lora 23 bool "LoRa Shell" 26 Enable LoRa Shell for testing. 29 int "LoRa initialization priority" [all …]
|
D | Kconfig.sx12xx | 16 Enable LoRa driver for Semtech SX1272 and SX1276. 26 Enable LoRa driver for Semtech SX1261 and SX1262. 36 Enable LoRa driver for STM32WL SUBGHZ radio.
|
D | shell.c | 7 #include <zephyr/drivers/lora.h> 17 "No default LoRa radio specified in DT"); 98 shell_error(sh, "LORA Radio device not ready"); in get_modem() 122 shell_error(sh, "LoRa config failed"); in get_configured_modem() 244 shell_error(sh, "LoRa send failed: %i", ret); in cmd_lora_send() 274 shell_error(sh, "LoRa recv failed: %i", ret); in cmd_lora_recv() 308 shell_error(sh, "LoRa test CW failed: %i", ret); in cmd_lora_test_cw() 317 "Configure the LoRa radio\n" 322 "Send LoRa packet\n" 326 "Receive LoRa packet\n" [all …]
|
/Zephyr-latest/samples/drivers/lora/receive/ |
D | README.rst | 1 .. zephyr:code-sample:: lora-receive 2 :name: LoRa receive 5 Receive packets in both synchronous and asynchronous mode using the LoRa 11 This sample demonstrates how to use the LoRa radio driver to receive packets 15 LoRa send sample :zephyr:code-sample:`lora-send` on another board within range. 28 :zephyr-app: samples/drivers/lora/receive 40 [00:00:00.956,000] <inf> lora_receive: LoRa RX RSSI: -60dBm, SNR: 7dB 41 [00:00:00.956,000] <inf> lora_receive: LoRa RX payload 43 [00:00:02.249,000] <inf> lora_receive: LoRa RX RSSI: -57dBm, SNR: 9dB 44 [00:00:02.249,000] <inf> lora_receive: LoRa RX payload [all …]
|
D | sample.yaml | 2 tags: lora 3 depends_on: lora 5 description: Demonstration of LoRa Receive functionality 6 name: LoRa Receive Sample 8 sample.driver.lora.receive:
|
/Zephyr-latest/doc/connectivity/lora_lorawan/ |
D | index.rst | 4 LoRa and LoRaWAN 10 LoRa (abbrev. for Long Range) is a proprietary low-power wireless 13 LoRa acts as the physical layer (PHY) based on the chirp spread spectrum 17 on top of the LoRa PHY. 19 Zephyr provides APIs for LoRa to send raw data packets directly over the 26 The LoRaWAN specification is published by the `LoRa Alliance`_. 30 .. _`LoRaMac-node library`: https://github.com/Lora-net/LoRaMac-node 32 .. _`LoRa Alliance`: https://lora-alliance.org/ 37 LoRa PHY 41 :zephyr_file:`drivers/lora/Kconfig`. [all …]
|
/Zephyr-latest/samples/drivers/lora/send/ |
D | sample.yaml | 2 tags: lora 3 depends_on: lora 5 description: Demonstration of LoRa Send functionality 6 name: LoRa Send Sample 8 sample.driver.lora.send:
|
D | README.rst | 1 .. zephyr:code-sample:: lora-send 2 :name: LoRa send 5 Transmit a preconfigured payload every second using the LoRa radio. 10 This sample demonstrates how to use the LoRa radio driver to configure 14 LoRa receive sample :zephyr:code-sample:`lora-receive` on another board within 24 :zephyr-app: samples/drivers/lora/send
|
/Zephyr-latest/include/zephyr/drivers/ |
D | lora.h | 9 * @brief Public LoRa driver APIs 16 * @brief Public LoRa APIs 17 * @defgroup lora_api LoRa APIs 33 * @brief LoRa signal bandwidth 42 * @brief LoRa data-rate 55 * @brief LoRa coding rate 66 * Structure containing the configuration of a LoRa modem 128 * @brief Callback API for configuring the LoRa module 137 * @brief Callback API for sending data over LoRa 146 * @brief Callback API for sending data asynchronously over LoRa [all …]
|
/Zephyr-latest/samples/drivers/lora/receive/src/ |
D | main.c | 8 #include <zephyr/drivers/lora.h> 15 "No default LoRa radio specified in DT"); 32 LOG_INF("LoRa RX RSSI: %d dBm, SNR: %d dB", rssi, snr); in lora_receive_cb() 33 LOG_HEXDUMP_INF(data, size, "LoRa RX payload"); in lora_receive_cb() 68 LOG_ERR("LoRa config failed"); in main() 79 LOG_ERR("LoRa receive failed"); in main() 83 LOG_INF("LoRa RX RSSI: %d dBm, SNR: %d dB", rssi, snr); in main() 84 LOG_HEXDUMP_INF(data, len, "LoRa RX payload"); in main()
|
/Zephyr-latest/tests/drivers/build_all/lora/ |
D | testcase.yaml | 2 sample.driver.lora.rylr.send: 5 sample.driver.lora.build.uart: 14 sample.driver.lora.build.sx1262: 22 sample.driver.lora.build.sx1272:
|
/Zephyr-latest/samples/drivers/lora/ |
D | index.rst | 1 .. zephyr:code-sample-category:: lora 2 :name: LoRa 5 These samples demonstrate how to use :ref:`LoRa <lora_api>` for long-range wireless
|
/Zephyr-latest/tests/subsys/lorawan/frag_decoder/boards/ |
D | native_sim.overlay | 6 * This overlay defines a fake LoRa PHY node which is required to build the driver. 9 #include <zephyr/dt-bindings/lora/sx126x.h> 17 lora0 = &lora; 34 lora: lora@0 {
|
/Zephyr-latest/tests/subsys/lorawan/clock_sync/boards/ |
D | native_sim.overlay | 6 * This overlay defines a fake LoRa PHY node which is required to build the driver. 9 #include <zephyr/dt-bindings/lora/sx126x.h> 17 lora0 = &lora; 34 lora: lora@0 {
|
/Zephyr-latest/boards/seeed/lora_e5_mini/doc/ |
D | index.rst | 6 LoRa-E5 mini is a compacted-sized development board suitable for the rapid 7 testing and building of small-sized LoRa device, exposing all capabilities of 8 Seeed Studio LoRa-E5 STM32WLE5JC module. 13 The boards' LoRa-E5 Module packages a STM32WLE5JC SOC, a 32MHz TCXO, 16 SX126X LoRa IP to support (G)FSK, BPSK, (G)MSK, and LoRa modulations. 18 - LoRa-E5 STM32WLE5JC Module with STM32WLE5JC multiprotocol LPWAN single-core 23 - RF transceiver (150 MHz to 960 MHz frequency range) supporting LoRa®, 43 - All GPIOs led out from the LoRa-E5 STM32WLE5JC module 46 More information about the board can be found at the `LoRa-E5 mini Wiki`_. 48 More information about LoRa-E5 STM32WLE5JC Module can be found here: [all …]
|
/Zephyr-latest/boards/adafruit/feather_m0_lora/doc/ |
D | index.rst | 6 The Adafruit Feather M0 Lora is a thin, light ARM development 9 connector, 20 I/O pins, and a LoRa radio module from Semtech. 22 - SX127x LoRa radio 51 | RADIO | SPI | LoRa radio | 62 The `Adafruit Feather M0 with LoRa radio module Learn site`_ has detailed 75 with LoRa, SERCOM0 is the Zephyr console and is available on pins 0 82 with LoRa, SERCOM3 is available on pin 20 (SDA) and pin 21 (SCL). 88 with LoRa, SERCOM4 is available on pin 22 (MISO), pin 23 (MOSI), and 99 LoRa Radio 101 The Semtech SX127x radio chip on the Adafruit Feather M0 with LoRa [all …]
|
/Zephyr-latest/samples/drivers/lora/send/src/ |
D | main.c | 8 #include <zephyr/drivers/lora.h> 15 "No default LoRa radio specified in DT"); 48 LOG_ERR("LoRa config failed"); in main() 55 LOG_ERR("LoRa send failed"); in main()
|
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/ |
D | lora_e5_dev_board.rst | 6 The LoRa-E5 Dev Board is a compact board for the evaluation of the 7 Seeed Studio LoRa-E5 STM32WLE5JC module. 8 The LoRa-E5-HF STM32WLE5JC Module supports multiple LPWAN protocols on the 10 All GPIOs of the LoRa-E5 Module are laid out supporting 16 The boards LoRa-E5 Module packages a STM32WLE5JC SOC, a 32MHz TCXO, 19 SX126X LoRa IP to support (G)FSK, BPSK, (G)MSK, and LoRa modulations. 21 - LoRa-E5 STM32WLE5JC Module with STM32WLE5JC multiprotocol LPWAN single-core 26 - RF transceiver (150 MHz to 960 MHz frequency range) supporting LoRa®, 56 More information about the board can be found at the `LoRa-E5 Dev Board Wiki`_. 58 More information about LoRa-E5 STM32WLE5JC Module can be found here: [all …]
|
/Zephyr-latest/dts/arm/atmel/ |
D | samr34.dtsi | 9 #include <zephyr/dt-bindings/lora/sx126x.h> 18 lora0 = &lora; 40 /* SERCOM4 is used to interface with the internal LoRa radio */ 54 lora: sx1276@0 { label
|
/Zephyr-latest/samples/subsys/lorawan/fuota/ |
D | README.rst | 12 The following services specified by the LoRa Alliance are used: 24 .. _`TS003-2.0.0`: https://resources.lora-alliance.org/technical-specifications/ts003-2-0-0-applica… 25 .. _`TS005-1.0.0`: https://resources.lora-alliance.org/technical-specifications/lorawan-remote-mult… 26 .. _`TS004-1.0.0`: https://resources.lora-alliance.org/technical-specifications/lorawan-fragmented-…
|
/Zephyr-latest/boards/seeed/lora_e5_mini/ |
D | lora_e5_mini.yaml | 2 name: Seeedstudio LoRa-E5 mini 18 - lora
|
D | lora_e5_mini.dts | 8 #include <seeed_studio/lora-e5.dtsi> 12 model = "Seeed Studio LoRa-E5 mini"; 13 compatible = "seeed,lora-e5-mini"; 43 lora0 = &lora;
|
/Zephyr-latest/boards/olimex/lora_stm32wl_devkit/ |
D | olimex_lora_stm32wl_devkit_C.yaml | 2 name: Olimex LoRa STM32WL DevKit 19 - lora
|
D | olimex_lora_stm32wl_devkit_D.yaml | 2 name: Olimex LoRa STM32WL DevKit (rev. D) 19 - lora
|
/Zephyr-latest/boards/seeed/lora_e5_dev_board/ |
D | lora_e5_dev_board.yaml | 2 name: Seeedstudio LoRa-E5 Dev Board 19 - lora
|