Wykres commitów

29 Commity (master)

Autor SHA1 Wiadomość Data
Sven Steudte 7747b8bfc7 Fixed SQL error 2018-02-06 02:19:32 +01:00
Sven Steudte 96465f44c1 Changed APRS server 2018-02-06 02:19:02 +01:00
Sven Steudte 955c33a2f8 Implemented Log packets for the last protocol changes 2018-01-11 13:31:47 +01:00
Sven Steudte c745ef50c9 Updated APRS protocols and much more
- Removed secondary decoder
- Updated image encoding at tracker firmware
- Updated image encoding at decoder software
- Implemented more sophisticated website
- Added error transmission
- Adjusted MCU speed to the highest rate
- Implemented configuration that allows GPS to be switched on permanently at a certain battery voltage
- Decreased humidity sensor accuray
- Imcreased voltage measurement accuracy
- Added temperature measurements of STM32 and Si4464 to TrackPoint struct
- Added light intensity measurements of OV5640 to TrackPoint struct
- Cleaned up (removed unused things)
- Implemented more accurate measurements for PAC1720
- Implemented failure detection for PAC1720 and ublox chips
- Fixed bug in Si4464 driver which used power when switched off
- Added more data readouts for GPS receiver (pDOP, gpsFixOK)
- Changed way of determination if GPS fix is good
- Implemented temperature measurement of STM32
- Added error detection of I2C bus
- Removed Milliseconds from ptime_t
- Fixed bug in timestamp conversion
- Removed RBAT measurement implementation (it was very inaccurate)
- Avoid radio being switched off when next packet is waiting for being transmitted
- Tidied up tracking manager
2018-01-09 06:01:19 +01:00
Sven Steudte b110dd5b26 Removed time limit in decoder 2017-12-12 03:38:32 +01:00
Sven Steudte 311c532d1f Added exception handler 2017-10-30 00:38:16 +01:00
Sven Steudte 117d90b30c Fixed decoder error 2017-10-16 23:15:25 +02:00
Sven Steudte f6d69c9afe Removed STM32 based modulation and moved task to PH of Si4464 (so stable HSE is not needed for STM32 anymore which was needed for radio modulation)
Fixed receiver value in decoder.py
Limited data display on decoder map to 14 days
Implemented additional exception handlers for bad internet connections
Modified SSDV/APRS protocol: removed redundant transmitted data
Modified SSDV/APRS protocol: Increased amount of data being sent in one packet
Adjusted clocks: (in order to save energy)
- Use HSI for STM32 only
- Use HSE for Si4464 only (HSE switched off, only switched on when Si4464 needs it)
- Reduced STM32 clock to 3MHz
Improved Morse implementation
Fixed thread (module) startup delay bug
Changed behavior of Watchdog LED: Flashing instead of blinking (in order to save energy)
Fixed preamble bug from AX25 implementation
2017-10-14 05:58:51 +02:00
Sven Steudte af870d89e0 Split image packets in half, fixed timezone bug 2017-10-08 19:29:17 +02:00
Sven Steudte 1ad5b02eb7 Modified Base91 characters
Modified APRS format of Image and Log packets
Implemented image
Added memory address to log command (Serial USB console)
Added failsafe to ADC measurements (if PAC1720 fails)
Improved radio buffer management (less memory needed now)
Changed tracking manager: Last sequence ID read from memory now (at startup)
Implemented Webserver for displaying Position, Log and Images packets
Implemented SSDV Decoding Server
2017-10-07 06:55:11 +02:00
Sven Steudte 8a4d8ff5ef Reimplemented Base91
Changed message buffer implementation
Removed error transmission
Moved getFrequency implementation to radio.c
2017-10-02 21:16:02 +02:00
Sven Steudte 60578aa5c4 Implemented Base128 and new packet type for APRS picture transmission 2017-10-02 15:54:28 +02:00
Sven Steudte c8fd9598eb Implemented receiver detection correctly 2017-09-19 09:27:18 +02:00
Sven Steudte c6e9775e66 Added connection watchdog to decoder script
Added callsign decoder to decoder script
2017-09-19 04:29:29 +02:00
Sven Steudte aa258b9517 Removed APRS library and implemented native Telnet connection instead 2017-09-19 03:37:01 +02:00
Sven Steudte 37180ab892 - Merged dbgon and dbgoff command to debug
- Fixed error in SOI-not-found flag in debug.c
- Added camera-command command (for testing different camera options while watching the livestream)
- Fixed table header in readLog USB command
- Added last-image-id to track-point struct (which is also logged), SSDV transmission will start with next ID on STM32 reset.
  This has been done while habhub alway mixes up different images with the same image id.
- Added thread (module) configuration printout on USB debug
- Added GPS_LOG and GPS_OFF flag
- Changed tracking manager initialization strategy:
  Tracking Manager runs all time and also logs when there is no new GPS fix
  Tracking Manager logs images ID
  Tracking Manager doesnt switch on GPS unless there is a position thread running (in order to save energy when position is not sent out)
Implemented several flags in decoder2.py
Added script command.c which sends camera registers via USB to the OV5640.
2017-09-11 06:45:19 +02:00
Sven Steudte a29f90a9f8 Writing images to file removed, added image counter 2017-09-10 03:16:48 +02:00
Sven Steudte b7fcbc5406 Improved image over USB implementation, created python decoder script 2017-09-08 16:28:01 +02:00
Sven Steudte d9309f3266 Implemented SSDV USB transmission, updated decoder for SSDV over USB receiption 2017-09-08 00:06:22 +02:00
SkyAndy 69f009b7d3 add ssdv for OSX X 2017-09-07 21:01:39 +02:00
Sven Steudte 582fb1e52c Implemented piping over RAM 2017-09-07 05:40:31 +02:00
Sven Steudte 8f873fe309 Merge remote-tracking branch 'origin/Develop' 2017-09-07 02:11:28 +02:00
SkyAndy 0f42a2059c Delete ssdv 2017-09-06 22:15:40 +02:00
SkyAndy 39f636e491 add gui decoder 2017-09-06 21:27:06 +02:00
Sven Steudte 23c42f83c3 Fixed faulty image transmission, implemented server exception handling in decoder 2017-08-29 00:35:16 +02:00
Sven Steudte ad4044369e Added decoder scripts 2017-07-01 01:18:15 +02:00
Sven Steudte 661ea01761 Added time to print 2017-06-15 08:15:14 +02:00
Sven Steudte cf5fc0329b Updated decoder software
Implemented stdin connection
Implemented APRS-IS connection
Implemented error handling at internet loss
2017-05-31 04:43:04 +02:00
Sven Steudte 049b6b928c Added decoder software 2017-05-31 01:01:00 +02:00