Luca

Results 10 comments of Luca

Maybe this can help: https://iotespresso.com/create-custom-watchdog-timer-in-esp32/

> 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....

i have the iGate software you mentioned and it's working just fine only by setting baudrate to 300 in the TTGO Tracker, we already have two iGate in my town...

There's an example in the readme file: ``` import g4f print(g4f.Provider.Ails.params) # supported args # Automatic selection of provider # streamed completion response = g4f.ChatCompletion.create(model='gpt-3.5-turbo', messages=[ {"role": "user", "content": "Hello...

Debug info; ```sh pi@raspberrypi:~/CalibrateSDR $ python -V Python 3.9.2 pi@raspberrypi:~/CalibrateSDR $ pip freeze certifi==2020.6.20 chardet==4.0.0 colorzero==1.1 contourpy==1.0.7 cycler==0.11.0 distro==1.5.0 fonttools==4.42.1 gpiozero==1.6.2 idna==2.10 importlib-resources==6.0.1 kiwisolver==1.4.4 matplotlib==3.7.2 melopero-autostart==0.1.0 melopero-fan-hat==0.0.6 numpy==1.24.0 packaging==23.1 picamera2==0.3.12...

i tried with VENV but same result

i've tested on a T-BEAM 0.7 and the default line seems fine, is it something related to 1.1?

Should be around 2500mAh but I'm thinking is about to die

That's not bad, can you try with GPS ON?

I did something similar using python as post-build event, it's not the best solution but it gets the job done: https://github.com/iu2frl/StreamDock.Plugins.Olliter/blob/master/build_manifest.py