Thomas Roell

Results 81 comments of Thomas Roell

Sorry to not respond earlier. What is the value in adding MKRWAN1300 ? On this board CMWX1ZZABZ is just a slave connected via UART (RX/TX plus 2 GPIOs, plus BOOT...

Actually for another project I am working on a system like this already. So there is some overlap. The big issue with SAMD is that there is no callback when...

Got to work on this finally. Need a good source for stm32flash crossbuilds. Is there some good place to pick one up ?

Good question. No idea. You cannot interleave them, meaning while LoRaWAN is active you cannot access the radio and the other way around.

Currently "Long Cricket" and "Cricket" are both handled by the same "Cricket" variant. The code internally figures out whether it's a BMA280 or BMA400 on board to get the different...

The why is understood. I will add a variant.

Is this on the downloadable version, or the latest code directly off GitHub ?

I meant the sources off GitHub directly. On Fri, Nov 27, 2020, 6:25 AM nelisse wrote: > Release 0.0.10 via Arduino Board Manager. > Which is/looks identical to 0.0.10 from...

Not quite. I am using hardcoded values for EEPROM, because 2k of the EEPROM is reserved for system purposes (in that case LoRaWAN session data). The value for the RAM...

You are right about different L0 chips. Got to fix that. L052 has 8k SRAM and 2k EEPROM (no LoRaWAN support there). LoRaWAN needs 2k. I do not want to...