Florian Hofer

Results 30 comments of Florian Hofer

@fe64970103 Check out the linked issue. Found the problem. Should be fixed (Patched) with the next version 1.2.4

See the not yet released [v1.2.4 of my pull request](https://github.com/arduino-libraries/MKRWAN/pull/93). It includes the necessary modem firmware update in the MKRWAN standalone sketch. (link to repo next to the title flhofer...)

The problem has been solved with the latest [Firmware](https://github.com/arduino/mkrwan1300-fw/pull/35) and [library](https://github.com/arduino-libraries/MKRWAN/pull/93). Should be merged soon to master.

Same issue here, I observed the opposite problem. Updating firmware from 1.2.0 to 1.2.3 with the same 1.10 library and the thing stopped working. Must be a common change that...

Fixed it on my side. The issue is that the new firmware responds according to standard with `+OK` on every command. So after the join event feedback, there is another...

better solution #93. The `+OK` is due to an implemented hack but it doesn't seem to always show up. A now timed `skipUntil` should resolve the issue

See the not yet released [v1.2.4 of my pull request](https://github.com/arduino-libraries/MKRWAN/pull/93). It includes the necessary modem firmware update in the MKRWAN standalone sketch. (link to repo next to the title flhofer...)

@sebromero Hi, I fixed many of these issues in [my firmware pull request](https://github.com/arduino/mkrwan1300-fw/pull/35). You might need to adapt to the [matching library version](https://github.com/arduino-libraries/MKRWAN/pull/93) though. Anyway, the library uses internal setters...

Can you set the LoraDebug serial to check what the SW is doing? ``` #define LORA_DEBUG Serial ```

Ok, so it seems that it performs the normal Join procedure. I guess you have a 10-second pause between the last AT: and the message. The sketch and the behavior...