Hey dev,
Thanks for the reply.
Quote:
But we have never do this and we do not have libraries to come to this.
You mean here that there are no libraries for enabling the LoRa gateway - RC Transmitter communication, or also the RPi+LoRa module - laptop with LoRa?
If the problem is only regarding the first connection, it means that I can communicate with the laptop, by sending and receiving information from and from RPi, through the LoRa module. Therefore I think I may need to create a Arduino-like program on the Waspmote to parse the data, or can I use some Waspmote related API to facilitate this part?
If it supports SPI, then I should be able to listen and send info through the RPI USB onto which Waspmote Gateway is connected?
Quote:
You must do your own libraries. Maybe you can use our libraries as reference.
Understood. But this would mean knowing some signal modulation data of LoRa, which I don't know if it is publicc.
Thank you!