Jan Gromeš

Results 78 comments of Jan Gromeš

Higher power would help, but that would increase both RSSI and SNR. Whereas by using a higher SF, the signal strength at the receiver would remain the same, and only...

Possibly related: https://forum.lora-developers.semtech.com/t/sx1268-problem-in-rx-continuous-mode/1122

I'm aware of AX5043, I actually have a couple of them and was intending to add support, just never gotten around to it due to time constraints. So this will...

@iangoegebuer that's amazing, thank you so much! I actually saw your fork and the >8 bit address support looks fine (as in - shouldn't break anything). Looking forward to the...

> APRS transmission without a message is malformed and not accepted That's possible, I'm not sure whether I tested APRS transmission without a message.

@omegat I think that license gives you permissions, therefore no license means no permissions. I think it will be safer to either implement from the specification, or re-use existing code...

Thanks, let me know if the author gets in touch. In the meantime, I'll check the specification and try to think of a nice API for this.

I prefer to share everything as publicly as possible, not only to comply with the license, but also for personal reasons. If you have code that is yours and you're...

Well, took a while, but Mic-E is impemeted now, using the code from @omegat - thanks!

You seem to be mixing two fundamentally differing approaches here: blocking and interrupt-driven. You're using a blocking `transmit` method together with a non-blocking interrupt-based `startReceive`/`readData`. What you're seeing is an...