Myxa integration with ArduPLANE via UAVCAN

I am currently attempting to take advantage of one of the first consumer-available FOC controllers (Zubax Myxa) on vehicles powered by Arduplane. Although there are numerous interface options available, I have chosen CAN for its advantages in monitoring battery and ESC status. There are a few issues that have come up as barriers.

#1. Ardupilot does not currently log or transmit UAVCAN ESC information to the autopilot. I am interested in viewing current draw and RPM information from a GCS in order to monitor the propulsion system health. Logging is also important, however I understand this is an ardupilot feature problem, not a zubax problem.

#2. There is no automated brake feature available at idle. This is critical for safety and landing reliability. When props spin at 0 throttle (freewheeling), they can often dig into the ground and damage themselves on belly landing planes. This is a problem for both folding props and fixed props. Although phase manipulation works to really lock in the props, other traditional inexpensive ESC’s do a good job of allowing a little slow movement while resisting speed. They act more like an extreme damper more than an active brake, and it really helps knock props into a safe position even if they contact the ground on landing. In the current setup, it’s actually better to keep the props spinning at minimum speed rather than let them freewheel to a much higher velocity.

#3. Kucher is only available to Linux. The quick-start guides are good for anyone who knows linux intimately, but not for a standard/advanced windows user. These devices can only be set up by the linux program, and unfortunately that is significantly restricting the market. I am quite computer literate, but I still had to have a programmer friend of mine help. I was also informed that updating any of the programs on ubuntu would result in Kucher not working, so now I have to be mindful of what I do. The windows program really needs to be developed - it’s been proposed for over a year from what I read, and it’s still not done. In addition, the Kucher program does not allow saving or uploading parameters to multiple devices - you must individually enter each and every parameter for multiple devices. On something like an octopter or for multiple builds, this would get annoying fast. Most set-up programs (like blheli suite) have a save/load parameters feature that is very helpful.

#4. Parameters have little/no documentation. Although they have good names, there is no description on most of them unless you happen to stumble on them in the quickstart guide… on the forum. A forum is no place for reliable documentation in my opinion, and I can’t seem to find a resource for the other parameters or what they do.

Thank you for the feedback, Nathan. The Telega project is still in its somewhat early days, so a lot remains to be done.

  1. Yes, we intend to sponsor some ArduPilot development once UAVCAN v1.0 is solidified. We are planning to help the ArduPilot project to adopt UAVCAN v1.0 as quickly and painlessly as possible. You can track this effort here:
  1. This feature request has been registered internally, expect availability in v0.3 or v0.4.

  2. Yes, the currently released version of Kucher is v0.1, so it is more of a proof-of-concept rather than a finished solution. There will be a Windows version eventually.

  3. We are working on comprehensive user documentation, like what we have for our other products.

2 Likes

This answer is from March. Now is October.
Was there any progress on this? How good is the UAVCAN integration of Myxa in Ardupilot? Can we get current and RPM information out of each esc?

The UAVCAN v1.0 completion is taking longer than expected. We are focused on the PX4 stack in the first order since that’s what most of the professional/industrial adopters use (among our customers), although it doesn’t mean that ArduPilot is irrelevant.

Kucher for Windows is now available:

The rest should be updated soon.

Our industrial customer needs the integration with Ardupilot because of the superior feature set when compared with PX4 firmware.
We already bought six Myxa A ESCs from you. Will we at least be able to control them ?

You can do it already, no need to wait for anything. The answer was concerning UAVCAN v1.0. Using UAVCAN v0 you can run Myxas with ArduPilot: DroneCAN ESCs — Copter documentation