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, 17:10 PM,
Post: #1
Bench Coding - Need help on required components
I've long been thinking on setting up coding on bench, just never had time to look into it. I have NBT, CID, KOMBI, IHKA, TBX, ZBE and emulator. I can put all these things together, but I know the whole thing would not power up until I add the required components.

What other parts do I need? FEM? Can someone point me in the right direction, links, stuff to buy (eBay or parts ID), wiring diagram...etc.

Just wanna try a few things quickly. Thanks in advance
Quote this message in a reply
24-06-2019, 17:40 PM,
Post: #2
RE: Bench Coding - Need help on required components
(24-06-2019, 17:10 PM)TokenMaster Wrote:  I've long been thinking on setting up coding on bench, just never had time to look into it. I have NBT, CID, KOMBI, IHKA, TBX, ZBE and emulator. I can put all these things together, but I know the whole thing would not power up until I add the required components.

What other parts do I need? FEM? Can someone point me in the right direction, links, stuff to buy (eBay or parts ID), wiring diagram...etc.

Just wanna try a few things quickly. Thanks in advance

hi i found some things  out please let  me know please how you geton 
thank you 
https://www.ebay.co.uk/itm/BMW-NBT-NBT-E...2940715683
Quote this message in a reply
24-06-2019, 18:14 PM,
Post: #3
RE: Bench Coding - Need help on required components
(24-06-2019, 17:10 PM)TokenMaster Wrote:  I've long been thinking on setting up coding on bench, just never had time to look into it. I have NBT, CID, KOMBI, IHKA, TBX, ZBE and emulator. I can put all these things together, but I know the whole thing would not power up until I add the required components.

What other parts do I need? FEM? Can someone point me in the right direction, links, stuff to buy (eBay or parts ID), wiring diagram...etc.

Just wanna try a few things quickly. Thanks in advance

ZGW
Quote this message in a reply
[+] 1 user says Thank You to Stromag for this post
24-06-2019, 18:16 PM,
Post: #4
RE: Bench Coding - Need help on required components
(24-06-2019, 17:40 PM)kuldip1 Wrote:  
(24-06-2019, 17:10 PM)TokenMaster Wrote:  I've long been thinking on setting up coding on bench, just never had time to look into it. I have NBT, CID, KOMBI, IHKA, TBX, ZBE and emulator. I can put all these things together, but I know the whole thing would not power up until I add the required components.

What other parts do I need? FEM? Can someone point me in the right direction, links, stuff to buy (eBay or parts ID), wiring diagram...etc.

Just wanna try a few things quickly. Thanks in advance

hi i found some things  out please let  me know please how you geton 
thank you 
https://www.ebay.co.uk/itm/BMW-NBT-NBT-E...2940715683

Yes the wiring it's required; all that ecu are enough to do a lot of test.  yes
Quote this message in a reply
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
24-06-2019, 19:00 PM,
Post: #6
RE: Bench Coding - Need help on required components
(24-06-2019, 18:52 PM)simzep Wrote:  I'm in the process of doing the same atm.

You need a can adapter and send two messages ten times a second: 


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

In my ZGW is a different VIN than in the NBT.  And it was never locked
Quote this message in a reply
24-06-2019, 19:04 PM,
Post: #7
RE: Bench Coding - Need help on required components
(24-06-2019, 19:00 PM)Stromag Wrote:  In my ZGW is a different VIN than in the NBT.  And it was never locked


Yeah it's the evo that locks up the normal nbt does not have the component pretection afaik.
Quote this message in a reply
24-06-2019, 19:10 PM,
Post: #8
RE: Bench Coding - Need help on required components
I have a PSU ready to use. I'm not planning on flashing immediately, but it's not out of the realm of possibilities, as I do have a broken NBT somewhere.

I do have a ZGW-02 8SK, but I think it's broken, so will source out a new one. I was given a part# 9284421 for ZGW-02 MId.

so, I have to dabble with CAN messages. I think I can manage that with with USB-CAN or even ELM, or maybe not. I'm just thinking of possible solution at this time.

Thanks for everyone's help, so far. Please keep 'em coming, if there's anything more to learn
Quote this message in a reply
24-06-2019, 19:18 PM,
Post: #9
RE: Bench Coding - Need help on required components
some more can bus codes:

http://www.loopybunny.co.uk/CarPC/filter...flag_KCAN2
Quote this message in a reply
24-06-2019, 19:30 PM,
Post: #10
RE: Bench Coding - Need help on required components
For ignition You need CAS or FEM or CANbridge module , other parts You have..
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
XZBMW Coding a F80 M3 race car PeterY 6 276 Yesterday, 18:59 PM
Last Post: Esysx
XZBMW 6wb cluster swap and coding xMoses 4 187 22-04-2024, 19:07 PM
Last Post: NikolaIMRS
  MGU Bench connection kimz 4 417 22-04-2024, 17:06 PM
Last Post: kimz
XZBMW M performance brake DSC2 SBRE coding Ckh091020 3 200 22-04-2024, 12:58 PM
Last Post: Ckh091020
  pulling both paddles put transmission into neutral coding tintoverano 1 107 22-04-2024, 12:42 PM
Last Post: raresh.tazz
XZBMW F20 LCI2 black panel cluster coding sqorpius 9 2,002 21-04-2024, 12:38 PM
Last Post: Adekborys69
XZBMW G01 2019 X3 - ATM Replacement/Coding Help Needed jchisholm17 10 421 18-04-2024, 21:44 PM
Last Post: jchisholm17
  TMS FRM3 F10 Coding issue mj_mj_mj 17 1,922 16-04-2024, 09:30 AM
Last Post: user_530d
  BMW F10 RHD to LHD coding? morto 12 1,484 13-04-2024, 17:32 PM
Last Post: pablito94
  E60 EVO OABR to OBD Coding painsage 13 526 12-04-2024, 10:54 AM
Last Post: painsage

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content