finrut

Results 7 comments of finrut

Hello Matthijs, I tried the `ttn-otaa` example but I've got this error : ``` Starting SPI config MOSI : 23 MISO : 19 SCK : 18 SS : 5 00:00:00.040:...

> The SX1262 has an internal random generator too Bad luck for me, I'm testing on a node with old SX1276 module. I haven't said before (maybe it can be...

Hello Matthijs, sorry from the readme I had intended this lib could handle class C devices, anyway are you planning tests for this feature? > is it possible to put...

Ok, I'll give a try with the LMIC_setClassC and let you know. Thank you for your time :)

Hi Matthijs, I've tried calling the Class C API ``` in_class_c_mode = true; if(LMIC.clmode != CLASS_C) { printf("setting LMIC class C\n"); LMIC_setClassC(in_class_c_mode); } else printf("already in class C\n"); if(LMIC.clmode !=...

> Weird, so scheduling a job somehow causes reception to work? Yes it looks like so, but I'm not sure if the node is receiving in RXON mode or, maybe,...

@cdrx Currently I'm not working on it, in the last tests I made at that time (April 2020) I had no luck with this or other lmic-based libraries, just the...