Thomas Roell

Results 114 comments of Thomas Roell

No clue what HAL version is in use right now. USB is using a few files from the HAL. Many of them are modified. IMHO the correct fix is to...

Not quite verbatim. There are a lots of issues I have with Core/HAL for USB. GIven my limited time, I am just ignoring those for now. BCD is not working...

The STM32L0.deepsleep() needs to be in loop(). And in the alarm callback you need a STM32L0.wakeup().

Mind putting up a link for me there (howto and such) ? I have to admit that I do develop with a totally different workflow, and I do not use...

It should really just work. You first need to select a programmer, which should be the right one per default. And then you just use the "download via programmer" option....

Martin, send me an e-mail (no pull request) to [email protected] I do not like the CayenneLPP class as is either. IMHO it should be layered directly onto the LoRaWAN class,...

I would think the core issue is the time between when STM32L0 internally comes back from STOP mode and when the uart driver then is able to service the peripheral....

I have not been able to confirm missing downlinks in any case. Remember that there is always packet loss over the air. Perhaps this is what you are seeing. In...

Thanx for finding that. I checked throu the whole logic over and over again and did not see that.

The stack defaults to SF12 and ADR. So your gateway can lower TxPower and the increase the Datarate. The alternative is that you are disable ADR and set you own...