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.