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

BMW CIC - Convert: F series to E series CIC
15-04-2017, 21:25 PM,
Post: #11
RE: BMW CIC - Convert: F series to E series CIC
(15-04-2017, 21:08 PM)intel123 Wrote:  and while we are on the subject, can anyone explain to me why that eNBT adapter costs so much ? It is only simple microcontroller with 2 can transciveres, 1 uart used and few digital IO pins...

This is the big problem of retrofiting in E series emulator costs from 30 to 40% of cost of retrofit sweatingsweating

  • FSC Patch CIC/NBT/EVO/ENAV2/MGU
  • Remove Component Protection EVO/ENAV2/MGU
  • VIRGIN KAFAS/RAM/ENAV2/EVO/MGU
  • VIRGIN EGS ZF / DCT
  • Secure Coding 2.0 Type Key, FA, SFA

Please Hit Thanks [Image: tyl_add.png] and Reputation [Image: postbit_reputation.gif] if I helped you under
Quote this message in a reply
15-04-2017, 21:53 PM, (This post was last modified: 15-04-2017, 22:09 PM by intel123.)
Post: #12
RE: BMW CIC - Convert: F series to E series CIC
Yeah i agree, lets see how much interest we will get on the idea so we make it happen, im thinking about three base options for now:

1) arduino atmega328 + 2xMCP2515
2) arduino sam3x
3) stm32f

latter two are 32bit MCUs and have internal 2x CAN interfaces, so only transcievers and dc-dc converter would be needed additionally, on first option we have simple atmega328 which is 8bit and would need 2x interface + transciever so MCP2515 module would fit perfectly and dc-dc converter also. But i think for all three options even in single peace orders it would not exceed $20

and since im thinking about this, one more thing came up my mind who can help us on this, so ill talk to the doctor(Gini) tomorrow to see how he stands on this. he can make a gui and we can make then fully open source CAN device which can be anything: can gateway, can bridge, can filter, can emulator, enbt emulator etc.

[Image: 18.08.44-17.09.18.gif]
BlackBOX Sistemi, Automotive   
Visit this user's website
Quote this message in a reply
[+] 6 users say Thank You to intel123 for this post
15-04-2017, 22:11 PM,
Post: #13
RE: BMW CIC - Convert: F series to E series CIC
The price charged for a product are factors of the actual HW involved, what the market will bear and what it cost in time to develop. I can image that to map all the messages from E series to F series took a fair amount of time with trial and error - if there was a document, if would be easy but it isn't that simple.

It does seem expensive but to duplicate from scratch would be a significant effort.

Email: [email protected]  Skype: [email protected]
HU Engineering Tool
MGU Engineering Tool - now with field update mode via Feature Installer.
Coding 2.0
Quote this message in a reply
15-04-2017, 22:13 PM, (This post was last modified: 15-04-2017, 22:57 PM by intel123.)
Post: #14
RE: BMW CIC - Convert: F series to E series CIC
Can messages are almost the same, it is mainly different baud rate 100k->500k smile and they are all well documented, its just not public, same as all of these devices schematics and everything else.

[Image: 18.08.44-17.09.18.gif]
BlackBOX Sistemi, Automotive   
Visit this user's website
Quote this message in a reply
16-04-2017, 03:53 AM,
Post: #15
RE: BMW CIC - Convert: F series to E series CIC
I think the whole thing in the bootloader, you need to change it.
Remake the same combox from the f-series in the e-series!
Quote this message in a reply
16-04-2017, 06:44 AM,
Post: #16
RE: BMW CIC - Convert: F series to E series CIC
The hardware emulator sounds like an excellent idea, I think an affordable solution would be wildly popular. The existing emulator costs as much as the NBT hardware itself.
Quote this message in a reply
16-04-2017, 10:46 AM,
Post: #17
RE: BMW CIC - Convert: F series to E series CIC
Well just a little update, and we will probably make a separate thread on this, so i had talked to Dr Gini and he agreed to join on the project, i also had other members which can contribute with their knowledge and work to make all this go as fast as possible. Goal would be a device that can be All-In-One:

