When two LoRa modules cannot communicate with each other, what are the steps for failure detection?
Anonymous
Asked: May 27, 20222022-05-27T17:52:23+05:30 2022-05-27T17:52:23+05:30In: Wireless Connectivity
LoRa module communication failure issue
Share
Related Questions
- How to Reset MCU while opening serial port in ESP32?
- How to enter the low- level RF encoder/decoder on the ESP32- C3?
- How to design the antenna on my PCB board?
- How to connect the Ethernet adapter to the embedded lwIP stack simultaneously with transparent WiFi?
- How to connect AWS IoT Core to EPS Module?
Hi, First check whether the SPI communication is successful, the successful sign is that the version value of the read chip is 0x12, the DIO0 pin is responsible for notifying the MCU that the reception is completed and check whether the DIO0 pin configuration is normal. The configuration parametersRead more
Hi,
First check whether the SPI communication is successful, the successful sign is that the version value of the read chip is 0x12, the DIO0 pin is responsible for notifying the MCU that the reception is completed and check whether the DIO0 pin configuration is normal. The configuration parameters of LoRa should be consistent, including frequency, spreading factor, bandwidth, coding rate, preamble length, frequency hopping enable, syncword, and low-rate optimization; if one of the above parameters is different, communication cannot be performed.
See less