E-Bike communication protocol

Thread Starter

MaxHeadRoom

Joined Jul 18, 2013
30,562
Anyone familiar with the communication used on E-bikes? AKA , NO. 2 COMMUNICATION PROTOCOL
I believe this is a form of I2c format. Any standards apply?
 

schmitt trigger

Joined Jul 12, 2010
2,027
I damaged the display on my Ebike, an Lectric XP3
The replacement came with a small leaflet identifying the 4 wires, B+, B-, Data+, Data-
That data structure would lead me to think that it is a differential signaling layer, like a CAN variant.
 

nsaspook

Joined Aug 27, 2009
16,251
I damaged the display on my Ebike, an Lectric XP3
The replacement came with a small leaflet identifying the 4 wires, B+, B-, Data+, Data-
That data structure would lead me to think that it is a differential signaling layer, like a CAN variant.
Sure, but as you know, there is no standard physical layer or differential signaling layer for these Ebikes. I would use CAN on a fresh design but old RS485 would work if that was the hardware given to the embedded software guys.

To know for sure, you need the exact hardware devices and interconnects.
 

Thread Starter

MaxHeadRoom

Joined Jul 18, 2013
30,562
I may choose a add on unit that is non-invasive, i.e. a stand alone/self contained add-on.
 
Last edited:

MisterBill2

Joined Jan 23, 2018
27,186
That format sounds a bit like USB. That might possibly be worth investigating. Of course, USB is a hardware spec, so it might take a lot of digging.
 

tribbles

Joined Jun 19, 2015
37
How so??
I implement it all the time?
You DO NOT need to pay any licensing fees to use RS422/485.

But I have a feeling that a licence needs to be paid for if you are using CAN (although some chips that have embedded CAN may already pay for this on your behalf). See https://electronics.stackexchange.com/questions/285611/can-bus-licensing

For personal projects, it's very unlikely if you were to be found out, but commercial and open source would be more easily discovered.

If I were to create a new device, I would be looking at free protocols over commercial ones - unless there was a distinct need for it.
 

nsaspook

Joined Aug 27, 2009
16,251
You DO NOT need to pay any licensing fees to use RS422/485.

But I have a feeling that a licence needs to be paid for if you are using CAN (although some chips that have embedded CAN may already pay for this on your behalf). See https://electronics.stackexchange.com/questions/285611/can-bus-licensing

For personal projects, it's very unlikely if you were to be found out, but commercial and open source would be more easily discovered.

If I were to create a new device, I would be looking at free protocols over commercial ones - unless there was a distinct need for it.
It just one of many IP costs in the chip biz. The CAN cost for implementation is a nothing burger in the total costs.
 

MisterBill2

Joined Jan 23, 2018
27,186
It seems to me that the main reason for using digital communications is to keep it proprietary so that all the hardware will only be available from one source.
 
Top