Unfortunately we do not accept new members for free, Now Registration cost 30€, if you are interesting Send Email to [email protected]

Bench Coding - Need help on required components
24-06-2019, 18:52 PM, (This post was last modified: 24-06-2019, 19:03 PM by simzep.)
Post: #5
XZBMW  RE: Bench Coding - Need help on required components
I'm in the process of doing the same atm.

You need a can adapter and send two messages ten times a second with 500k and don't forget the 120Ohm termination on both sides: 


Code:
static tCAN message1;

   message1.id = 0x130; //formatted in HEX
   message1.header.rtr = 0;
   message1.header.length = 5; //formatted in DEC
   message1.data[0] = 0x45;
   message1.data[1] = 0x40;
   message1.data[2] = 0x22; //formatted in HEX
   message1.data[3] = 0x8F;
   message1.data[4] = 0xFE;

   static tCAN message2;

   message2.id = 0x12F; //formatted in HEX
   message2.header.rtr = 0;
   message2.header.length = 8; //formatted in DEC
   message2.data[0] = 0x37;
   message2.data[1] = 0x7C;
   message2.data[2] = 0x8A;
   message2.data[3] = 0xDD; //formatted in HEX
   message2.data[4] = 0xD4;
   message2.data[5] = 0x05;
   message2.data[6] = 0x33;
   message2.data[7] = 0x06;

I'm using a SparkFun Can shield on an ardiuino.

If you want to flash you will need a zgw/zgw preferred 4sk or 8sk (Important: Change the ZGW vin to the desired NBT vin or it will lock.)

As a PSU just get an old PC Power Supply all components use 12V anyways.

Just get a quadlock extension like this and cut it for the main connection.

Interesting links and part numbers in no particular order:

Code:
http://www.bmw-etk.info/teile-katalog/prd/BMW/VT/P/F01/Lim/740dX/ECE/L/A/2011/01/52541/61/61_2350/61359322532 ZGW connectors

61139299610 OABR Connector
61119374919 OABR pins

https://3.bp.blogspot.com/-VVf_BRHoAIg/V9-JmHsfKWI/AAAAAAAADUg/j2BfH_SfweMzCrVqMvFK2h7AtuZ7Tig7QCEw/s1600/NBT-EVO-coding-cable.jpg OABR wiring

https://www.develektro.com/Produktpalette_3246 ZGW stuff

can wiring https://www.e90post.com/forums/attachment.php?attachmentid=1969408&d=1547137226

OABR to ATM wiring
Code:
OABR socket:
61139299610
OABR pins:
61139230105
pinout:
evo side:
2: ETH ATM RX-
4: ETH ATM RX+
8: ETH ATM S
17: ETH CODING TX+ to RJ45 pin 1 and/or OBD2 pin 12
18: ETH CODING RX+ to RJ45 pin 3 and/or OBD2 pin 3
19: ETH CODING TX- to RJ45 pin 2 and/or OBD2 pin 13
20: ETH CODING RX- to RJ45 pin 6 and/or OBD2 pin 11
atm side:
2 - ETH + to evo pin 4
3 - ETH S to evo pin 8
4 - ETH - to evo pin 2
7 - KCAN2 High to retrofit adapter KCAN2 lines
9 - KCAN2 Low to retrofit adapter KCAN2 lines
Passthrough mic, bmw assist:
15 - Mic + to head unit quadlock 17
16 - Mic - to head unit quadlock 22
17 - Mic S to head unit quadlock 33
18 - Mic S to microphone
19 - Mic - to microphone
20 - Mic + to microphone

54pin connector:
48 -> KCAN H on NBT
49 -> KCAN L on NBT

18pin connector:
9 -> OABR 18 (RX+)
11 -> OABR 17 (TX+)
12 -> OABR 19 (TX-)
13 -> Quadlock 29 (ETH-A)
18 -> OABR 20 (RX-)
Reputation: +1 - gpdriver [+1]
Quote this message in a reply
[+] 2 users say Thank You to simzep for this post


Messages In This Thread
RE: Bench Coding - Need help on required components - by simzep - 24-06-2019, 18:52 PM
RE: Bench Coding - Need help on required components - by Weebyx - 06-09-2019, 07:24 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Bmw f30 xdrive disable coding hero3838 5 120 2 hours ago
Last Post: hero3838
  Secure coding in BMWs (unit list) Node 88 15,303 Yesterday, 02:05 AM
Last Post: champuser-riven
XZBMW E39 Rain Light Sensor / Auto Headlight Retrofit Coding bmw335coding 1 69 31-05-2024, 06:43 AM
Last Post: Vojno
XZBMW Coding bmw f26 Adaptative LED (FRM) wellcome light angel eyes max bright ruben_17non 5 421 28-05-2024, 23:07 PM
Last Post: ruben_17non
XZBMW BMW Lane change assistant Coding Zenel6GT 4 302 28-05-2024, 17:22 PM
Last Post: Zenel6GT
XZBMW F25 Hud retrofit with EVO and 6WB kombi coding simplextibi 0 64 26-05-2024, 15:54 PM
Last Post: simplextibi
  ID8 with BCP on bench, can't turn on ignition Matthew53 1 208 23-05-2024, 21:39 PM
Last Post: Matthew53
XZBMW coding drl taillight x3 g1 with esys kwastmichiel 12 1,408 22-05-2024, 11:57 AM
Last Post: Richard_1360
XZBMW BMW E71 EGS coding 8HP70 used BS68 10 603 21-05-2024, 20:56 PM
Last Post: Batje
XZBMW BMW G05. Coding(delete) Electric Tow Bar TIGHTFIN 3 170 21-05-2024, 15:56 PM
Last Post: kimz

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content