esp32-ogn-tracker/main
Pawel Jalocha 9bcccbc1ca Merge branch 'master' of github.com:pjalocha/esp32-ogn-tracker 2022-08-12 22:12:20 +01:00
..
CKL_logo_240x240.jpg
CMakeLists.txt
LoRaMacCrypto.c
LoRaMacCrypto.h
OGN_logo_240x240.jpg
aero.cpp
aero.h
aes.c
aes.h
ap.cpp
ap.h
aprs.cpp Fixed WiFi reconnect issue - before it would not connect the 2nd time 2022-03-21 14:07:02 +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
atmosphere.h
axp192.h Status packets: correctly encode when some elements arenot available 2022-02-21 08:02:11 +00:00
bitcount.cpp
bitcount.h
bme280.h
bmp180.h
bmp280.h
bmx055.h
bq24295.h
bt.cpp Adjust stack sizes for tasks, trying to gain RAM. fix some compile faults with particular options 2022-05-21 21:11:40 +01:00
bt.h Split off the Bluetooth serial port code to prepare for BLE 2021-05-07 20:30:32 +01:00
cmac.c
cmac.h
cmacutil.c
cmacutil.h
component.mk
config.h config.h modifié 2021-02-02 22:30:08 +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 Merge pull request #30 from Fab501/master 2022-08-09 13:05:36 +01: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 Adding parameters for the displayed units on page. Unit for Altitude (m or ft), Speed (km/h or knot) and Vario (m/s or fpm) 2022-07-06 09:45:03 +02:00
disp_oled.h
fanet.h Improve LoRaWAN code and other minor improvements 2022-01-16 17:37:18 +00:00
fifo.h
flight.h Clean up IGC logging to SD card, fixed IGC log name issue, not tested yet for takeoff/landing detection 2022-05-23 02:47:41 +01:00
font8x8_basic.h
format.cpp
format.h New device and minor mods 2022-04-16 15:56:45 +01:00
freqplan.h
gdl90.cpp
gdl90.h
gps.cpp Have satellite number for global access 2022-08-07 05:03:03 +01: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 Increase input buffer size 2022-08-07 05:02:10 +01:00
hal.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
http.cpp System info table for wifi ap page 2022-07-08 22:20:20 +02:00
http.h
igc-key.h Adjust stack sizes for tasks, trying to gain RAM. fix some compile faults with particular options 2022-05-21 21:11:40 +01:00
imu.cpp
imu.h
intmath.cpp
intmath.h
knob.cpp
knob.h
lcd_battery.h
ldpc.cpp
ldpc.h
log.cpp Record to internal flash only when flying 2022-05-12 03:39:45 +01:00
log.h
lookout.h Updates from other projects 2022-08-07 06:12:15 +01:00
lorawan.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
lowpass2.h
main.cpp Adjust stack sizes for tasks, trying to gain RAM. fix some compile faults with particular options 2022-05-21 21:11:40 +01:00
manchester.h
mavlink.h
ms5607.h
ms5611.h
nmea.cpp
nmea.h Count Beidou satellites for average SNR 2022-05-12 03:38:49 +01:00
ogn.h Updates from other projects 2022-08-07 06:12:15 +01:00
ogn1.h Updates from other projects 2022-08-07 06:12:15 +01: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 Merge branch 'master' of github.com:pjalocha/esp32-ogn-tracker 2022-08-12 22:12:20 +01:00
paw.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
proc.cpp Updates from other projects 2022-08-07 06:12:15 +01:00
proc.h
relpos.h Updates from other projects 2022-08-07 06:12:15 +01:00
rf.cpp Fix minor issue with average RSSI measurement 2022-05-12 03:40:27 +01: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 Clean up IGC logging to SD card, fixed IGC log name issue, not tested yet for takeoff/landing detection 2022-05-23 02:47:41 +01:00
sdlog.h Clean up IGC logging to SD card, fixed IGC log name issue, not tested yet for takeoff/landing detection 2022-05-23 02:47:41 +01:00
sens.cpp Status packets: correctly encode when some elements arenot available 2022-02-21 08:02:11 +00:00
sens.h
slope.h
socket.h
sound.h
ssd1306.h
st7789.cpp
st7789.h
stratux.cpp
stratux.h
sx1231.h
sx1262.h Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
sx1272.h
sx1276.h
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 Merge pull request #30 from Fab501/master 2022-08-09 13:05:36 +01: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