Jan Gromeš

Results 12 issues of Jan Gromeš

RadioLib could be extended to support LoRaWAN networks (and it's been on the TODO/WIP list for quite a while now).

enhancement
help wanted
dev branch

RadioLib APRS could be extended for Mic-E support as discussed in #429.

enhancement

Some faster platforms seem to have a problem with SPI communication on SX126x and SX128x. One ms delay seems to remedy this, but the root cause is currently unknown. https://github.com/jgromes/RadioLib/blob/4ad5261a8333eabb7af332fc60df5e007bf22647/src/modules/SX126x/SX126x.cpp#L1658-L1663

bug
help wanted

Hi, I'm having some issues when locking `Button` from its own event handler: ```java import controlP5.*; ControlP5 cp5; Button lockBtn, unlockBtn; void setup() { size(300, 100); smooth(); cp5 = new...

Hi, would it be possible to upgrade the compiler used in the project? It seems that currently, the `8-2019-q3` release of ARM GCC is being used. However, the version of...

Hi, it seems that currently, `pinMode()` is a macro, as defined in https://github.com/HelTecAutomation/CubeCell-Arduino/blob/e15d5fdd5126bacf63116b846de79069389df9db/cores/asr650x/Arduino.h#L87 However, Arduino API specifies it should be a function in the global scope: https://github.com/arduino/ArduinoCore-API/blob/e03b65374c614130aa1b11597e07b3b5089a726d/api/Common.h#L95 All Arduino cores...

Hi, I wanted to manully tune my station to the Delta-8L HAB, however, after manually setting the configuration in station operation page, it seems that reloading the station dashboard re-enables...

Hey guys, While updating my station, I noticed tinyGS requires RadioLib godmode to build. Digging further, I noticed the following: https://github.com/G4lile0/tinyGS/blob/2128f1410cfd229b9b5478a122446e393b41a0a2/tinyGS/src/Radio/Radio.cpp#L172-L175 Couple of thoughts on that: 1. Please don't use...

### Discussed in https://github.com/jgromes/RadioLib/discussions/616 Originally posted by **MrSniffer** November 21, 2022 Perhaps I missed it, but in searching the headers for the SX1262, I do see a Set and Get...

enhancement

- [x] Pads for other high-power LoRa modules - [x] Pads for OLEDs with different pinouts - [x] Alternative for CP2102 in non-QFN package