Commit Graph

108 Commits

Author SHA1 Message Date
Anthony Good
f56f803567 2017.05.13.01
Added the \V command to FEATURE_CLOCK to set timezone offset
2017-05-13 12:22:48 -04:00
Anthony Good
886827f580 2.0.2017042401
configuration.brake_az_disabled is now set to 0 (not disabled) when initializing eeprom (Thanks, Patrick, TK5EP)
2017-04-24 20:45:41 -04:00
k3ng
f4e384b00c 2.0.2017041901
Fixed bug - when azimithal rotation was in progress and an azimuth heading that was within the tolerance was submitted, rotation was not stopped (Thanks, Laurent, F6FVY)
2017-04-19 17:16:12 -04:00
Anthony Good
380ee24fa1 2.0.2017010102
Fixed bug in FEATURE_ELEVATION_CONTROL with brake control (Thanks, zoobie40)
2017-01-02 11:03:26 -05:00
Anthony Good
f57e8a4bb7 Merge branch 'master' of https://github.com/k3ng/k3ng_rotator_controller 2017-01-02 10:56:56 -05:00
Anthony Good
1b6d0db151 2.0.2017010101
Minor update in comments in settings files
2017-01-02 10:55:51 -05:00
Anthony Good
b288872c79 Merge pull request #35 from ppapadeas/readme-license
Added README and LICENSE.
2016-10-30 18:20:23 -04:00
Pierros Papadeas
050e20b860 Added README and LICENSE. 2016-10-30 13:13:04 +02:00
Anthony Good
f60629caa1 moved code into subdirectory to better play with Arduino IDE 2016-10-28 18:24:12 -04:00
Anthony Good
e4bf80dad3 2.0.2016102201
Fixed bug with FEATURE_AZ_POSITION_HH12_AS5045_SSI, negative offset, and crossing between 359 and 0 degrees
2016-10-22 10:26:34 -04:00
Anthony Good
1b5c755619 2.0.2016100301
FEATURE_AZ_POSITION_ROTARY_ENCODER_USE_PJRC_LIBRARY and FEATURE_EL_POSITION_ROTARY_ENCODER_USE_PJRC_LIBRARY ready for testing
2016-10-03 23:27:51 -04:00
Anthony Good
ebf0f0c01c OPTION_HH12_DONT_GO_HI_END_OF_CYCLE added for hh12 library 2016-09-28 13:34:19 -04:00
Anthony Good
ba24c61885 2.0.2016092501
Working on FEATURE_AZ_POSITION_ROTARY_ENCODER_USE_LIB and FEATURE_EL_POSITION_ROTARY_ENCODER_USE_LIB
      Fixed bug with last row of LCD display getting blanked out
      FEATURE_TEST_DISPLAY_AT_STARTUP
      Noted in various settings files that AZIMUTH_STARTING_POINT_DEFAULT and AZIMUTH_ROTATION_CAPABILITY_DEFAULT are used only for initializing EEPROM
      Fixed an issue with FEATURE_AZ_POSITION_HH12_AS5045_SSI and FEATURE_AZ_POSITION_INCREMENTAL_ENCODER using AZIMUTH_STARTING_POINT_DEFAULT rather than azimuth_starting_point variable
