Commit Graph

228 Commits

Author SHA1 Message Date
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
Anthony Good
b8166489b6 2.0.2015111502
LANGUAGE_DUTCH courtesy of David, ON4BDS
2015-11-15 17:50:02 -05:00
Anthony Good
ce1b89de7f 2.0.2015111501
Fixed issues with compilation under Arduino 1.6.6
2015-11-15 17:43:07 -05:00
Anthony Good
938f298eec fixed issue with debug.h - "arduino.h" include 2015-10-01 19:35:02 -04:00
Anthony Good
532a957671 2.0.2015092002
Fixed issue with compiling DEBUG_GPS
2015-09-20 17:36:27 -04:00
Anthony Good
eaac2af69f 2.0.2015092001
LANGUAGE_FRENCH (contributed by Marc-Andre, VE2EVN)
      fixed issue with rotator_analog_az inferring with other pins if defined but not used
2015-09-20 10:32:11 -04:00
Anthony Good
f30b31fe4b 2.0.2015090601
Updates to rotator_language.h
      Fixed k3ngdisplay.h / LiquidCrystal.h compilation problems with Arduino IDE
      Integrated DebugClass (debug.h and debug.cpp) contributed from Matt VK5ZM
2015-09-06 23:17:35 -04:00
Anthony Good
d31491476f 2.0.2015090402
#include "rotator_language.h"
        OPTION_SAVE_MEMORY_EXCLUDE_REMOTE_CMDS
        /?FS command - Full Status Report
2015-09-05 07:56:53 -04:00
Anthony Good
f0fa78eb14 2.0.2015090401
Breaking out portions of ino file into .h files...
        #include "rotator_clock_and_gps.h"
        #include "rotator_command_processing.h"
        #include "rotator_moon_and_sun.h"
        #include "rotator_ethernet.h"
        #include "rotator_stepper.h"
2015-09-04 22:06:17 -04:00
Anthony Good
077ae82ddb 2.0.2015071701
FEATURE_AZ_POSITION_INCREMENTAL_ENCODER code fixed (Thanks Daniel Cussen)
2015-07-29 22:53:42 -04:00
Anthony Good
a6ee1913c1 2.0.2015070401
gps_sync pin bug fixed
2015-07-04 10:59:58 -04:00
Anthony Good
c3614aec6e fixed issue with k3ngdisplay library that was causing it to crash with 4 row display 2015-07-04 10:35:07 -04:00
Anthony Good
8a14f504fc adding k3ngdisplay library, this time for real 2015-07-03 23:40:11 -04:00
Anthony Good
fc2ac2f757 added k3ngdisplay.h and .cpp to libraries 2015-07-03 23:37:54 -04:00
Anthony Good
86c5279e26 2.0.2015070302
FEATURE_AZ_POSITION_INCREMENTAL_ENCODER conversion to long data types (Thanks Daniel Cussen)
2015-07-03 23:14:42 -04:00
Anthony Good
30ab86de7e 2.0.2015061601
Working on converting over LCD display code to k3ngdisplay library
      #define DISPLAY_DEGREES_STRING "\xDF"
      last_az_incremental_encoder_position & az_incremental_encoder_position changed to long
      k3ng_remote_rotator_controller class

    2.0.2015070301
      Fixed compile error involving clock_temp_string in display code when compiling multiple clock display widgets is attempted
      Still working on new display code and local/remote unit cod
2015-07-03 08:33:18 -04:00
Anthony Good
2f249445ee 2.0.2015051301
Fixed bug with remote slave AZ and EL commands not returning decimal places (i.e. xxx.000000)
      Working on remote unit double backslash commands
2015-05-14 07:08:06 -04:00
Anthony Good
044b768c41 2.0.2015050401 Fixed bug with WNW being display on LCD direction indicator rather than WSW (Thanks Radek, OK2NMA) 2015-05-05 05:37:09 -04:00
Anthony Good
f331f42c47 2.0.2015040402 Fixed bug with compiling FEATURE_MASTER_WITH_ETHERNET_SLAVE without FEATURE_CLOCK 2015-04-04 07:16:04 -04:00
Anthony Good
6947468b39 2.0.2015040401
Changed configuration.azimuth_offset to use raw_azimuth rather than azimuth for calculation
2015-04-03 11:54:13 -04:00
Anthony Good
8d22d9b341 2.0.2015032801
Fixed calculation issues with FEATURE_ELEVATION_CORRECTION
2015-03-28 11:11:31 -04:00
Anthony Good
aa747b3770 2.0.2015032601
Fixed compilation isse with FEATURE_ELEVATION_CORRECTION and Arduino 1.6.x
2015-03-26 23:00:39 -04:00
Anthony Good
ed576ee2a2 2.0.2015032301
Updated for Arduino 1.6.1
2015-03-23 20:28:45 -04:00
Anthony Good
8976e9e4e8 2.0.2015031101
OPTION_SYNC_MASTER_COORDINATES_TO_SLAVE
2015-03-11 19:52:59 -04:00
Anthony Good
29fe0454be 2.0.2015030701
Improved the self reset with a non-blocking 5 second delay
2015-03-07 12:26:47 -05:00
Anthony Good
090304d481 restructured with library file directory 2015-03-06 19:18:53 -05:00
Anthony Good
69c004cca2 2.0.2015030401
Self-resetting functionality
    Fixed bug with OPTION_DISPLAY_DIRECTION_STATUS updating
2015-03-04 19:56:31 -05:00
Anthony Good
b36c5a1d4c 2.0.2015030201
Eliminated az_stepper_motor_direction and el_stepper_motor_direction.  Use rotate_* pins instead!
2015-03-02 22:40:50 -05:00
Anthony Good
f1b1322990 working on stepper motor and incremental encoder code 2015-03-02 21:21:20 -05:00
Anthony Good
cbe9fd7f61 2.0.2015021501
define BRAKE_ACTIVE_STATE HIGH
    define BRAKE_INACTIVE_STATE LOW

    OPTION_SCANCON_2RMHF3600_INC_ENCODER - thanks Jasper, PA2J
2015-02-15 14:11:41 -05:00
Anthony Good
41bc6ec491 2.0.2015020801
Correction from Johan PA3FPQ on OPTION_HH12_10_BIT_READINGS
2015-02-08 19:24:13 -05:00