Wykres commitów

75 Commity (379f26674c68edd87db812f14d9fefbcfa1a747e)

Autor SHA1 Wiadomość Data
Adrian Batzill 719d87feb4 Improved support for Ublox NMEA parsing, extended support for T-Beam based OGN Tracker, including GPS config and configuration of the tracker via Stratux web interface (experimental) 2020-12-05 18:35:52 +01:00
Adrian Batzill 2842f03802 Merge branch 'master' of https://github.com/cyoung/stratux 2020-08-20 09:39:00 +02:00
Jordan T b28b002e6b Dynamically change theme css 2020-08-19 10:40:07 -05:00
Adrian Batzill 03c676de69 fixed setting PPM to 0 2020-08-17 09:23:09 +02:00
Adrian Batzill 52df50d6df small update file upload fix 2020-06-20 09:31:14 +01:00
Adrian Batzill 9c14cf3499 more user feedback while uploading update.sh file 2020-06-20 10:11:49 +02:00
Adrian Batzill d2d58f6b1f fixed baud display if only flarm serial is connected 2020-06-12 09:38:41 +02:00
Adrian Batzill e9dfe822e4 started work on ogn-rx-eu OGN receiver module to replace classic OGN stack, renamed FLARM to OGN, started implementing traffic coasting for reception gaps up to 20s 2020-05-22 15:47:21 +02:00
Adrian Batzill 827a87afa1 experimental wifi-direct support 2020-01-04 15:14:27 +00:00
Adrian Batzill 5e19bb18e4 Merge remote-tracking branch 'upstream/master' 2019-12-29 13:14:45 +01:00
cyoung be93f4290c Add WiFi "Smart Mode" option.
No default gateway. Allows iOS to choose internet source (cellular or WiFi).
2019-12-21 12:32:02 -05:00
Adrian Batzill ff93b88556 set multiple ownship mode-s codes first try 2019-08-21 17:29:36 +02:00
Adrian Batzill 9eae6e1722 settings switch for bearingless targets; Bearingless targets via GDL90 by simulating 8 real targets in a circle 2019-07-21 11:05:28 +02:00
Adrian Batzill c499a58f5d allow changing stratux IP address 2019-07-04 16:35:49 +01:00
Adrian Batzill 56a32657ab Workaround for wonky GDL90 implementation in SkyDemon for Android 2019-06-10 11:29:06 +00:00
Thorsten Biermann 4aa0b80416 Merge tag 'v1.5b2' into devel/flarm_receiver
# Conflicts:
#	Makefile
#	main/gen_gdl90.go
#	main/managementinterface.go
#	web/plates/gps.html
#	web/plates/js/settings.js
#	web/plates/settings.html
2019-02-02 14:23:54 +01:00
Eric Westphal 7a31db058e Remove Calibrate Gyros from Settings page of web UI 2018-09-30 01:56:06 +00:00
PepperJo bf46a73db1 GDL90: switch AltMSL / AltEllipsoid
Add setting's switch for ownship geometric altitude message
in GDL90 to enable altitude in MSL instead of altitude above
WGS-84 ellipsoid. GDL90 specification uses WGS-84 ellipsoid
altitude but some EFBs expect altitude in MSL.
https://www.faa.gov/nextgen/programs/adsb/Archival/media/GDL90_Public_ICD_RevA.PDF