2016-09-26 21:04:44 -04:00
Anthony Good
77f2098b01 2.0.2016090801
Corrected error in FEATURE_ROTARY_ENCODER_SUPPORT ttable (thanks, frye.dale)
2016-09-08 20:41:27 -04:00
Anthony Good
1782c02be8 2.0.2016090702
Implemented simpler fix for issue 30 - incorrect index for row_override: byte row_override[LCD_ROWS+1];
2016-09-07 21:08:36 -04:00
Anthony Good
a8f0579ecf typo fix on CODE_VERSION 2016-09-07 21:05:47 -04:00
Anthony Good
d8b06b95ea 2.0.20160090701
I screwed up.  I blew away F6FVY's pull request 29.  Restoring that.  There was a bug in the merged code that caused compile issue I was working on in 2.0.2016083001
2016-09-07 21:04:11 -04:00
Anthony Good
a32b406582 2.0.2016083001
Re-merged changes manually from dfannin submitted issue 30 - incorrect index for row_override; pull request 31
      (Couldn't get pull from git to compile correctly, not sure why)
2016-09-07 20:38:56 -04:00
Anthony Good
82291ceb9b Merge pull request #31 from dfannin/master
#30 incorrect index for row_override
2016-08-30 17:08:27 -05:00
Anthony Good
440a2bdbe7 Merge pull request #29 from f6fvy/master
Azimuth starting point, azimuth rotation capability and brake capability are stored in the EEPROM
2016-08-30 17:05:16 -05:00
David Fannin
90ff66e88c #30 incorrect index for row_override 2016-08-30 08:54:49 -07:00
F6FVY
8b9719e4ea Azimuth starting point, azimuth rotation capability and brake capability are stored in the EEPROM
- EEPROM magic number set to 106
- \Ix[x][x] - set az starting point
- \I - display the current az starting point
- \Jx[x][x] - set az rotation capability
- \J - display the current az rotation capability
- \Kx - force disable the az brake even if a pin is defined (x: 0 = enable, 1 = disable)
- \K - display the current az brake state
- \Q - Save settings in the EEPROM and restart
2016-08-17 01:40:49 +02:00
Anthony Good
929a3115d3 2.0.2016071801
Fixed bug with Maidenhead not being calculated when FEATURE_MOON_TRACKING or FEATURE_SUN_TRACKING wasn't compiled
2016-07-18 15:48:24 -04:00
Anthony Good
aee70de0e9 2.0.2016051501
Fixed bug in submit_request() with slow down (Thanks Olli, DH2WQ)
2016-05-15 20:20:09 -04:00
Anthony Good
7ed7fc4280 2.0.2016042801
Fixed compilation error with FEATURE_AZIMUTH_CORRECTION and FEATURE_ELEVATION_CORRECTION
2016-04-28 21:48:12 -04:00
Anthony Good
7f33ce0fba 2.0.2016032901
Fixed issues with FEATURE_RFROBOT_I2C_DISPLAY compiling
      Corrected notes in features files about customizing features in rotator_k3ngdisplay.h
2016-03-29 21:42:37 -04:00
Anthony Good
b2830db59b Merge pull request #24 from tlrobinson/fix-wire-path
Fix path to Wire.h
2016-03-29 08:08:45 -04:00
Tom Robinson
03ea5e7c3d Fix path to Wire.h 2016-03-28 21:57:35 -07:00
Anthony Good
07a73c333f 2.0.2016031001
OPTION_DISPLAY_HEADING_AZ_ONLY with settings LCD_AZ_ONLY_HEADING_ROW, LCD_AZ_ONLY_HEADING_FIELD_SIZE
      OPTION_DISPLAY_HEADING_EL_ONLY with settings LCD_EL_ONLY_HEADING_ROW, LCD_EL_ONLY_HEADING_FIELD_SIZE
2016-03-10 23:32:22 -05:00
Anthony Good
a591a8a78e 2.0.2016030501 FEATURE_SAINSMART_I2C_LCD 2016-03-05 21:57:06 -05:00
Anthony Good
7296d7d681 2.0.2016030402
OPTION_SEND_STRING_OUT_CONTROL_PORT_WHEN_INITIALIZING
2016-03-04 19:48:19 -05:00
Anthony Good
a5027c0111 2.0.2016030401
Changed I2C_LCD_COLOR default to WHITE
2016-03-04 19:30:53 -05:00
Anthony Good
0151272d12 2.0.2016030201
Fixed FEATURE_ADAFRUIT_BUTTONS to work with k3ngdisplay library and updated k3ngdisplay library to support Adafruit RGB display buttons
2016-03-02 21:31:59 -05:00
Anthony Good
7c85a2e72b fixed issue with FEATURE_YWROBOT_I2C_DISPLAY not compiling in Wire support 2016-03-02 20:30:15 -05:00
Anthony Good
b484828f3e 2.0.2016030101
FEATURE_AZ_POSITION_HH12_AS5045_SSI: AZIMUTH_STARTING_POINT_DEFAULT used in heading calculation now
2016-03-01 08:24:15 -05:00
Anthony Good
5ddcfbe374 did hack to prevent debug library errors when Ethernet functionality is compiled in 2016-02-13 15:57:06 -05:00
Anthony Good
b97e45b544 restructured library directory 2016-02-13 11:06:38 -05:00
Anthony Good
7686e2d609 file cleanup 2016-01-23 12:09:15 -05:00
Anthony Good
2150ce3397 2.0.2016012301
Further work to get k3ngdisplay files to play with Arduino IDE 1.6.7

    All library files should be placed in \sketchbook\libraries\some-directory\ in order to compile in Arduino IDE 1.6.7
    Anything rotator_*.* should be in the ino directory!
2016-01-23 12:07:33 -05:00
Anthony Good
165a1fa58d 2.0.2016012101
Fixed bug with OPTION_REVERSE_AZ_HH12_AS5045 and OPTION_REVERSE_EL_HH12_AS5045
2016-01-21 00:40:49 -05:00
Anthony Good
8fe5db64fb 2.0.2016012001
Fixed bug with DEBUG_GPS_SERIAL and also improved GPS port reading
2016-01-20 21:58:57 -05:00
Anthony Good
0254044ed9 2.0.2016011801
Fixed compilation bug involving last_moon_tracking_check_time and last_sun_tracking_check_time with some combinations of features
2016-01-18 17:32:05 -05:00
Anthony Good
e84aa5b0e3 2.0.2015122901
Corrections to bug fixes involving OPTION_CLOCK_ALWAYS_HAVE_HOUR_LEADING_ZERO (Thanks, UA9OLB)
2015-12-29 14:25:00 -05:00
Anthony Good
c5da857868 2.0.2015122802
Bug fixes involving buttons and OPTION_EL_MANUAL_ROTATE_LIMITS (Thanks, UA9OLB)
2015-12-28 21:49:50 -05:00
Anthony Good
8bd614d678 fixed typo in rotator_features.h 2015-12-28 21:23:32 -05:00
Anthony Good
27e5031320 2.0.2015122801
Bug fixes involving OPTION_CLOCK_ALWAYS_HAVE_HOUR_LEADING_ZERO (Thanks, UA9OLB)
2015-12-28 21:21:55 -05:00
Anthony Good
181da074b6 2.0.2015122001
Created OPTION_REVERSE_AZ_HH12_AS5045 and OPTION_REVERSE_EL_HH12_AS5045
2015-12-20 18:36:20 -05:00
Anthony Good
0da087832b 2.0.2015121801
Fixed bug in update_display() with display always showing DOWN with elevation rotation (Thanks, UA9OLB)
2015-12-18 19:57:11 -05:00
Anthony Good
0ab46711dd disabled FEATURE_AZ_PRESET_ENCODER and FEATURE_EL_PRESET_ENCODER by default 2015-12-04 21:26:18 -05:00
Anthony Good
ffe20694ef 2.0.2015112501
Fixed FEATURE_YWROBOT_I2C_DISPLAY with updated k3ngdisplay.h and k3ngdisplay..cpp.  Pin settings are back in rotator_pins.h.
2015-11-25 12:58:02 -05:00