Florian Hofer

Results 30 comments of Florian Hofer

It seems mostly related to frame uniqueness though. I think they didn't consider it as the toy-MKR micro might never reach millions of frames without any reset and probably (I...

Oh, and sorry @giampiero7 if I sounded rude. I'm a bit under pressure here as I'm using these toys for a project and this modem firmware is really driving me...

Awesome nice tools :) Finally something not Pi-based. You might like to hear that I implemented a lot of patches and features for the firmware and the library. You can...

Hi @reyes73a , The actual firmware now is a _not so recent_ fork of the ST I-CUBE-LRWAN modem software. Thus the [documentation provided](https://www.st.com/content/ccc/resource/technical/document/application_note/group0/db/8c/4f/5a/95/9e/40/69/DM00346311/files/DM00346311.pdf/jcr:content/translations/en.DM00346311.pdf) is not completely correct. Especially as I...

Good point. Maybe parse once a \r, +, " " or = is received. Actually, the same way the firmware is doing it. However, at the moment I don't think...

Should be done with #93 if pulled :)

Unfortunately it's hardcoded in the middleware and chip driver for the 1.2.x firmware. Maybe that changes for the newer releases

I performed a [update](https://github.com/arduino/mkrwan1300-fw/pull/35) to the firmware which now supports 242 bytes HEX or 121 bytes binary send, and 242 bytes receive (= 250 incl Mac header). Local tests seem...

@meakash Check out this PR :) RX2 delay is fixed

there is no plan for EU433, but you could use this version and manually configured channels, duty cycle etc [pull request](https://github.com/TheThingsNetwork/arduino-device-lib/pull/277)