Jan Gromeš

Results 78 comments of Jan Gromeš

I tried to replicate this, but got the result 286000, i.e. 286 ms ```c++ int state = radio.begin(434, 125, 7, 7); Serial.println(radio.getTimeOnAir(127)); ``` Please share your code and information about...

This doesn't seem related to #48 - instead I would suggest to check #522. Also: 1. Does this still happen for `begin()` method without arguments? 2. Please post the [debug...

We really need that debug output to move forward. Did you enable both debug and verbose level? Regarding the configuration in `begin`, three parameters that often cause problems are frequency...

Looks like it's failing after command 0x89 - that's RADIOLIB_SX126X_CMD_CALIBRATE. Could you try the default arguments for begin, only setting tcxoVoltage to e.g. 1.6?

> the relevant low level files used in the Heltec examples for the CubeCell As far as I can tell, that library (as well as most others) do not actually...

> tracked down a schematic of the board (attached). Looks like there is a XTAL. Actually, that looks like a TCXO (based on the connection to DIO3, which is used...

I don't see much reason for this behavior, sorry. At the same time I don't have the CubeCell module to check for myself. Final though - the periodic nature of...

At the moment, RadioLib does not support receiving APRS and most other HAM modes like RTTY. This is because even transmitting it is achieved by a massive hack (basically by...

@sebastian-king I did some experiments, and it looks like could be possible using the direct mode reception. In this mode, the radio outputs the demodulated data as digital signals on...