Hi Everyone,
I am trying to read the UART data postback of T-Motors Thunder 300A 24s ESC. Firstly, I successfully read the data from a single ESC to my PC using FTDI cable on RealTerm. However, I cannot read the data through CubeOrange on Mission Planner. I have connected the Telemetry lines of ESC to GPS1 (Serial 4) of CubeOrange. This is the data package format in the datasheet:
Data package format:SPD:XXXX TMOS:XXXX TMOT:XXXX TMCX:XXXXXXXXXXXXCURI:XXXX VOLT:XXXX PWAC:XXXX SYS:XXXXXXXXXXXX
DBG:XXXXXXXXXXXX。
SPD:XXXX RPM
TMOS:XXXX ESC temperature(℃)。
TMOT:XXXX Motor temperature(℃,retention data)。
TMCX:XXXXXXXXXXXX (debug retention data)。
CURI:XXXX Motor current( X 0.01 A) 。
VOLT:XXXX supply voltage( X 0.01 V) 。
PWAC:XXXX Power Ripple(ebug retention data) 。
SYS:XXXXXXXXXXXX (ebug retention data) 。
DBG:XXXXXXXXXXXX (ebug retention data) 。
It does work for T-Motors, but this Lua script is to be used with a Datalink V2. What if I have to take data from a single ESC, or let’s say without the Datalink V2?
Hi all,
I am using also the T-Motor Thunder 300A 24S ESC and actually wondering if I can send information through the cube orange or if I have to use a specific datalink.
Did you get chance to find a solution ?
Hi Bruno,
So far, I have retrieved data from a single Thunder ESC and displayed it in Mission Planner. To do this, I modified the Hobbywing Datalink lua script (link provided in this topic by @amilcarlucas).
Now I have to combine the data from all four ESCs.
Hi Everyone
I had a similar problem with the T-Motors 200A 24S ESC. I tried to download the lua script but I didn’t get any data. I also tried getting data through the FTDI cable to the Putty terminal and again got nothing.
What could be another problem?
Ardupilot version 4.5.6. connected telemetry lines to Telem 2 CubeOrange
Great Work @Scautinaus !
I was trying to get the same with CAN-BUS as per T-Motor support, and got nothing useful from them.
I just want to make sure how I can solve my issue with your awesome work.
I need to connect the 3 wire cable (yellow,green,gray) to the datalink , and connect it to a free UART ?
Thanks in advance for your help.!