Closed ebarsallo closed 5 years ago
@powenko @iFrogLab Is it possible to get some feedback?
Could you download and install this Java application first? Make sure device and drive working well. http://www.ifroglab.com/en/?page_id=6703
I will try to use 2 iFrogLab USB Devices to send and receive, We could not 100% make sure other LoRa compatible devices working or not,
One iFrogLab USB device can execute below python code, https://github.com/iFrogLab/IL-LORA1272/blob/master/Samples-Python/02-iFrogLabLevel1-Lib/ap-Lib-5-lora-LoopRead.py The other iFrogLab USB device can execute below python code, https://github.com/iFrogLab/IL-LORA1272/blob/master/Samples-Python/02-iFrogLabLevel1-Lib/ap-Lib-5-lora-LoopWrite.py
Hello,
Same problem here. I'm not able to get packets from other Lora endpoint. Any news about that ?
write <Buffer c1 04 03 01 04 07 c4> ======================> <Buffer c1 aa 01 55 3f> write <Buffer c1 03 05 03 01 53 10 0f 89> ======================> <Buffer c1 aa 01 55 3f> write <Buffer c1 02 00 c3> ======================> <Buffer c1 82 08 03 01 53 10 0f 01 04 07 07> mode: 'rx' frequence: 868 BW: '125k' CR: '4/8' SF: 12 power: 15
write <Buffer c1 06 00 c7> ======================> <Buffer c1 86 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 65> write <Buffer c1 06 00 c7> ======================> <Buffer c1 86 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 65>
write <Buffer c1 06 00 c7> ======================> <Buffer c1 86 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 65>
write <Buffer c1 06 00 c7> ======================> <Buffer c1 86 22 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 65>
etc...
I tried with the Java software on Windows. It's exactly the same.
Thanks for your help !
We are using the loop read example python script:
ap-Lib-5-lora-LoopRead
, and we're experiencing some problems while receiving the data.Basically, we are using a iFrogLab LoRa USB Gateway as a receiver and nRF52 Dev Board (with a Semtech LoRa SX1272 transceiver) as a sender. The sender sends data every 1 seconds, while the LoRa USB Gateway is receiving the data. The following is a snippet from the python script:
In the first iteration of the while loop, we send the respective commands to read from the iFrogLab LoRa USB Gateway device.
The response is as follows (which correspond to the data we send from the nRF52 board):
However, for the subsequent iterations of the while loop, we get the following response from the device after sending the commands for reading (
0xc1 0x06 0x00 0xc7
):If we restart the script again (reseting the iFrogLab LoRa USB Gateway device, configuring the modes, etc) we are able to get just one data packet again. Then, as before, all the subsequent packets are empty.
We did the test on Windows and also on Linux, and the result is the same. Furthermore, we did a test using two iFrogLab LoRa USB Gateway, one acting as receiver and the other as sender, and everything works with that same script (
ap-Lib-5-lora-LoopRead.py
).Has the iFrogLab LoRa USB Gateway been tested for receiving data from other LoRa compatible devices?
Can anyone give us hand try to solve this issue?