Jaap Braam

Results 10 comments of Jaap Braam

Feel free to add those status messages and make a pull request ;-)

LoraWAN (at least TTN) expects the dates in the json messages to be GMT. In the TTN console they are displayed in your own timezone (at least, for me that...

I did quite some experiments. The idea was to do frequency hopping over three channels. It turned out that changing the listening frequency on a SX1276 chip takes to long...

Maybe that will work, but I think the LUA overhead will make it a difficult task. In this implementation it is already necessary to run the ESP8266 on the high...

> What is the advantage of supporting for receiving multiple SF's on a channel,can it solve the problem of signal collision? Nodes can choose what SF they send on, receiving...

Do you have an operational node yourself? Does your gateway receive all messages the node sends on the frequency your gateway is configured to when you set the SF the...

> Hi Jaap Braam > Why not use the RegIrqFlags1 register to determine whether at timeout of receiving but use the value state > > [related code here](https://github.com/JaapBraam/LoRaWanGateway/blob/master/src/SX1276.lua#L324) Reading the...

> Yeap,I have my own node,and I set its transmitting freq at 471.1MHz , receiving freq at 501.1MHz,.I find it work well when I use the single SF(SF10).But loss many...

This is a bug in https://github.com/JaapBraam/LoRaWanGateway/blob/master/src/LoRaWanGW.lua#L191

Looks good! If it works as expected, please create a pull request to fix the bug.