1. 04 Mar, 2020 1 commit
  2. 03 Mar, 2020 2 commits
  3. 02 Mar, 2020 3 commits
  4. 01 Mar, 2020 1 commit
  5. 19 Feb, 2020 1 commit
  6. 18 Feb, 2020 3 commits
  7. 17 Feb, 2020 1 commit
  8. 14 Feb, 2020 2 commits
  9. 13 Feb, 2020 2 commits
  10. 05 Feb, 2020 1 commit
  11. 25 Jan, 2020 10 commits
  12. 17 Jan, 2020 5 commits
  13. 16 Jan, 2020 1 commit
  14. 03 Jan, 2020 2 commits
  15. 02 Jan, 2020 3 commits
  16. 30 Dec, 2019 2 commits
    • Jithu Joseph's avatar
      management/base.py: Calibration switch for Arduino · 65e37665
      Jithu Joseph authored
      Arduino calibration values vary from 0 - 180. This is different from
      PCA9685 for which the calibration values vary from 0 - 1500.
      
      Add --arduino switch to the calibrate command to accomodate this.
      
      More details in actuators.md -
      "Note that 90 is the usual midpoint (i.e. 1.5 ms pulse width at 50 Hz),
      so it is recommended to start with 90 and adjust +/- 5 until you figure
      the desired range for steering / throttle."
      65e37665
    • Jithu Joseph's avatar
      parts/actuator.py: Add Arduino drive-train support · d480637e
      Jithu Joseph authored
      Arduino board can be used to generate the PWM signals for controlling
      steering/throttle of the car.
      
      Standard Firmata sketch needs to be loaded on the Arduino to allow it
      to be managed from the host-cpu runnig python app.
      
      Native arduino drive train support is particularly useful for combo
      boards like LattePanda with builtin cpu/Arduino.
      d480637e