Skip to content

Releases: T-frog/tf-2md3-firmware

v0.3.0-rc2

26 Apr 09:44
2c9d607
Compare
Choose a tag to compare
v0.3.0-rc2 Pre-release
Pre-release
Initialize torque_offset (#57)

v0.3.0-rc1

17 Apr 05:36
ea8e2f7
Compare
Choose a tag to compare
v0.3.0-rc1 Pre-release
Pre-release
Re-organize mainloop and interrupt operations (#49)

* Reduce operations in PWM interrupt handler

* Reduce mainloop CPU usage

* Fix absolute angle calculation

* Move utility functions to utils.h

* Change interrupt priority

* Avoid using partially initialized params

* Fix wrong conflict resolve

* Initialize continuous angle variable properly

* Fix velocity calculation init

v0.3.0-rc0

06 Mar 07:23
f9666a8
Compare
Choose a tag to compare
v0.3.0-rc0 Pre-release
Pre-release

Release candidate of v0.3.0

v0.2.0

01 Jun 11:50
97c581d
Compare
Choose a tag to compare

New features (from v0.1.3)

  • RS485 daisy chain
  • Binary parameter embedded modes
  • Control without incremental encoder
  • Support for very high-resolution encoder
  • New option to increase encoder sampling frequency

Bug fixes (from v0.1.3)

  • Fix usb descriptors for the correct operation on Mac
  • Fix PI control feedback overflow
  • Fix USB buffer overflow handling
  • Fix P gain on non-default control cycle setting
  • Improve timestamp accuracy

devel-encoder-index

31 Jul 02:51
Compare
Choose a tag to compare
devel-encoder-index Pre-release
Pre-release
Merge branch 'master' into encoder-index