Michael Siegel
Michael Siegel
I recently encountered an issue with my Adafruit Feather M0-based board (SAMD21) when combining LMIC with RTCZero (same combo I have used successfully for two years). Essentially, RTCZero is used...
I was experiencing a very difficult to debug issue with this library on my RP2040 wherein seemingly very similar code produced a different result. Ultimately this proved to be a...
* Expose libmodbus's flush command to ModbusRTUServer API * This command proved to be necessary for stable operation for large reads at low baud rates on the RP2040. May be...
Hello! I am successfully using this library to implement a sensor device with 24 holding registers which can be read. This all works beautifully at higher baud rates. However, at...
Hello! Great library. I'm trying to get up and running on a RP2040 (raspberry pi pico) to make a very low cost solution using this library and RS485. For hardware...
Hello! Great library - I'm having a lot of fun with it. One area I am struggling with to find the right parameters, pre-processing, wrapping around in order to have...
Hello! This algorithm is fantastic and I have really enjoyed using it on my project. I find that it is spot-on when given a solid SNR and when the parameters...
Hello @alvarowolfx, very cool library! Question for you: How do you deal with expiring Google Function oath tokens, given TTN needs an explicit access key in order to forward the...
Hello, This is a potentially off-putting question, but I mean no disrespect: Is there a plan to eventually integrate LoraWAN v1.1 security support into LMIC? LMIC is incredible and I...
Hello! Strange issue for you all: I have been running code successfully on a Adafruit Feather RP2040 with PlatformIO's standard Raspberry Pi pico platform. However, once I changed over to...