mayeranalytics / pySX127x

This is a python interface to the Semtech SX127x, HopeRF RFM9x, Microchip RN2483 long range, low power transceiver families.
GNU Affero General Public License v3.0
171 stars 116 forks source link

LoraWan #5

Closed MartijnBraam closed 8 years ago

MartijnBraam commented 8 years ago

I have a SX127x module (http://modtronix.com/inair9B.html) and trying to connect to the lorawan network.

what parts of the lorawan communication is handled by this module? In the LoRaWan specification I see the Radio PHY layer, PHYPayload layer, MACPayload layer and FHDR. What part am I sending with the write_payload command?

dmahony commented 8 years ago

the inair9b can connect to LoRawan but not with this library, you should check out this: https://github.com/Lora-net I think thats closer to what you are after. On 27 Jan 2016 1:41 AM, "Martijn Braam" notifications@github.com wrote:

I have a SX127x module (http://modtronixcom/inair9Bhtml) and trying to connect to the lorawan network

what parts of the lorawan communication is handled by this module? In the LoRaWan specification I see the Radio PHY layer, PHYPayload layer, MACPayload layer and FHDR What part am I sending with the write_payload command?

— Reply to this email directly or view it on GitHub https://github.com/mayeranalytics/pySX127x/issues/5.

MartijnBraam commented 8 years ago

Thank you for the information