JaapBraam / LoRaWanGateway

A LoRaWan Gateway in LUA
MIT License
223 stars 74 forks source link

TheThingsNetwork #3

Closed athtest800 closed 8 years ago

athtest800 commented 8 years ago

Is there problem connecting to TTN? The data is not transmitted to TTN. In the log i see that the gateway receives frames.

JaapBraam commented 8 years ago

There was a bug in the code, the datasheet is not clear about Invert_IQ register. It worked in the first (float) version, but I wanted to make it more compliant.

Fixed in the current version.

It's working again!