Commit Graph

292 Commits

Author SHA1 Message Date
Anthony Good
ff16cf365a 2018.10.17.01
Added FEATURE_MIDAS_I2C_DISPLAY
2018-10-17 23:24:50 -04:00
Anthony Good
050aa62ab9 2018.05.16.01
Added FEATURE_AZ_POSITION_MECHASOLUTION_QMC5883 - QMC5883 digital compass support using Mechasolution library at https://github.com/keepworking/Mecha_QMC5883L
      Modified MechaQMC5883.cpp to get rid of compiler warning about ::read
2018-05-16 19:35:50 -04:00
Anthony Good
b1be2b7e6b 2018.04.21.01
Added OPTION_STEPPER_MOTOR_USE_TIMER_ONE_INSTEAD_OF_FIVE for FEATURE_STEPPER_MOTOR.  Also added TimerOne library to Github.
2018-04-21 18:42:33 -04:00
Anthony Good
9bf5fa1c33 2018.03.14.01
SET_I2C_BUS_SPEED in settings file; set I2C bus speed to help address I2C I/O time impact serial port performance
2018-03-14 12:17:40 -04:00
Anthony Good
02c2aec064 2018.03.11.01
GPS performance tweak - now ignoring gps_data_available and reading all data available on GPS port
2018-03-13 13:40:52 -04:00
k3ng
4c80d08e04 updated rotator_k3ngdisplay version 2018-03-08 13:31:26 -05:00
k3ng
b8e615b161 2018.03.08.01
Added OPTION_MORE_SERIAL_CHECKS
      Added OPTION_RFROBOT_I2C_DISPLAY_BACKLIGHT_OFF to rotator_k3ngdisplay.h
2018-03-08 13:26:14 -05:00
Anthony Good
ec2eb6dfb1 2018.03.04.01
GPS serial port reading is now paused if the GPS library has a valid sentence processed
2018-03-04 12:30:36 -05:00
Anthony Good
162a99a8a5 2018.03.03.01
Changed some formatting of the debug log output
      Added the /?CV command to query software version
2018-03-03 10:59:40 -05:00
Anthony Good
3e80a18912 2018.03.02.01
Added code to handle GPS serial data that is missing terminator characters.  Created OPTION_GPS_EXCLUDE_MISSING_LF_CR_HANDLING which disables this function.
2018-03-02 17:49:29 -05:00
Anthony Good
2a5da3653f 2018.02.24.01
Added OPTION_GPS_DO_PORT_FLUSHES
2018-02-24 09:37:35 -05:00
Anthony Good
40e1a4a825 2018.02.11.01
Merge of https://github.com/k3ng/k3ng_rotator_controller/pull/45 (Thanks, IT9IPQ)
2018-02-11 12:29:09 -05:00
Anthony Good
742a516286
Merge pull request #45 from IT9IPQ/patch-1
Warning remove
2018-02-11 12:25:08 -05:00
Paolo Impallomeni
8f8e689ee2
Warning remove
Find an warning if I compile and use the JARZEBSKI library for the HMC5883L
2018-02-09 10:10:31 +01:00
Anthony Good
2b28ad4cdf 2018.02.05.01
Disabled free memory check in DEBUG_DUMP for TEENSYDUINO to fix compilation erroring out (Thanks, Martin, HS0ZED)
2018-02-05 20:37:51 -05:00
Anthony Good
db699f743e 2018.02.02.01
Minor updates to DEBUG_ACCEL
2018-02-02 18:35:09 -05:00
Anthony Good
6f000b3a79 2018.02.01.01
Added serial port support for ARDUINO_MAPLE_MINI,ARDUINO_AVR_PROMICRO,ARDUINO_AVR_LEONARDO,ARDUINO_AVR_MICRO,ARDUINO_AVR_YUN,ARDUINO_AVR_ESPLORA,ARDUINO_AVR_LILYPAD_USB,ARDUINO_AVR_ROBOT_CONTROL,ARDUINO_AVR_ROBOT_MOTOR,ARDUINO_AVR_LEONARDO_ETH,TEENSYDUINO
2018-02-01 20:37:37 -05:00
Anthony Good
159395e256 2018.01.28.01
Enhanced master/slave link TX sniff output
2018-01-28 18:08:11 -05:00
Anthony Good
fc9fe6724c 2018.01.25.02
FEATURE_AZ_POSITION_DFROBOT_QMC5883
2018-01-25 22:12:35 -05:00
Anthony Good
59892df74f 2018.01.25.01
FEATURE_AZ_POSITION_HMC5883L_USING_JARZEBSKI_LIBRARY
2018-01-25 21:49:33 -05:00
Anthony Good
157c02cbeb fixed typos in rotator_pins.h and rotator_pins_test.h 2018-01-06 14:28:43 -05:00
Anthony Good
621eb88209
Merge pull request #42 from sq6emm/master
allowing functions to return their calculated values
2017-11-14 18:23:29 -05:00
Dawid SQ6EMM/SN6M
c0187e7687 allowing functions to return their calculated values 2017-11-11 09:07:18 +01:00
Anthony Good
5d1753e2e3 2017.09.05.01
Added FEATURE_AUDIBLE_ALERT documented here: https://github.com/k3ng/k3ng_rotator_controller/wiki/455-Human-Interface:-Audible-Alert
2017-09-05 20:23:37 -04:00
Anthony Good
b9a9ba98bf 2017.09.03.02
Added pins pin_autopark_disable and pin_autopark_timer_reset for FEATURE_AUTOPARK
2017-09-03 18:55:41 -04:00
Anthony Good
40ee8ca6e3 2017.09.03.01
Added auxiliary pins for rotate LEDs: pin_led_cw, pin_led_ccw, pin_led_up, and pin_led_down, and related settings PIN_LED_ACTIVE_STATE, PIN_LED_INACTIVE_STATE
2017-09-03 17:33:07 -04:00
Anthony Good
9785ea8eca 2017.08.14.01
Added \+ command which switched LCD azimuth display mode between normal, raw, and +overlap modes
2017-08-14 23:10:06 -04:00
Anthony Good
31662cbc40 2017.08.02.01
FEATURE_AUTOPARK created and documented here https://github.com/k3ng/k3ng_rotator_controller/wiki/705-Park-and-AutoPark
2017-08-02 21:08:45 -04:00
Anthony Good
0f4e25b5c6 2017.08.01.01
Fixed local time display bugs and local time calculation for negative offset timezones (UTC-x)
2017-08-01 22:39:42 -04:00
Anthony Good
10f972f651 2017.07.31.01
Fixed various LCD display clock options to display local time
2017-07-31 22:00:48 -04:00
Anthony Good
378a26a8a4 fixed type in version number 2017-07-24 18:02:55 -04:00
Anthony Good
0623ea1b12 2017.07.24.02
Fixed typos in a few places with "or" in if statements.  Not sure how that happened :-/  (Thanks, Russ, K0WFS)
2017-07-24 18:01:07 -04:00
Anthony Good
f74c920817 2017.07.24.01
Fixed bug with "strcat(workstring." (Thanks, Russ, K0WFS)
2017-07-24 17:55:31 -04:00
Anthony Good
0080be5f34 2017.05.13.02
Fixed bug with timezone offset functionality
2017-05-13 13:05:50 -04:00
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