esp32-ogn-tracker
esp32-ogn-tracker copied to clipboard
OGN Tracker implementation on ESP32 devices
To interface a ST7789 based display, as per Readme.md I had to do some changes. In st7789.cpp I had to redefine the LCD_PIN definitions to LCD_PIN_DC = GPIO_NUM_2; LCD_PIN_BCKL =...
Hi Pawel, I am working on my own hardware for OGN Tracker based on ESP32 and SX1276 RF module. I am thinking of using a "EBYTE E19-868M30S" module, which has...
Seems newer T-BEAM boards (sometimes calls V1.2 but mine's marked V1.1) have a new PMU chip, APX2102 instead of APX192. The symptoms are that transmission never starts, it's as if...
Hi, Thank you for your work here. Will this support BMP388 sensors? If not, How hard would it be to add BMP388 functionality? Is it as simple as listing it...
Hi Pavel, I'm newbie with ogn tracker. I'm using latest espidf framework and i'm getting some warnings and the following error at build step: /root/esp32-ogn-tracker/main/hal.cpp: In function 'void IO_Configuration()': /root/esp32-ogn-tracker/main/hal.cpp:1610:3:...
There are some compile errors with platformio. ``` main/ognconv.h:58:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation] main/ognconv.h:67:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation] main/parameters.h:697:7: error: this 'if'...
I just received a new [LilyGO T-Beam Supreme](https://github.com/lyusupov/SoftRF/wiki/Prime-Edition-MkIII) and was wondering if it is possible to use GPS, Air pressure sensor and IMU via ESP32 OGN-Tracker in Stratux?
Hi, I try compile your code on Debian and get the following error message: ************************************************************************************* /root/esp/esp32-ogn-tracker/main/hal.cpp: In function 'int BT_SPP_Init()': /root/esp/esp32-ogn-tracker/main/hal.cpp:506:56: error: 'struct esp_bt_controller_config_t' has no member named 'mode' Err...
@pjalocha in this commit https://github.com/pjalocha/esp32-ogn-tracker/commit/48063e376bc34e07c1ebaa0ce00385e8833a5454 , the new line was removed from the end of the APRS package line in `main/ogn1.h`, resulting in export with one line only. Can we...
I think we would be better of having some of the defines from config.h transform into parameters. This way user can edit them in runtime and not baked in at...