Typographical error.
30786819 is real.
P3 CEM part numbers:
30765624
30786819
31327994
31412971
Typographical error.
Should I remove the resistors at the CAN interfaces? I use a board with soldered ones. Are they needed? I read that this resistors are on the other side in the cars CAN bus already. I want to crack in car not at the bench.RickHaleParker wrote: ↑10 Jun 2021, 02:16If it still fails try changing the following in the code. You will find it near the top of the code.
#define SAMPLES 30 /* number of samples per sequence, more is better (up to 100) */
#define SAMPLES 100 /* number of samples per sequence, more is better (up to 100) */
SAMPLES 100 will take longer but it might get the PIN.
More SAMPLES is slower but more reliable. Fewer SAMPLES is faster but less reliable.
I found that you do not need terminating resistors on the CAN transceiver or CEM cracker.
Anyone got any tips? Hoping to get my xenons in without paying 600$.goonerm3 wrote: ↑10 Jun 2021, 00:49 Can anyone tell me what would be best to run the cracker with cem in car?
CANBed - Arduino CAN-BUS Development Kit (ATmega32U4 with MCP2515 and MCP2551)
https://www.seeedstudio.com/CANBed-Ardu ... -4365.html
or something like this and a teensy 4.0 to run the cracker code?
OBD-II CAN-BUS Development Kit
https://www.seeedstudio.com/OBD-II-CAN- ... -2993.html
Hello,RickHaleParker wrote: ↑12 Jun 2021, 15:59 Measure the CAN line resistance at the OBD2 connector without anything connected. If it is 60Ω it is terminated correctly.
How connect the PIN cracker. The 60Ω drops to 40Ω. The extra 120Ω on the CAN transceiver is unbalancing the termination.
1(1/120Ω ) = 120Ω ; Needs one.
1(1/120Ω + 1/120Ω ) = 60Ω ; Correct
1(1/120Ω + 1/120Ω + 1/120Ω) = 40Ω ; One too many.
If your Cracker is still bread boarded. Check the connections. I made heavier gauge jumpers out of Paper Clips. It made a difference. You could use solid copper wire to make heavier gauge jumpers.