esp32-ogn-tracker/main
Pawel Jalocha 9837f79c88 Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
..
CKL_logo_240x240.jpg
CMakeLists.txt
LoRaMacCrypto.c Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
LoRaMacCrypto.h LoRaWAN code can join and send positions, proof of concept, far from stable 2020-10-09 14:08:50 +01:00
OGN_logo_240x240.jpg
aero.cpp
aero.h
aes.c Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
aes.h Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
ap.cpp Separate HTTP server code, list log files and download them in APRS format 2020-11-03 02:47:57 +00:00
ap.h WiFi Access Point and TCP port for data output 2020-10-29 02:08:34 +00:00
aprs.cpp Split the WiFi code, thus now common between Stratux and APRS connection 2020-10-28 01:00:15 +00:00
aprs.h Prepare for more regular WiFi code 2020-10-27 23:45:07 +00:00
atmosphere.cpp
atmosphere.h
axp192.h Speed up GPS baudrate switching, print parameters as , cleanup of HTTP interface 2020-12-12 02:57:53 +00:00
bitcount.cpp
bitcount.h
bme280.h
bmp180.h
bmp280.h
bmx055.h
bq24295.h
bt.cpp Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
bt.h Split off the Bluetooth serial port code to prepare for BLE 2021-05-07 20:30:32 +01:00
cmac.c Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
cmac.h Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
cmacutil.c Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
cmacutil.h Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
component.mk
config.h Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
ctrl.cpp Major change: fractional time in the GPS structure is give in ms instead of 1/100th seconds 2020-12-25 20:27:34 +00:00
ctrl.h
disp.cpp InitialPage parameter, which page to show after startup 2021-06-06 17:02:27 +02:00
disp.h
disp_lcd.cpp Major change: fractional time in the GPS structure is give in ms instead of 1/100th seconds 2020-12-25 20:27:34 +00:00
disp_lcd.h
disp_oled.cpp Refine meter/feet altitude alternating display 2021-09-21 09:01:43 +01:00
disp_oled.h LoRaWAN code can join and send positions, proof of concept, far from stable 2020-10-09 14:08:50 +01:00
fanet.h Temperature conversion bug 2021-01-05 10:57:03 +00:00
fifo.h
flight.h Move towards LoRaWAN connectivity 2020-10-07 19:04:44 +01:00
font8x8_basic.h
format.cpp HTTP updates the parameters in flash, fix timing bug in RF 2020-11-01 22:20:18 +00:00
format.h Fix timing issues, in particular at GPS rates above 1Hz, other minor fixes 2020-12-16 02:18:31 +00:00
freqplan.h Alpha code to transmit PilotAware packets, do not use it yet 2020-11-30 14:24:22 +00:00
gdl90.cpp
gdl90.h
gps.cpp Fix console log files data 2021-08-11 12:41:07 +01:00
gps.h Improving hndling of high GPS update rates for Stratux 2020-12-27 14:09:57 +00:00
hal.cpp Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
hal.h Correction to compile without Bluetooth serial port 2021-05-07 21:47:41 +01:00
http.cpp AP, web interface parm.html page handle submits via POST 2021-06-06 21:31:40 +02:00
http.h Separate HTTP server code, list log files and download them in APRS format 2020-11-03 02:47:57 +00:00
imu.cpp
imu.h
intmath.cpp
intmath.h
knob.cpp
knob.h
lcd_battery.h
ldpc.cpp
ldpc.h
log.cpp Separate HTTP server code, list log files and download them in APRS format 2020-11-03 02:47:57 +00:00
log.h Separate HTTP server code, list log files and download them in APRS format 2020-11-03 02:47:57 +00:00
lookout.h Minor improvements, bug fixes, for higher GPS update rates, PAW TX 2020-12-20 04:44:37 +00:00
lorawan.h Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
lowpass2.h
main.cpp Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
manchester.h
mavlink.h
ms5607.h
ms5611.h
nmea.cpp
nmea.h Prepare for sx1262 RF chip, but still long way to go 2021-01-24 03:38:29 +00:00
ogn.h Fix relay rank calc. 2021-10-26 13:13:10 +01:00
ogn1.h Add header to the HTTP IGC files and the G-record (MD5) 2021-03-07 15:47:28 +00:00
ogn2.h
ognconv.cpp Add NL after the B-record 2021-03-06 20:19:08 +00:00
ognconv.h Prepare to download log files as IGC from HTTP interface 2021-03-06 17:06:50 +00:00
parameters.h Squeeze in the InitialPage to keep compatibilty and alignment 2021-06-06 19:47:13 +01:00
paw.h Not encode by default the extended numbers in the packet 2021-02-28 14:11:06 +00:00
proc.cpp Relay encrypted packets 2021-08-11 12:40:03 +01:00
proc.h
relpos.h Prepair for differential position encoding 2020-10-23 02:13:25 +01:00
rf.cpp Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
rf.h More regular transmissions, although still randomized 2020-12-29 00:01:29 +00:00
rfm.h Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
sdlog.cpp More header lines for HTTP IGC and some bugs fixed 2021-03-07 16:28:19 +00:00
sdlog.h
sens.cpp with [feet] units as it is more standard 2021-01-13 23:19:08 +00:00
sens.h
slope.h
socket.h WiFi Access Point and TCP port for data output 2020-10-29 02:08:34 +00:00
sound.h
ssd1306.h
st7789.cpp
st7789.h
stratux.cpp Compile with ESP-IDF v4.1, sort log files after date/time, speed up log file download 2020-11-19 19:00:00 +00:00
stratux.h
sx1231.h
sx1262.h Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
sx1272.h
sx1276.h Move towards LoRaWAN connectivity 2020-10-07 19:04:44 +01:00
timesync.cpp Fix timing issues, in particular at GPS rates above 1Hz, other minor fixes 2020-12-16 02:18:31 +00:00
timesync.h Fix timing issues, in particular at GPS rates above 1Hz, other minor fixes 2020-12-16 02:18:31 +00:00
ubx.h Major change: fractional time in the GPS structure is give in ms instead of 1/100th seconds 2020-12-25 20:27:34 +00:00
wifi.cpp Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00
wifi.h Add SX1262 support, for now only transmission of OGN and PilotAware works, reception to be done yet 2021-12-06 12:25:50 +00:00