Commit Graph

25 Commits

Author SHA1 Message Date
k3ng
51bf7686e4 2022.02.20.01
FEATURE_SATELLITE_TRACKING: Updated P13 library to have observer.update_location function.  Controller code now uses update_location rather than instantiating new Observer objects
        Updated hardcoded AO17TEST TLE
2022-02-20 19:29:11 -05:00
Anthony Good
56e6ed8233 2021.10.14.01
FEATURE_STEPPER_MOTOR
          Removed OPTION_STEPPER_MOTOR_MAX_50_KHZ.  Too much overhead from interrupts.
          Implemented faster digital writes using digitalWriteFast library (library now included in Github)
          Added OPTION_STEPPER_DO_NOT_USE_DIGITALWRITEFAST_LIBRARY to disable digitalWriteFast library use
2021-10-13 20:58:48 -04:00
Anthony Good
c66e10f280 added TimeLib to libraries folder 2021-10-08 08:53:30 -04:00
Anthony Good
9cdc072cc3 2020.07.24.01
After pulling my hair out for two days, I rewrote the satellite tracking to use the P13 library from Mark VandeWettering
      \^ command to activate and deactive satellite tracking
      \~ command to view satellite tracking status
2020-07-24 21:24:34 -04:00
Anthony Good
0a4113031b 2020.07.23.01
Lots more work on FEATURE_SATELLITE_TRACKING.  It's only outputting AO-7 in debug logs right now.
      Pushing to Github in case I get hit by a bus before I finish this.
2020-07-23 22:45:10 -04:00
Anthony Good
bdf7559bf5 added Plan13 library for FEATURE_SATELLITE_TRACKING (under development) 2020-07-22 19:35:05 -04:00
Anthony Good
f15b13e2a7 2020.07.22.01
Developing FEATURE_SATELLITE_TRACKING.  Yea.
      FEATURE_NEXTION_DISPLAY: call service_nextion_display() right after rebooting display at start up
2020-07-22 19:24:44 -04:00
Anthony Good
2a6e793c02 added FaBoLCD_PCF8574 library 2018-10-19 20:10:28 -04:00
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
ebf0f0c01c OPTION_HH12_DONT_GO_HI_END_OF_CYCLE added for hh12 library 2016-09-28 13:34:19 -04:00
Tom Robinson
03ea5e7c3d Fix path to Wire.h 2016-03-28 21:57:35 -07: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
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
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
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
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
ed576ee2a2 2.0.2015032301
Updated for Arduino 1.6.1
2015-03-23 20:28:45 -04:00
Anthony Good
090304d481 restructured with library file directory 2015-03-06 19:18:53 -05:00