Wykres commitów

42 Commity (master)

Autor SHA1 Wiadomość Data
Pawel Jalocha 42e0e366d0 Power-ON memory under conditional compile 2023-07-18 21:44:16 +01:00
Pawel Jalocha 3158945266 Various updates, most important is to save the Power-ON state for the devices with AXP192 so they don't turn on on the external power (by will remember if they had been turned on by the button) 2023-07-12 11:48:47 +01:00
Pawel Jalocha 27ca3b6283 Fix line endings which prevented XCsoar operation 2023-06-10 12:37:07 +01:00
Pawel Jalocha a6ef1beedf Bring back the SX1262 for TX, not yet RX 2023-05-26 01:23:38 +01:00
Pawel Jalocha 10a2845380 Update from other projects, cleanups, attempt to run with SkyDemon and SafeSky 2023-05-20 16:57:07 +01:00
Pawel Jalocha a44c5bc617 LoRaWAN startup 2022-11-30 05:16:07 +00:00
Pawel Jalocha c7845b9c72 Adjust stack sizes for tasks, trying to gain RAM. fix some compile faults with particular options 2022-05-21 21:11:40 +01:00
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
Pawel Jalocha 4a59b29ed0 Proper encoding/decoding when some elements are not available 2022-02-19 23:01:33 +00:00
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
Pawel Jalocha 1a4e4398b2 Progress on BLE but far from ready yet 2021-05-08 05:43:03 +01:00
Pawel Jalocha c6f4f5204d Split off the Bluetooth serial port code to prepare for BLE 2021-05-07 20:30:32 +01:00
Pawel Jalocha dcd97b118c WITH_AP_BUTTON => Turn on the WiFi AP only when user button is pressed during startup 2021-04-04 17:04:50 +01:00
Pawel Jalocha 4e68d90a27 Only start AP when APname non-empty 2021-03-13 01:16:54 +00:00
Pawel Jalocha a00b7df555 WiFi Access Point and TCP port for data output 2020-10-29 02:08:34 +00:00
Pawel Jalocha 5bccc189b5 Prepare for more regular WiFi code 2020-10-27 23:45:07 +00:00
Pawel Jalocha 65def379fc Reset the LoRaWAN state when new AppKey supplied 2020-10-20 00:35:45 +01:00
Pawel Jalocha 87fc27cc22 Re-init LoRaWAN when the AppKey changes 2020-10-16 00:19:01 +01:00
Pawel Jalocha 1ca21bc39b Minor improvements and debug for LoRaWAN code 2020-10-13 02:30:04 +01:00
Pawel Jalocha 72727b2911 Reset WAN when new key in the parameters 2020-10-09 17:17:44 +01:00
Pawel Jalocha e9caf1f353 LoRaWAN code can join and send positions, proof of concept, far from stable 2020-10-09 14:08:50 +01:00
Pawel Jalocha 38d8ecaf22 Start with LoRaWAN connectivity 2020-10-08 02:30:52 +01:00
Pawel Jalocha a35330351f Produce IGC files, B-records only for now 2020-09-26 02:00:23 +01:00
Pawel Jalocha 8ed7d2f3e3 Run separate task for regular checks like LED, push button, sound start/stop 2020-09-25 01:30:17 +01:00
Pawel Jalocha 4607fef9d2 Switch USB serial communication to explicit UART, attermpt use to FAT on internal flash 2020-09-21 01:42:12 +01:00
Pawel Jalocha 5bf77bf719 Add connectivity to Stratux on WiFi and port 30011 and other minor updates 2020-08-29 18:54:47 +01:00
Pawel Jalocha 330077f8de Merge branch 'master' of https://github.com/pjalocha/esp32-ogn-tracker 2020-08-29 12:52:34 +01:00
Pawel Jalocha 7f00b93de8 Forgotten call name change 2020-08-29 12:52:29 +01:00
Pawel Jalocha b5b5d59179 Stratux WiFi connectivity 2020-08-29 12:49:46 +01:00
Pawel Jalocha a8bdf26574 Revive logging to the SD card 2020-05-06 17:31:43 +01:00
Pawel Jalocha 11a90da716 Add I2C_Mutex 2020-04-30 23:23:17 +01:00
Pawel Jalocha 5b343beeeb Updates and bug fixes 2020-04-19 20:19:32 +01:00
Farkas Szilárd a0ba7ad4a3 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
Pawel Jalocha 86a24a2913 Major update, work with AXP192 power control chip thus the new T-Beam V1.0 2020-02-24 21:54:21 +00:00
Pawel Jalocha 0878e8378d Support for AERO protocol 2019-05-08 17:03:54 +00:00
Pawel Jalocha b68f5ffc73 Major update, log to Flash, Bluetooth, transmission of info packets 2019-01-22 00:08:19 +00:00
Pawel Jalocha 2a0e0fa849 Add more info-parameters, BME280 support, remove I2C mutex 2018-03-09 13:11:21 +00:00
Pawel Jalocha 5423ae48b3 Bug fixed: incorrect #if to start the SENS task 2018-02-26 11:41:23 +00:00
Pawel Jalocha a57c54cc88 default make for HELTEC with OLED and no baro, minor updates carried over from STM32 2018-02-25 19:33:58 +00:00
Pawel Jalocha 8bf73761c1 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
Pawel Jalocha 367ba6d4ce Correct the unique ID, add some string-valued parameters 2018-02-18 14:41:50 +00:00
Pawel Jalocha 79f8e58659 Initial code, basic functionality: transmit, receive, relay, display position 2018-01-29 12:43:22 +00:00