Toshiba CAN ESCs¶
ToshibaCAN ESCs are high-end ESCs that allow control and feedback using a custom CAN protocol. Some additional specifications:
- FOC which should result in about 10% longer flight times while also being quieter than non-FOC ESCs
- Up to 7S batteries (future versions are planned for up to 12S), 50Amps
- Up to 12 motors
- Fast sync issue recovery time (100ms to 150ms)
- Relatively lightweight
- Designed and manufactured in Japan
Note
Support for these ESCs is included in Copter-3.7 (and higher), Plane-3.10 (and higher) and Rover-3.5 (and higher)
Where To Buy¶
These ESCs can be purchased by directly contacting the following companies (replace “AT” with “@” in the email addresses)
- Toshiba USA: Alan.Li AT taec.toshiba.com
- Hikari Alphax Japan: masaki_nakamura AT h-ax.com
CAN splitter boards are also required, the boards used in the above video were provided by EAMS Lab but these are also not readily available for sale.
Connection and Configuration¶
- ESCs should be daisy chained together using CAN splitter boards and then one 4-pin CAN cable should be connected to the flight controller’s CAN port. Note that the last splitter board has a terminator (i.e. no port) on one side.
Warning
If using a Cube autopilot, the CAN1 and CAN2 labels are reversed. These instructions assume the ESCs are connected to the CAN1 port which is labelled “CAN2” on Cube autopilots
- Set the dip switches on each ESC to specify its unique number. This number also maps the ESC to an equivalent PWM output on the back of the flight controller. For example ESC 1 will react just like a normal PWM ESC connected to the flight controller’s MAIN OUT 1. By default this mapping also matches the motor order diagrams.
- Set CAN_D1_PROTOCOL = 3 (ToshibaCAN)
- Set CAN_P1_DRIVER = 1 (First driver) to specify that the ESCs are connected to the CAN1 port
- Set MOT_PWM_MIN = 1000 and MOT_PWM_MAX = 2000 so ArduPilot uses an output range that matches the ESCs input range
- Set MOT_SPIN_ARM = 0.03 meaning the motors will spin at 3% of full thrust when armed
- Set MOT_SPIN_MIN = 0.05 meaning the motors will spin at no less than 5% of full thrust when flying