1) CAN GATEWAY/WAKE-UP DEVICE for PC or Standalone:
- connected to computer with windows GUI to send receive or monitor CAN messages.
- standalone mode: to send CAN wakeup messages for bench testing devices.
---------------------------------------------------------------------------------------------------------------
we can make it work on any baud rate, standard or protocol so it can be used for all devices, with it you would not need a CAS or ZGW to wakeup devices (for devices like ones that need MOST interface to wakeup, we would supply .prg files to switch wakeup mode to CAN), or in worst case scenario you can add ZGW to your bench and remove CAS etc.

2) standalone eNBT adapter - adapter which will translate 100k CAN into 500k CAN and add what is missing for NBT wakeup so it can be used in E series (like 0x12F etc.) (also so we are not behind others, we would have a complete programming GUI for NBT on Windows)

3) CAN filter/emulator of any kind in any car: pass thru can communication from interface 1 to interface 2 with modifications of messages or inserting message for connectivity, retrofits, message blocking, etc. This way you can retrofit anything in anything, filter and change VIN, ISN, MILAGE or whatever on the fly which will enable you normal function of devices that cannot be adopted to the car for some reason.

these are current ideas and the goal is to make it OpenSource project software-wise, hardware would be also based on opensource as we would publish all schematics with the firmware sources and tehnical documentation. Based on Arduino or STM32 MCU it cost should be =>20$

[Image: 18.08.44-17.09.18.gif]
BlackBOX Sistemi, Automotive   
Reputation: +3 - danyro [+1] , Jartsa [+1] , Loliceman [+1]
Visit this user's website
Quote this message in a reply
[+] 30 users say Thank You to intel123 for this post
19-04-2017, 08:50 AM,
Post: #18
RE: BMW CIC - Convert: F series to E series CIC
(16-04-2017, 03:53 AM)IZGOY Wrote:  I think the whole thing in the bootloader, you need to change it.
Remake the same combox from the f-series in the e-series!

So, You think that can be possible to get for example combox/ulf from F series and simply program it by WinKFP in E series ? (both has the same part no).
Have you done something like this before? thumbsup
Quote this message in a reply
19-04-2017, 08:55 AM, (This post was last modified: 19-04-2017, 08:58 AM by intel123.)
Post: #19
RE: BMW CIC - Convert: F series to E series CIC
(19-04-2017, 08:50 AM)rafi-88 Wrote:  
(16-04-2017, 03:53 AM)IZGOY Wrote:  I think the whole thing in the bootloader, you need to change it.
Remake the same combox from the f-series in the e-series!

So, You think that can be possible to get for example combox/ulf from F series and simply program it by WinKFP in E series ? (both has the same part no).
Have you done something like this before? thumbsup

Part numbers for these devices or types are not the same i dont know where is your info coming from but in general:

E series = BN2000
F series = BN2020

as device exists for both series there is no reason to research such thing.

[Image: 18.08.44-17.09.18.gif]
BlackBOX Sistemi, Automotive   
Visit this user's website
Quote this message in a reply
19-04-2017, 10:47 AM,
Post: #20
RE: BMW CIC - Convert: F series to E series CIC
I'm doing this TopJTAG Flash Programmer
Quote this message in a reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How to code hands free driver assistant (G-series) btvaleks 21 5,679 14-05-2024, 07:27 AM
Last Post: btvaleks
XZBMW using Inpa for f series hero3838 1 159 07-05-2024, 04:26 AM
Last Post: Stratofortress
  dissable RDC on G series ? xMoses 6 264 02-05-2024, 08:48 AM
Last Post: Node
  BMW F40 (1 series) no FZD module Ibrahim24 5 203 01-05-2024, 19:27 PM
Last Post: Siki78
XZBMW Difference 677 vs. 688 F series ? AlpinWeiss2k18 8 478 16-04-2024, 19:55 PM
Last Post: sebastianfernandes
  Making F-series combox work in e-series Ryn079 5 657 11-04-2024, 15:03 PM
Last Post: wrp_199
XZBMW Lost Navigation - aircon wont turn off 2016 BMW 2 series DannyDans435 6 301 08-04-2024, 08:45 AM
Last Post: painsage
XZBMW HWEL differences of seat modules (F series) azwgh 8 338 04-04-2024, 21:48 PM
Last Post: azwgh
  mileage g series virtual bosch id7 tigre 2 293 22-03-2024, 13:00 PM
Last Post: tigre
XZBMW G Series KEY in F34 Rajco 5 456 20-03-2024, 18:56 PM
Last Post: Rajco

Forum Jump:


Users browsing this thread:
1 Guest(s)

Return to TopReturn to Content