esp32-ogn-tracker/main
Pawel Jalocha caeb24db65 Only turn APRS when AP is off, timeout to detect idle connection, reorganize for clarity 2022-02-23 06:27:21 +00:00
..
CKL_logo_240x240.jpg Add CKL logo (for EPPK and EPPG airfield) 2020-08-29 18:56:04 +01:00
CMakeLists.txt For cmake and idf.py to work 2020-05-13 12:13:55 +01:00
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 Add missing parts for the LCD 240x240 screen 2020-04-20 22:36:09 +01:00
aero.cpp Support for AERO protocol 2019-05-08 17:03:54 +00:00
aero.h Support for AERO protocol 2019-05-08 17:03:54 +00:00
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 Only turn APRS when AP is off, timeout to detect idle connection, reorganize for clarity 2022-02-23 06:27:21 +00:00
aprs.h Beta code to connect to APRS and pass own and received positions, thus acting as OGN receiver 2022-02-22 19:35:57 +00:00
atmosphere.cpp Add pressure sensor support, push I2C to HAL, major files identical to STM32 code for easy passing of new features 2018-02-25 18:47:03 +00:00
atmosphere.h Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
axp192.h Status packets: correctly encode when some elements arenot available 2022-02-21 08:02:11 +00:00
bitcount.cpp Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
bitcount.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
bme280.h Reorganize to access more information from OLED status pages 2019-05-07 16:08:22 +01:00
bmp180.h Reorganize to access more information from OLED status pages 2019-05-07 16:08:22 +01:00
bmp280.h Reorganize to access more information from OLED status pages 2019-05-07 16:08:22 +01:00
bmx055.h Power-up BMX055 magnetometer before trying to read the ID, not tested 2020-05-01 15:00:05 +01:00
bq24295.h Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
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 Add CKL logo (for EPPK and EPPG airfield) 2020-08-29 18:56:04 +01:00
config.h Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
ctrl.cpp Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
ctrl.h Move IGC key to CTRL task so it can be used as well without SDLOG 2022-02-12 07:08:26 +00:00
disp.cpp InitialPage parameter, which page to show after startup 2021-06-06 17:02:27 +02:00
disp.h Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
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 Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
disp_oled.cpp Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00: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 Improve LoRaWAN code and other minor improvements 2022-01-16 17:37:18 +00:00
fifo.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
flight.h Move towards LoRaWAN connectivity 2020-10-07 19:04:44 +01:00
font8x8_basic.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
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 Add basic FANET transmission: position and pilot's name if defined, alpha stage 2020-05-01 15:01:36 +01:00
gdl90.h Add basic FANET transmission: position and pilot's name if defined, alpha stage 2020-05-01 15:01:36 +01:00
gps.cpp Beta code to connect to APRS and pass own and received positions, thus acting as OGN receiver 2022-02-22 19:35:57 +00:00
gps.h Beta code to connect to APRS and pass own and received positions, thus acting as OGN receiver 2022-02-22 19:35:57 +00:00
hal.cpp Status packets: correctly encode when some elements arenot available 2022-02-21 08:02:11 +00:00
hal.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00: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
igc-key.h Key pair for IGC log signing 2022-02-11 14:38:06 +00:00
imu.cpp Make the BMX055 IMU respond in FollowMe 2020-05-13 17:55:52 +00:00
imu.h Start with BMX055, but not working yet 2020-05-01 00:01:30 +01:00
intmath.cpp Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
intmath.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
knob.cpp Read potentiometer position 2020-09-25 01:26:47 +01:00
knob.h Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
lcd_battery.h Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
ldpc.cpp Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
ldpc.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
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 Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
lowpass2.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
main.cpp Only turn APRS when AP is off, timeout to detect idle connection, reorganize for clarity 2022-02-23 06:27:21 +00:00
manchester.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
mavlink.h Add some messages, improve printout 2018-05-20 00:41:47 +01:00
ms5607.h MS5611 pressure sensor code, which is more or less the same as MS5607 on the calculation parameters differ. I2C_Write function signature was wrong, and header define was missing in the ms5607.h 2020-04-18 20:05:51 +02:00
ms5611.h fix for temperature rounding 2020-04-19 11:11:31 +02:00
nmea.cpp Add more info-parameters, BME280 support, remove I2C mutex 2018-03-09 13:11:21 +00:00
nmea.h Include other GNSS systems in the average SNR 2022-02-21 15:05:52 +00:00
ogn.h Status packets: correctly encode when some elements arenot available 2022-02-21 08:02:11 +00:00
ogn1.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
ogn2.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
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 Include other GNSS systems in the average SNR 2022-02-21 15:05:52 +00:00
paw.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
proc.cpp Beta code to connect to APRS and pass own and received positions, thus acting as OGN receiver 2022-02-22 19:35:57 +00:00
proc.h Produce IGC files, B-records only for now 2020-09-26 02:00:23 +01:00
relpos.h Prepair for differential position encoding 2020-10-23 02:13:25 +01:00
rf.cpp Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
rf.h More regular transmissions, although still randomized 2020-12-29 00:01:29 +00:00
rfm.h Improve LoRaWAN code and other minor improvements 2022-01-16 17:37:18 +00:00
sdlog.cpp Fix incorrect date readout and thus SD log name 2022-02-12 15:49:39 +00:00
sdlog.h Work on cryptographic signature for IGC files 2022-01-24 02:08:50 +00:00
sens.cpp Status packets: correctly encode when some elements arenot available 2022-02-21 08:02:11 +00:00
sens.h MS5611 pressure sensor code, which is more or less the same as MS5607 on the calculation parameters differ. I2C_Write function signature was wrong, and header define was missing in the ms5607.h 2020-04-18 20:05:51 +02:00
slope.h Add pressure sensor support, push I2C to HAL, major files identical to STM32 code for easy passing of new features 2018-02-25 18:47:03 +00:00
socket.h WiFi Access Point and TCP port for data output 2020-10-29 02:08:34 +00:00
sound.h Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
ssd1306.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
st7789.cpp Add 2nd reset for the ILI9341 LCD 2020-05-31 23:09:09 +01:00
st7789.h Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
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 Stratux WiFi connectivity 2020-08-29 12:49:46 +01:00
sx1231.h Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00
sx1262.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
sx1272.h default make for HELTEC with OLED and no baro, minor updates carried over from STM32 2018-02-25 19:33:58 +00:00
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