Congduc Pham

Results 238 comments of Congduc Pham

You can find these info here, as well as the last version of the LMIC modifications. https://github.com/CongducPham/LMIC_low_power best regards,

@matthijskooijman Thanks, is the hack on millis() working on all platforms?

@Emielcp as indicated in the README, you need the modified LMIC lib. Then, in your code, after wake-up, just insert "hal_sleep_lowpower(8);" where "8" here is the hibernate duration that you...

Well, in your program, I believe you should have the call to hal_sleep_lowpower() in the onEvent() function.

Well, I tested Snooze in standalone with a Teensy32 and it appears that the millis()/micros() counter is preserved. So normally there is no need to change anything to LMIC (not...

Hi, first I think that your RPI0 is not detected by our script, see lines: Revision code is 0x902120 type code is (hex) 12 type code is (dec) 18 Don't...

Hi, thanks for the feedback. issue with 16GB and 8GB has been solved. The issue with the 32-bit version on RPI4 is strange. We have several RPI running the image....

We didn't try so far actually. Sorry but the RPI Zero is not our main target. I may want to try to install from source by looking at these instructions:...

Hi, thank you for your feedback. Did you tried with sensors and gw separated by more distance, like several meters apart from each other? It may happen that too short...

Distances should be ok then. I meant the synchronization at the devices. What kind of devices are you using? microcontrollers? Raspberry as well? How do you make sure that they...