Wykres commitów

245 Commity (57cb2111773b2974c93752d4e7adc4f75ddf12da)

Autor SHA1 Wiadomość Data
Pawel Jalocha 095ad91b0a Possibly useable WiFi AP configuration 2020-11-01 15:54:55 +00:00
Pawel Jalocha 0c03db2dea More parameters and better grouped 2020-10-31 16:53:36 +00:00
Pawel Jalocha 28b7cc08eb Some parameters can be changed from the HTTP server, not saved to the flash yet 2020-10-31 03:19:55 +00:00
Pawel Jalocha 13bdd66295 Initial HTTP server associated with the WiFi AP 2020-10-30 04:05:03 +00:00
Pawel Jalocha d5871b8ffa More TCP ports 2020-10-29 02:10:11 +00:00
Pawel Jalocha a00b7df555 WiFi Access Point and TCP port for data output 2020-10-29 02:08:34 +00:00
Pawel Jalocha 07d3ac7e92 Split the WiFi code, thus now common between Stratux and APRS connection 2020-10-28 01:00:15 +00:00
Pawel Jalocha 5bccc189b5 Prepare for more regular WiFi code 2020-10-27 23:45:07 +00:00
Pawel Jalocha dff4f2e572 Format the time period, but not used yet 2020-10-27 22:44:26 +00:00
Pawel Jalocha 24b060068b increase transmit buffer for the SPP BT 2020-10-27 22:43:46 +00:00
Pawel Jalocha b1a720b18f Back-off timer instead of pure random transmission decision for LoRaWAN 2020-10-27 22:42:48 +00:00
Pawel Jalocha 04d27c5ce1 Merge branch 'master' of https://github.com/pjalocha/esp32-ogn-tracker 2020-10-24 00:42:20 +01:00
Pawel Jalocha 833d9c0b8c Fix bug on decision to send 16 or 20 byte long packet 2020-10-24 00:42:03 +01:00
Pawel Jalocha 5e8b22d7aa Prepair for differential position encoding 2020-10-23 02:13:25 +01:00
Pawel Jalocha a7592bc4e5 Send (shorter) positions packets with implicit header 2020-10-22 02:23:08 +01:00
Pawel Jalocha 934e776795 Even better display for the AppKey 2020-10-21 01:12:45 +01:00
Pawel Jalocha bb5013724b Display just the first two bytes of the AppKey 2020-10-21 00:46:47 +01:00
Pawel Jalocha f8f7060dd6 Fixed bug with Format_HexBytes() 2020-10-21 00:45:57 +01:00
Pawel Jalocha 9d331638cf New: Format_HexBytes 2020-10-20 00:36:25 +01:00
Pawel Jalocha 65def379fc Reset the LoRaWAN state when new AppKey supplied 2020-10-20 00:35:45 +01:00
Pawel Jalocha d224f7a6a7 Show LoRaWAN AppKey when in not-joined state 2020-10-20 00:34:52 +01:00
Pawel Jalocha 8aa8f9aaf4 Set low-rate-optimize bit 2020-10-20 00:33:06 +01:00
Pawel Jalocha 33521c07b4 Start defining differential encoding format 2020-10-19 02:10:16 +01:00
Pawel Jalocha 14995887d2 Accept stdin 2020-10-19 02:02:31 +01:00
Pawel Jalocha 87fc27cc22 Re-init LoRaWAN when the AppKey changes 2020-10-16 00:19:01 +01:00
Pawel Jalocha eaafbd62fa Clear the AppKey by default 2020-10-16 00:18:06 +01:00
Pawel Jalocha e9167525ec Sort positions in time, as the APRS data can be mixed in time 2020-10-16 00:16:57 +01:00
Pawel Jalocha 1ca21bc39b Minor improvements and debug for LoRaWAN code 2020-10-13 02:30:04 +01:00
Pawel Jalocha 486f09396b Allow for empty string with <name>=<value> 2020-10-10 06:40:12 +01:00
Pawel Jalocha 9fb2955a46 LoRaWAN good enough for tests 2020-10-09 22:23:43 +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 b0c1f7f3e1 Move towards LoRaWAN connectivity 2020-10-07 19:04:44 +01:00
Pawel Jalocha 553baa500d IGC header refine 2020-10-01 00:48:27 +01:00
Pawel Jalocha 7fd261658f IGC G-record with MD5 2020-09-30 10:48:54 +01:00
Pawel Jalocha 3e4d266a1e Log MAC and ID to the IGC file 2020-09-29 20:25:55 +01:00
Pawel Jalocha 389da4e515 Reorder the MAC to put MSB first 2020-09-29 20:24:26 +01:00
Pawel Jalocha 23e4514379 Add libssl-dev for ESP-IDF installation 2020-09-29 20:23:36 +01:00
Pawel Jalocha 8c7108fa56 Add IGC header with HF fields 2020-09-26 23:54:32 +01:00
Pawel Jalocha 906229814e Add setting the time/date for the IGC files 2020-09-26 02:42:15 +01:00
Pawel Jalocha a35330351f Produce IGC files, B-records only for now 2020-09-26 02:00:23 +01:00
Pawel Jalocha ce88815933 Dump serial port data with time and NMEA info 2020-09-26 01:59:03 +01:00
Pawel Jalocha 4463ed9fac Add comments 2020-09-25 01:31:30 +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 849a5c599a More precise timestamp for the pressure measurement 2020-09-25 01:29:14 +01:00
Pawel Jalocha 0354f5fc14 Force internal log to reopen when about to shutdown 2020-09-25 01:28:28 +01:00
Pawel Jalocha e0f5bbd86a Read potentiometer position 2020-09-25 01:26:47 +01:00
Pawel Jalocha 630d93d2cf Replace SPIFFS with FAT, seems to work well 2020-09-22 20:44:55 +01:00
Pawel Jalocha 8a45611fdb Update config files 2020-09-21 01:44:35 +01:00