Difference between revisions of "Alpha esc with telemetry output"

From PaparazziUAV
Jump to navigation Jump to search
Line 62: Line 62:
=Telemetry=
=Telemetry=


A module surptisingly called "Alpha ESC" is available to read the data. Read the documantation via Doxygen or a bit, maybe autdate here
A module surprisingly called "Alpha ESC" is available to read the data. Read the documantation via Doxygen or a bit, maybe outdated here on this page...


* The Black and White cable is regular servo connector with PWM to control ESC speed output
* The Black and White cable is regular servo connector with PWM to control ESC speed output

Revision as of 11:54, 28 March 2018

Alpha ESC with telemetry output

Alpha ESC

About

The page is about the T-Motor Alpha 60A LV 500Hz 4~6S ESC but appart from the type spacifications can be refered to for all the Alpha ESC types.

Manufacturer hype

T-motor's ESC based on FOV (Sine Wave) with intelligent algorithm to satisfy the requirements of professional applications for efficient, accurate and stable motor control. Alpha series ESC's are more efficient compared to traditional ESC's using square wave driving and in combination with U series motor can achieve long flight times. Alpha Esc's features multiple protection system and its intelligent design enables to timely detect & adjust parameters such as low voltage, over current, throttle loss signal, motor lock and short circuit etc. thus prolonging the lifespan. Nano coating technology is adopted using IP55 Ingres Protection, making this ESC Anti corrosion, dust resistance and waterproof, thus allowing safe operation in any type of environments.

Alpha series ESC's are revolutionary esc based on (FOV) using Sine wave algorithm to satisfy the requirements of professional applicaitons for efficient, accurate and steady motor control. Lightweight compared to other esc's of same size using Ultra lite shell makes cooling efficient and contributes to lower temperature by 10%. Active braking functions allows recycle of energy allowing to recharge the battery when slowing down and increasing flight times.

Features:

  • Adopt FOC (Sine wave technology) to adjust parameters
  • IP55 Ingress Protection against corrosion, dust & water
  • Efficient cooling using low weight housing
  • Multiple protection functions
  • Active braking function, recycle energy
  • 6S LiPo support with 40A continuous and 60A peak
  • Low Noise, Temperature and Interference
  • Fast Response, High Efficiency
  • Match U3 KV700, U5 KV400 , MN5212 KV340 , MN7005 KV230 Only

Specifications:

  • Input Voltage Min: 18~25v (6s Lipo)
  • Max Continuous Current: 40A
  • Peak Current (10s): 60A
  • Idle Current: <50ma
  • BEC: No
  • Throttle Pos. range: 1100-1900µs
  • Throttle Refresh frequency: 500HzThrottle Response speed: 50ms
  • Size (LxWxH): 71.3x32.5x15.9mm
  • Weight: 62.8g
  • Motor Cable: 16AWG, 70mm x 3 (Silicone coated, Deep Orange)
  • Power cable: 14AWG, 175mm (Silicone wire Red/Black)
  • Signal cable: PVC flat cable with JP 3P male connector

Specs

Add more text as we come across...

Throttle Loss Protection

Multiple Protections f‘ Motor Lock-u overcunfiem “ if“) 343,35;- Pr te t' p Intelligent design enables Protection 0 C “w. . “a m.- w ALPHA ESC to timely detect Q i ‘” parameters as to voltage. Y " Y current and temperature etc. i ‘ w l A ESC will carry out adjustment 4 1 l l l, u and interference upon abnormality. thus helps prolong the life span.

Short Circuit Low Voltage Protection Protection

Telemetry

A module surprisingly called "Alpha ESC" is available to read the data. Read the documantation via Doxygen or a bit, maybe outdated here on this page...

  • The Black and White cable is regular servo connector with PWM to control ESC speed output
  • Yellow cable not used (pulses for RPM) atm,
  • Black, red and White cable is serial data, Black to GND and White cable must be connected to the serial rx port on the autopilot. diisconnect the red

An example to ad to your airframe:

<module name="esc_alpha">
  <configure name="ALPHA_ESC_PORT" value="UART5"/>
  <configure name="ALPHA_ESC_BAUD" value="19200"/>
</module>

wire it up

Alpha ESC wiering it up

Messages

To get this there is no universal ESC messageclass (Yet) in use for this. Would be nice if someone would alter and add this...(AKA open source)

Links