Votol em100 Canbus Protocols

hello
need help. anyone have use canbus to sent signal like throttle position sensor tps to votol em550.
actually am using teesy 4.0 as vcu to get control everything inside logic for safety reason
 
I mean, you're attempting to reverse-engineer a complex electrical system. If you have confirmed that no simpler methods of activating the controller don't work, it is actually on on the larger battery and waiting to receive the CAN payload to turn on, then I think this is the most straightforward and safe option to follow.

You will need some sort of programmable microcontroller ideally with onboard CAN and a bus transceiver (ideally on a breakout board). I am personally using STM F103 (blue pill board) and TJA1050. It is possible to use a microcontroller without CAN, but then you will need a dual controller-xceiver adapter board that will talk to it via e.g. SPI.

The setup is pretty straightforward. Hook up bus to the adapter, hook up adapter to microcontroller. Software can be written in your embedded framework of choice - I recommend Embassy but Arduino will work fine too. You can look at my Votol repository for example communication with the controller and steal that code if you want.

All of that is relatively straightforward and safe as long as you do preliminary reading and research.

I would make a new thread specifically for your setup if you decide to try this, as it will likely generate a lot of replies during support, which would spam this thread unnecessarily.
Yes. I would absolutely love to give this a go. I’ll gather the items I need and shoot you a message if that’s okay?
 
I would prefer to use hexadecimal notation - so after powered on my 150/2-SP also writes endlessly repeating the following 4 frames to the CAN-bus:

can0 100955A0 [8] F6 01 FB FF 00 00 42 E6
can0 100855A0 [8] C2 3A 08 64 00 00 09 C0
can0 10261023 [8] 1A BE 00 00 00 00 04 00
can0 10261022 [8] 06 70 00 00 F6 01 FB FF

Some of the bytes may vary if I switch the controller off and on again. The answer of SiaEcosys' support is: "That is our SIA CAN communication protocol, it can not be turned off. If you don't need it, just ignore it."
Would this data be used to power on the controller, display and whatnot on Siaecosys votol?
 
Back
Top