Kongduino
                                            Kongduino
                                        
                                    > Thanks @wero1414 , I have made the changes There was a reason (not that important but still) to put the settings in binary: these registers have several settings within...
LoRa.setPins(SS, RFM_RST, RFM_DIO0); This is specific to a board, BastWAN, that I used originally to create LoRandom. This should definitely be removed from the example code...
As mentioned, there isn't an exact way to calculate the impact. However, as a rule of thumb, the higher the SF, and the lower the BW, and the slower, and...
Do you have an SDR ? It would allow you to verify that the packets are actually sent, and sent properly. I had an issue with a device once –...
Thanks for your kind words. I've started reading the code, both yours and MicroAPRS, to get a better understanding. I'm not a ham radio amateur – I've been toying with...
I have encryption working on my LoRa messenger app (AES256), so this is something I could bring to the table.
Oh this is excellent! Thanks a lot for this. I will try it this weekend, and see how it goes. The `@x$` command looks like the best best. And `lenstring()`...
Hi! In between I managed to make it work, I have now a shiny `@P$` read-only variable (thanks for that!) but I hit another issue, completely unrelated to strings. So...
Please post the full code, surrounded by three backticks each. As it is now, it's unreadable.