Skip to content
Snippets Groups Projects
  1. Dec 04, 2018
  2. Dec 02, 2018
  3. Nov 26, 2018
  4. Nov 25, 2018
  5. Feb 20, 2018
  6. Aug 26, 2017
    • David Sidrane's avatar
      px4fmu-v5:Extend PWM LED definitions to suport polarity, drive and swaps · 3e46b5d0
      David Sidrane authored
         Added palarity mask to support active low drive on per channel
         bassis.
      
         Added open drain drive type when the enables are active low to
         ensure the LED are off when supplied form 5 volts.
         For active Push Pull is used. Active low drive is recomended.
      
         Added support for test HW that had the R and G LED signals
         swapped.
      3e46b5d0
  7. Jul 18, 2017
  8. Dec 21, 2016
  9. Feb 01, 2016
  10. Jan 29, 2016
    • Andrew Tridgell's avatar
      pwm: change default_value for all boards from 1000 to 0 · b8a60f25
      Andrew Tridgell authored
      the value '1000' is not really magic, and it was resulting in sending
      a single 1ms pulse on all IO channels for a brief instant on
      startup. With some servos this led to the control surfaces being at
      extremes (and straining) on startup. It may also contribute to making
      ESC calibration harder on multi-rotors
      
      In the worst case it could cause a IC motor with reverse throttle to
      go full throttle on startup
      
      A logic analyser shows the problem very clearly. Changing the
      default_value fields to 0 from 1000 fixes the issue and no pulses are
      generated until an explicit value suitable for the airframe is
      provided via one of the many methods PWM output values can be
      generated
      
      Conflicts:
      	src/drivers/boards/px4fmu-v4/px4fmu_pwm_servo.c
      	src/lib/ecl
      b8a60f25
  11. Aug 03, 2013
  12. Jul 30, 2013
  13. Jul 08, 2013
  14. Apr 07, 2013
  15. Apr 01, 2013
  16. Oct 31, 2012
  17. Oct 24, 2012
  18. Sep 14, 2012
  19. Aug 22, 2012
  20. Aug 05, 2012
Loading