You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
HI
I don’t know if I am doing thing right.
After read my CAN (B) I have a log about 30 seconds, I think enough to see the data.
Analyzing the data received from CAN 0x000C I read the offset 36, length 4 in order to check the language. The data[4] is 0xF4 (dec 244;bin 11110100) seeing the last 4 bits (0100 = dec4=Spanish), therefore, it is correct.
This meaning that I have reading OK.
But when I read the bit offset 25 (data[3] from the same Id) the value is 0x40 (dec 64;bin 01000000), I was very surprised because the value of the offset 25 is “1”. I understand that the “Mirror folding in with vehicle locking” is activate but it is not not active in my car. I understand that this bit is “1” when you close the car, the mirrors are folder automatically, and when the car is open, the mirrors are unfolder. In my car I can folder the mirror electrically but push a button. For me, this function is interested to have active.
Is this address bad documented? Or What is my error?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
Hello, does any body succeeded to do this project, i tried to flash the arduino with the code and install the android APP on my phone and connected the arduino to it via OTG, but the application is still saying "Error: arduino not found".
can any body help.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
HI
I don’t know if I am doing thing right.
After read my CAN (B) I have a log about 30 seconds, I think enough to see the data.
Analyzing the data received from CAN 0x000C I read the offset 36, length 4 in order to check the language. The data[4] is 0xF4 (dec 244;bin 11110100) seeing the last 4 bits (0100 = dec4=Spanish), therefore, it is correct.
This meaning that I have reading OK.
But when I read the bit offset 25 (data[3] from the same Id) the value is 0x40 (dec 64;bin 01000000), I was very surprised because the value of the offset 25 is “1”. I understand that the “Mirror folding in with vehicle locking” is activate but it is not not active in my car. I understand that this bit is “1” when you close the car, the mirrors are folder automatically, and when the car is open, the mirrors are unfolder. In my car I can folder the mirror electrically but push a button. For me, this function is interested to have active.
Is this address bad documented? Or What is my error?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: