Wykres commitów

1431 Commity (b6fef3ca9a1af992de3bcd9fad1ffda566f03adc)

Autor SHA1 Wiadomość Data
Ryan C. Braun 3cd58d20d8 Disable logging of Ping data reception 2016-08-09 14:36:01 -05:00
Ryan C. Braun 6daa3b7240 Merge remote-tracking branch 'upstream/master' 2016-08-09 14:10:55 -05:00
cyoung ff79aa5555 Merge pull request #463 from egid/egid-cleanup-426
Clean out clock UI
2016-08-05 17:07:02 -04:00
cyoung 973f576a54 Merge pull request #461 from egid/egid-gps-tweak
GPS accuracy on Status page
2016-08-05 17:05:59 -04:00
cyoung 1a7405ee32 Merge pull request #464 from AvSquirrel/boot-fixes
Update setup scripts to disable console on ttyAMA0
2016-08-05 17:04:42 -04:00
cyoung 5a13cc01ee Merge pull request #467 from peepsnet/patch-18
Added hostapd_manager.sh and raspi-config reminders
2016-08-05 12:07:12 -04:00
cyoung fb6c9ee119 Merge pull request #469 from cyoung/uavionix
PingEFB support - initial.
2016-08-05 12:05:02 -04:00
Christopher Young 8293c88936 Merge remote-tracking branch 'origin/master' into uavionix 2016-08-05 11:56:25 -04:00
Christopher Young 2569a146e9 Use apt-get to install python-pil. 2016-07-29 08:34:11 -04:00
Eric Gideon ee6ca139af add horizontal GPS precision to the "GPS solution" row on the status page 2016-07-23 13:16:20 -07:00
peepsnet afe73c38f1 Added hostapd_manager.sh and raspi-config reminders
Added hostapd_manager.sh and raspi-config reminders in the help
2016-07-22 20:35:56 -04:00
Eric Westphal 9faf95a90b Missed a few changes to pointers in ry83Xai 2016-07-21 21:57:51 -04:00
Eric Westphal 38cb2384d7 mpu.Calibrate takes a number of retries 2016-07-21 15:16:21 -04:00
Eric Westphal c27870d2a9 Make SituationData.GroundSpeed a float 2016-07-21 15:16:02 -04:00
Eric Westphal ef436544ac Use new channel interface for mpu9250.go 2016-07-19 07:49:41 -04:00
Eric Westphal 38b0105187 Merge branch 'gdl90report' into dev 2016-07-19 07:48:35 -04:00
Eric Westphal bf30fa147c Provide invalid GDL90Report values if AHRS invalid 2016-07-19 06:40:57 -04:00
Eric Westphal 832054bd35 Rate of Climb uses simpler ewma assuming steady data updates 2016-07-19 00:43:45 -04:00
Eric Westphal be30aefa79 Catch GDL90Report network error, useful for troubleshooting 2016-07-18 22:49:30 -04:00
Eric Westphal a7bb43d6ba Switch GDL90 report to version 1, include other goodies 2016-07-18 22:45:14 -04:00
Eric Westphal 9d133a5855 Calculate rate of climb from bmp altitude measurements 2016-07-18 22:43:44 -04:00
AvSquirrel f529ce3231 Remove references to /etc/inittab 2016-07-16 02:38:13 +00:00
Eric Westphal ad3798b5c8 Make Calibrate public for MPU's 2016-07-15 11:58:13 -04:00
AvSquirrel 56874e0886 Disable console on ttyAMA0 - shell updates 2016-07-15 15:50:30 +00:00
AvSquirrel fd6b8626e8 Disable console on ttyAMA0 - mkimg.sh 2016-07-15 15:49:51 +00:00
Eric Westphal 6b9b754257 MPU uses Calibrate rather than CalibrateGyro 2016-07-15 11:39:33 -04:00
Eric Westphal 3b21f9685a Some Kalman tuning 2016-07-15 11:39:10 -04:00
Eric Gideon 80b373a7a4 Remove clock / clock diff row from status template; also remove from js and go. 2016-07-15 01:28:30 -07:00
Eric Westphal 92001f1e35 First commit of AHRS Kalman Filter integration, untested 2016-07-15 01:31:45 -04:00
Eric Westphal bd2b303b59 Prepare for proper AHRS calculation 2016-07-15 01:31:03 -04:00
Eric Westphal 5382012417 mostly gofmt 2016-07-15 01:30:40 -04:00
Eric Westphal ee8c98eb50 Missing BMP won't shut down entire AHRS; make room for BMP280 2016-07-15 00:12:16 -04:00
Eric Westphal c201bdc4d8 Suggestion for network 2016-07-15 00:10:38 -04:00
Eric Westphal d91a2a10e7 Use RY835AI or RY836AI; add more fields to GDL90 report 2016-07-14 21:38:15 -04:00
Christopher Young e3d348a0fa Resolve conflicts. 2016-07-14 15:50:07 -04:00
Christopher Young 77ecb0d6ad Merge remote-tracking branch 'origin/master' into uavionix
# Conflicts:
#	Makefile
#	image/mkimg.sh
#	selfupdate/makeupdate.sh
2016-07-14 15:45:34 -04:00
Christopher Young eebf4be15c Update README. 2016-07-14 14:59:13 -04:00
Eric Westphal ddaf673006 Don't add one little change before pushing 2016-07-13 20:49:07 -04:00
Eric Westphal 7ee7a83a87 Change MPU to interface to allow RY835AI or RY836AI (or ....) 2016-07-13 18:42:25 -04:00
Eric Westphal c3c49b7c36 Prep for extracting interface for mpu6050 2016-07-13 16:36:33 -04:00
Christopher Young 945c8bf6bc Don't start ffMonitor() - no longer needed. 2016-07-13 15:53:02 -04:00
Christopher Young 04be847069 Add OLED screen display files. 2016-07-12 18:08:56 -04:00
Christopher Young 787887894d Switch last line of data every 5 seconds from CPU+Towers to GPS stats. 2016-07-12 01:15:31 -04:00
cyoung 3877461b6e Merge pull request #459 from peepsnet/patch-16
fix typo
2016-07-10 12:12:59 -04:00
cyoung 24e21bb640 Merge pull request #458 from peepsnet/patch-15
More info in the MOTD
2016-07-10 12:12:55 -04:00
cyoung 2f0f62c8b3 Merge pull request #452 from mhrivnak/patch-1
fixes a minor typo
2016-07-10 12:12:21 -04:00
peepsnet 622c9eb643 fix typo 2016-07-10 10:59:18 -04:00
peepsnet f77b21175b Update motd 2016-07-10 10:55:46 -04:00
peepsnet 2c0768c44c More info in the MOTD 2016-07-10 10:54:44 -04:00
Christopher Young 996deda432 Screen test script - initial commit. 2016-07-09 14:55:56 -04:00