You are absolutely right.Hi Nike,
I didnt decode the speedo output, I decoded the rs232 comms between the laptop and the controller. I believe most of what Ive decoded out of the data stream and how to start the data stream are a few pages back in this thread. You will need to be reasonably good at programming to do it as it involves handling a large input of serial data, splitting it into packets and then splitting said packets into values. All the values are in hex which also needs to be converted into decimal for us fleshy humans to understand.
I dont have time right now, but if its something some people want, I can an arduino library to collect and split the data. You can then do whatever you like with said data.
Doug
I saw your post above on this topic. I sneefferd on the exchange on the RX contact of the controller’s UART bus, and noticed that the bluetooth stick sends an initialization request to the controller, after which the controller begins to send a data stream as you described.
Only my controller use slightly different addresses, for example “AA 91 28 0 3C 0 33 5A 5a 6D 32 0 b4 5f 7F 6E”.
My idea is to intercept the data between the controller and bluetooth stick and use it for my speedometer readings.
From your forum post I understand that you managed to decode this data, but you presented only part of the data there, and you wrote to plan to continue working.
If possible, could you share your table of decoded data.
Nike