About 69,700 results
Open links in new tab
  1. LoRa modules: how to test if these are working? - Arduino Forum

    Sep 20, 2024 · So I took the plunge and tinker with LoRa. Got 5 Lora RA-02 modules... and connected these to Arduino Pro Minis to run all at 3.3 V. I installed the LoRa libraries, use the …

  2. Using LoRa with arduino nano

    May 31, 2024 · I have two simple setups, each containing an Arduino Nano and a LoRa SX1278 RA-02 module, with the aim of establishing half-duplex communication. To test the hardware …

  3. How to connect two Arduino's to two REYAX LoRa modules?

    Feb 14, 2024 · You might well struggle to find working examples for projects. If you want a LoRa module that will have heaps and heaps of published tutorials and programmed applications …

  4. Interfacing sx1276 with arduino uno

    Nov 30, 2023 · OTAA-based LoRaWAN Node with Arduino & LoRa SX1276 Overview In this article, we will learn how we can create an OTAA-based LoRaWAN Node with Arduino & LoRa …

  5. Problem interfacing with Lora AS32 TTL-100 wireless transreceiver …

    Jul 27, 2023 · Networking, Protocols, and Devices 37 2340 July 28, 2024 ESP32 and 433Mhz RF Transmitter And Receiver Modules Programming 21 344 October 27, 2025 Lora32U4 Port …

  6. Waveshare sx1262 HF lora module - Arduino Forum

    Oct 20, 2024 · Has anyone used the waveshare sx1262 hf lora module with the arduino uno. I could not get it to work ...i dont know where to start

  7. Setting up an Arduino Uno with a LoRa module (RYLR896)

    Jan 8, 2019 · Good Morning, I am new to electronics. Just received my first set of Arduino Unos for my first IoT attempt. I am trying to have one Uno send the other a 1 or 0 to blink a light …

  8. How do I use lorawan with my arduino Uno?

    Jan 22, 2024 · The Arduino Uno uses 5V SPI logic, but I only seem to find good lora modules and tutorials using 3.3V SPI logic. Is there a way to still use such modules, or are there some good …

  9. Interfacing between LoRa Sx-1278 and Arduino Uno

    Nov 23, 2024 · The SX1278 LoRa module uses 3.3V logic and you should not connect it to a 5V logic Arduino such as a UNO, that the LoRa module is connected to the 3.3V output is not …

  10. LoRa Module fails on first time init? - Arduino Forum

    Jul 24, 2022 · In the case of Zero, LoRa module refused to initialise. I then added the while loop shown above and the module initialises successfully after the second attempt. Please note …