Signed-off-by: PepperJo <pepperjo@japf.ch>
2018-09-22 11:33:58 +02:00
PepperJo 3cb5bcc8f0 Merge branch 'master' into devel/flarm_receiver 2018-09-22 10:16:07 +02:00
Eric Westphal 65e80816c2 Merge branch 'master' into wifi 2018-08-05 22:24:25 -04:00
cyoung 6df88abc72 Increase suggested wait time on updates. 2018-06-26 09:39:37 -04:00
Thorsten Biermann 1e13188df3 Integrates FLARM into SDR framework 2018-04-20 19:25:18 +02:00
Eric Westphal 945724c907 Slightly different regex's in javascript validation. 2017-07-30 12:38:44 -04:00
Eric Westphal c319d49e74 Angular validation on settings page. 2017-07-29 10:40:29 -04:00
Eric Westphal d48691bdac Fix .js and .html permissions. 2017-07-22 17:04:30 -04:00
Eric Westphal 034e38d4e7 Formatting; re-do grayout of disabled text boxes. 2017-07-22 16:03:35 -04:00
peepsnet dd9afdac33 error checking in SSID and WPA Passphrase 2017-07-22 14:48:11 -04:00
Eric Westphal cc24fb6fef Added Go portion of @peepsnet WiFi handling. 2017-07-22 12:43:32 -04:00
Eric Westphal 5463d334c4 Merge remote-tracking branch 'peeps/master' into peeps
Added new settings from ahrs_dev branch back in.
2017-07-18 18:32:02 -04:00
Eric Westphal 20877df847 Separate gyro calibration and AHRS level functions. 2017-07-12 13:27:26 -04:00
peepsnet ed53ecf3d8 typo 2017-07-10 23:01:22 -04:00
peepsnet dc14b9dd80 HTML/JS Prop for WiFI Settings
added js code for error checking and formatting the JSON string for the call to /setSettings
{"WiFiSSID":"stratux","WiFiSecurityEnabled":true,"WiFiPasscode":"h98tdjepi","WiFiChannel":"5"}

 $scope.WiFiSSID = "stratux"; //settings.WiFiSSID;
 $scope.WiFiSecurityEnabled = true; //settings.WiFiSecurityEnabled;
$scope.WiFiPasscode = Math.random().toString(36).substring(4); //settings.WiFiPasscode;
$scope.WiFiChannel = "5"; //settings.WiFiChannel;    

I have hardcoded the values till they are included in the /getSettings JSON string
2017-07-10 20:38:22 -04:00
Eric Westphal e0faa71b3f Remove 'up' section from orientation procedure. 2017-07-06 19:45:01 -04:00
Eric Westphal d854fb01be Update settings display on web UI after orientation. 2017-06-28 19:09:45 -04:00
Eric Westphal 542a68fc26 Remove AHRS config from developer settings. 2017-06-13 18:14:08 -04:00
Eric Westphal 5aefc145ac Initial commit - user can set G limits for own aircraft. 2017-05-20 07:35:40 -04:00
Eric Westphal 338f1cc934 AHRS settings in the UI 2017-05-12 20:40:53 -04:00
Christopher Young 29b959afa9 Merge remote-tracking branch 'origin/master' into ahrs_dev
# Conflicts:
#	main/gen_gdl90.go
#	main/gps.go
#	main/managementinterface.go
#	main/network.go
#	web/js/main.js
#	web/plates/developer.html
#	web/plates/gps.html
#	web/plates/js/developer.js
#	web/plates/js/gps.js
#	web/plates/js/settings.js
#	web/plates/js/status.js
#	web/plates/status-help.html
#	web/plates/status.html
#	web/plates/traffic-help.html
2017-04-04 13:16:32 -04:00
Eric Westphal f1ff15031f Add UI switch to record AHRS logs. 2017-03-05 18:34:25 -05:00
Eric Westphal 1344515c93 Separate UI switches for BMP and IMU connected. 2017-03-05 17:47:38 -05:00
Eric Westphal 3c16945c92 Set orientation of AHRS sensor in UI. 2017-01-16 18:22:57 -05:00
Eric Westphal e0f794b907 AHRS calibration UI mostly done. 2017-01-08 23:04:16 -05:00
Eric Westphal 816411b3ee Replace windoze CRLF with Linux LF in web files 2017-01-07 22:45:19 -05:00
Eric Westphal a6642353d7 Add Enable_Sensors to settings UI 2017-01-07 08:05:37 -05:00
Eric Westphal c9c02e2e86 Change execution modes of non-executables 2016-12-29 06:43:00 -06:00
Jon Vadney 6198fc2ce3 add ability to set static ip from web ui when in dev mode 2016-12-25 07:03:56 +00:00
Christopher Young 0ed4c0bfb7 Remove globalSettings.AHRS_Enabled. 2016-11-17 19:01:03 -05:00
Christopher Young 6c50a96347 Remove 'AHRS_GDL90_Enabled' option. 2016-11-17 18:18:16 -05:00
Christopher Young a777e7d462 Manual merge. 2016-11-16 16:15:30 -05:00
Jim Jacobsen 9f1fd88485 Added developer mode handing from /etc/stratux.conf instead, then this allows options in the status and settings pages. Would like to add a menu option for this in the future though 2016-10-01 19:59:41 -05:00