Skip to content
Snippets Groups Projects
  1. Feb 17, 2021
    • 13035516's avatar
      no linear control method will work because the pwm input to current output is... · 83e2110f
      13035516 authored
      no linear control method will work because the pwm input to current output is non-linear (sigmoid). Tapers off towards max current output. Matched sigmoid using python scipy.optimize.curve_fit and measured everything across input5. Also added a low-pass filter in case that comes in handy for current measurement. Changed the frequency output from 7.81kHz to 31.4kHz with a change in resolution from 1023 to 255. But 255 gives a resolution of around 1.41deg per unit and 9.8mA / unit so it's really not that bad
      83e2110f
  2. Feb 11, 2021
  3. Feb 06, 2021
  4. Feb 05, 2021
  5. Feb 04, 2021
  6. Feb 03, 2021
  7. Feb 02, 2021
  8. Feb 01, 2021
  9. Jan 28, 2021
  10. Jan 27, 2021
  11. Jan 26, 2021
  12. Jan 25, 2021
  13. Jan 22, 2021
  14. Jan 20, 2021
  15. Jan 19, 2021
  16. Jan 12, 2021
  17. Jan 11, 2021
  18. Dec 24, 2020
  19. Dec 17, 2020
  20. Dec 16, 2020
  21. Dec 11, 2020
  22. Nov 20, 2020
  23. Nov 06, 2020
  24. Oct 31, 2020
    • 13035516's avatar
      Added a number of new classes and changes. The pwm for pins 11 and 12 have a... · 87c7746c
      13035516 authored
      Added a number of new classes and changes. The pwm for pins 11 and 12 have a 10-bit res option with no prescale divider for the clock. The config file contains the plant transfer functions. Implemented the feedforward plant driver along with the PD controller and plant with switching modes between current measuring and motor driving.
      87c7746c
  25. Oct 27, 2020
  26. Oct 25, 2020
  27. Oct 21, 2020
    • 13035516's avatar
      Added i2c for current sense (note only works if wired via power supply,... · d379c027
      13035516 authored
      Added i2c for current sense (note only works if wired via power supply, accelerometer to angle conversions implemented. For motor, measure via the y axis, minor reconfiguring of libraries. Note that PING is used elsewhere in other libraries. Might be better to call it 'COMPING' or 'SERPING'
      d379c027
  28. Oct 06, 2020
  29. Sep 24, 2020
  30. Sep 03, 2020