When two LoRa modules cannot communicate with each other, what are the steps for failure detection?
When two LoRa modules cannot communicate with each other, what are the steps for failure detection?
Read lessSign Up to our social questions and Answers Engine to ask questions, answer people's questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people's questions & connect with other people.
Volt.Tech
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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