Paweł Jałocha
Paweł Jałocha
The OLED troubles could be power-up and initialization issues: there is no explicit reset line for the OLED thus depending how it comes up, can change things: possibly putting a...
Please try the newest code,the pressure data should be fixed there. Please let me know how it works for you.
The display of the pressure data should be there even without a GPS lock. I suspect by catching the lock the GPS update rate went down, thus this is still...
Thank you for letting me and others know. It is worth noticing there are those different T-Beam versions and the GPS can as well be different even on same version...
I have updated the ESP-IDF and the compiled as it is in the repository right now, and it did compile. Are you sure you use the most recent ESP-IDF ?...
Well, this could be the problem, I actually use the most recent thus development branch thus I do git pull from this address: https://github.com/espressif/esp-idf.git
I just type it in :-) or type it on the side and the copy-paste into the terminal window. thus simplest is just copy what you have typed above and...
The decision here is to go for PlatformIO and Arduino libraries to support the new chips. See the project ogn-tracker under my account.
Did you see my project ogn-tracker ? It is with platformio and it works on T-Beam-S3. Not all features yet, but should t least transmit an OGN sgnal.
See this prroject: https://github.com/pjalocha/ogn-tracker It should work on the T-Beam (not-S3) with the AXP2102 Try the profiles: ttgo-sx1276-tbeam or ttgo-sx1262-tbeam and if this does not work, please come back.