Wykres commitów

817 Commity (mode-c-detect)

Autor SHA1 Wiadomość Data
cyoung 2d55aaeab3 Remove --oversample dump1090 flag. Add --modeac (mutually exclusive options).
#703
2018-04-06 16:51:27 -04:00
cyoung 915391fa91 Use "N" or "C" regs derived from Mode-S identifier, or default to "Stratux". 2018-03-09 09:49:03 -05:00
cyoung a1ea17e7ca Remove unnecessary debug print. 2018-01-09 16:30:28 -05:00
cyoung b8e149cb61 Cleanup.
#692
2018-01-09 12:00:55 -05:00
cyoung c5314de3f2 Clean up unused imports.
#692
2018-01-09 10:41:13 -05:00
cyoung c4b8216a84 Change error prints to use addSingleSystemErrorf().
#692
2018-01-09 10:40:25 -05:00
cyoung 033c3ca1e4 Use addSingleSystemErrorf() instead of tracking error prints individually.
#692.
2018-01-09 10:09:18 -05:00
cyoung df6f844738 Create function that tracks critical system errors and issues them only once.
#692
2018-01-09 09:57:00 -05:00
cyoung bb9cb778d2 Update system uptime warning format. 2017-10-27 16:05:15 -04:00
cyoung cc4127df80 Remove socket listener from fancontrol. Replace with http server. Serve status in JSON format. 2017-10-23 14:58:24 -04:00
cyoung bb9c3c6435 Add NightMode to turn off ACT LED.
#659.
2017-10-17 17:30:03 -04:00
cyoung f28bfffc0a Turn off PPS output (green LED on GPYes).
#659.
2017-10-17 17:23:54 -04:00
cyoung b3ca828086 Use estimate vAcc = 2*hAcc instead of reported vAcc.
Fixes #666.
2017-10-17 16:26:11 -04:00
cyoung 9a3fe7c0d1 Clean up log output. 2017-10-12 13:21:55 -04:00
cyoung 8bc7f0c093 Add Merlin auto-detect. 2017-10-12 12:22:52 -04:00
cyoung 57c783d695 Typo fix. 2017-10-11 08:56:30 -04:00
cyoung 2df716f2f6 Remove unused 'CPULoad' status variable. 2017-10-11 08:40:10 -04:00
cyoung 4fa548b380 stratux.log cleanup. 2017-10-11 08:39:09 -04:00
Christopher Young 4de2420803 Clean up cputemp. 2017-10-10 11:27:15 -04:00
Christopher Young 05aa90b125 Clean up fancontrol.
Working on #663.
2017-09-12 08:56:31 -04:00
Christopher Young f8646d9ebe Check system uptime before SDR startup delay.
Throw a system error in developer mode if the uptime is greater than
120s and `sdrWatcher()` is restarted (usually a systemd restart).
2017-08-18 12:56:58 -04:00
Christopher Young 31abc00910 Delay SDR startup by 1m30s. 2017-08-07 16:50:44 -04:00
Christopher Young 0d833946f4 Remove redeclared variables. 2017-07-17 17:36:43 -04:00
Christopher Young 284bb0733f Remove redeclared structs. 2017-07-17 17:35:10 -04:00
Christopher Young 6709c9b4e6 Merge remote-tracking branch 'origin/master' into ahrs_dev
# Conflicts:
#	main/gen_gdl90.go
2017-07-17 17:18:12 -04:00
Eric Westphal 1877e66056 Ensure level signal doesn't block cal channel. 2017-07-12 22:20:23 -04:00
Eric Westphal 20877df847 Separate gyro calibration and AHRS level functions. 2017-07-12 13:27:26 -04:00
Eric Westphal 90c10195fb Minor log message change. 2017-07-09 17:48:35 -04:00
Eric Westphal 21278eb265 Level uses calibration accels, retry ccal if nonsense values. 2017-07-08 14:52:10 -04:00
Eric Westphal 572c1d08a5 Minor reorganization. 2017-07-08 13:50:46 -04:00
Eric Westphal 5926b05757 Deleting AHRS logs no longer stops all AHRS logging. 2017-07-07 21:24:49 -04:00
Eric Westphal e0faa71b3f Remove 'up' section from orientation procedure. 2017-07-06 19:45:01 -04:00
Eric Westphal 4d3235fb4b Minor variable reorganization. 2017-07-04 13:31:04 -04:00
Eric Westphal 1bf2a9d808 Developer UI page allows downloading and deleting AHRS logs. 2017-07-03 19:43:51 -04:00
Eric Westphal 5f8ac80ac3 Move sensor orientation quaternion into AHRSProvider. 2017-07-01 17:19:27 -04:00
Eric Westphal 60a4e74503 Ensure AHRS level occurs after orientation. 2017-06-28 20:49:55 -04:00
Eric Westphal 2a132bb9cc Pass empty initial orientation to NewSimpleAHRS. 2017-06-28 19:08:55 -04:00
Eric Westphal e2c6fa26af Rename InitializeSimple to NewSimpleAHRS. 2017-06-25 11:36:57 -04:00
Eric Westphal b4f437aa3d Remove some old AHRS logging. 2017-06-24 15:51:13 -04:00
Eric Westphal fef0ed466f Fix some bad initializations. 2017-06-24 14:46:47 -04:00
Eric Westphal 74909ada85 Ensure SensorQuaternion synced with IMUMapping. 2017-06-22 19:47:25 -04:00
Eric Westphal a2bba208b6 Sensor orientation more reliable. 2017-06-21 22:05:44 -04:00
Eric Westphal c6e01d2ec6 Variable name change. 2017-06-21 22:02:59 -04:00
Eric Westphal 542a68fc26 Remove AHRS config from developer settings. 2017-06-13 18:14:08 -04:00
Eric Westphal 7af6f20884 Maybe make the orientation process more consistent. 2017-06-13 17:48:34 -04:00
Jim Jacobsen 545343332e Move structs to the top of the file 2017-06-11 17:50:34 +00:00
Christopher Young 51fd728cc6 Merge fix. 2017-06-09 10:54:41 -04:00
Christopher Young fd7ce1ec92 Merge remote-tracking branch 'origin/master' into ahrs_dev
# Conflicts:
#	main/gen_gdl90.go
2017-06-09 10:53:41 -04:00
Christopher Young 5f1ebfbe70 Removed ForeFlight GDL90 parsing bug workaround.
#348, 604.
2017-06-09 10:49:25 -04:00
Christopher Young 23921ee384 Type fix. 2017-06-05 16:49:52 -04:00