djObsidian
djObsidian
Are PID coeffitients for PonM and PonE equal? Or they differ? I'm sure that all pid tuning methods do work for both, but i'm trying to synthesize coeffs. instead of...
The documentation on the site does a good job of covering GNSS-SDR compatibility with different architectures and the build process. However, there is almost nothing about performance. The only mention...
Fixed PIO port pull request. So, that's a straightforward port to platformio. All .ino contents are copied to main.c, all PFP added to main.h. Also, encoder is replaced with buttons,...
According to [datasheet](https://datasheets.maximintegrated.com/en/ds/MAX31855.pdf), page 8, max31855 assumes a linear relationship between temperature and voltage, which is not accurate. For accurate results linearisztion needs to be performed. Otherwise there will be...
[Porting guide](https://github.com/Lora-net/SWL2001/blob/master/lbm_lib/PORTING_GUIDE.md#void-smtc_modem_hal_context_store-const-modem_context_type_t-ctx_type-uint32_t-offset-const-uint8_t-buffer-const-uint32_t-size-) specifies a CONTEXT_LORAWAN_STACK size of 32 bytes, while the actual buffer size requested by the modem is 36 bytes, example: ``` INFO: Storing context: type=2, offset=0, size=36 14:46:42:991...
Greetings. I'm developing an application using SWL2001 and at the moment I can't figure out one debug message: `lr1mac task aborted by the radioplanner` What exactly does it mean, in...
A fairly basic problem, but a bit tricky nonetheless. So, in Random Number Generator Hardware Abstraction Layer implementation there is: https://github.com/Lora-net/SWL2001/blob/9a14f6772c1d6e303bacb2d594c8063bb804b6ee/lbm_examples/smtc_hal_l4/smtc_hal_rng.c#L107 In porting tests random is tested with following values:...