Mane76

Results 11 comments of Mane76

yes, very good idea. My iGate hangs after ~20h, also having not been able to find out why. I am available also for beta-testing.

after excessive testing I found out that with a poor wifi connection the iGate hangs after a certain period of time, with a good wifi connection no hangings occur.

Here we are... when I change the "tx_enable" in section "lora" to "false" everything is working fine. The frequency 433.781 is the correction of the offset of "my" module to...

reboot loop is solved **BUT** when "tx_enable": true **no** RX of tracker is possible when "tx_enable": false a RX of tracker **is** possible when "tx_enable": true everything which passes the...

@peterus, no, same frequencies for RX and TX. I just cloned the repo fresh from github, same behaviour. See serial output attached, 1st boot shows some corrupntess, then it reboots...

{ "callsign": "xxxx", "network": { "DHCP": true, "static": { "ip": "192.168.0.100", "subnet": "255.255.255.0", "gateway": "192.168.0.1", "dns1": "192.168.0.1", "dns2": "192.168.0.2" }, "hostname": { "overwrite": false, "name": "xxxx" } }, "wifi": {...

By checking your config I found that you have in digi section the lines "active" and "beacon" set to true. Can this cause the difference ? In my config these...

> i refactored the RadioLib Task, added the newest version of RadioLib and now it is working as expected (on my side at least). please try the latest master again...

Just tested, same behaviour. See pic from device attached. Can you provide a email adress for debug log ? A lot of pages... ![20230609_185604a](https://github.com/lora-aprs/LoRa_APRS_iGate/assets/97510208/8751422a-cde1-4b5a-844c-e0251d7312aa)

The coding rate describes the ratio of actual data to error-correcting data added. The higher the value (valid from 5 to 8) the higher the amount of error-correcting data is...