R44 Performance
BMW Garage BMW Meets Register Today's Posts

Go Back   BMW M3 and BMW M4 Forum > BMW F80 M3 / F82 M4 Technical Topics > DIY and Coding Discussions

Post Reply
 
Thread Tools Search this Thread
      05-01-2017, 10:02 PM   #287
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by lemetier View Post
If I'm looking at it right, the SREC positions where the different cycles were have been re-allocated for later builds and various equipment combinations. 3 flashes at the current PWM rate meets the minimum lane change indication requirements everywhere and the unnecessary options were nixed.
Except, neither of these changed:
  • BLINKZYKLEN_ANZAHL_TIPP (bitmask = 111 = 07 hex)
  • PIA_DEFAULT_TIPPBLINKEN (bitmask = 1 = 01 hex) for Fem_body & G12/G30 CAFD_000017BC.
Further, what is interesting, starting in 3.61.x BDC_BODY (CAFD_000017BE), PIA_DEFAULT_TIPPBLINKEN, only stopped working on only I001 (ie still works on my F015 = P3.61.2).
Appreciate 0
      05-01-2017, 10:04 PM   #288
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by SD ///M4 View Post
My 2016 F82 M4 unfolds automatically even if I fold them using the button.

I always fold my mirrors manually with the button before pulling into the garage. When I leave, even if I don't unfold them manually with the button, they'll unfold automatically as I drive down the street.

They're also coded to fold upon locking and unfold on unlocking by holding the lock or unlock button on the key fob, and folding upon locking with Comfort Access.
A separate FDL parameter controls distance/speed at which mirrors auto-unfold upon driving (ASP_GESCHWINDIGKEIT_AUTO_AUSKLAPPEN).
Appreciate 0
      05-02-2017, 12:27 PM   #289
SD ///M4
///Multiple
SD ///M4's Avatar
United_States
2992
Rep
4,243
Posts

Drives: M4 Coupe | M3 | Z4M Roadster
Join Date: Jan 2011
Location: San Diego, CA

iTrader: (1)

Garage List
Quote:
Originally Posted by Almaretto View Post
A separate FDL parameter controls distance/speed at which mirrors auto-unfold upon driving (ASP_GESCHWINDIGKEIT_AUTO_AUSKLAPPEN).
Yup, didn't see the need to change that.
__________________
The Coupe: 2016 M4 | Sakhir Orange | Black Full Merino Leather | CF Trim | M-DCT | More | ED 5/13/16
The Sedan: 2018 M3 | San Marino Blue | Black Full Merino Leather | CF Trim | M-DCT | ZCP | ED 7/18/18
The Roadster: 2006 Z4 | Interlagos Blue | Black Extended Nappa Leather | Carbon Leather Trim | Purchased 7/19/12

Appreciate 0
      05-02-2017, 01:57 PM   #290
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by SD ///M4 View Post
Yup, didn't see the need to change that.
Nor I, but it is there for those interested.
Appreciate 0
      05-05-2017, 01:36 AM   #291
lemetier
Plenipotentiary
lemetier's Avatar
2614
Rep
3,046
Posts

Drives: Yes
Join Date: Jul 2010
Location: Location

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
Except, neither of these changed:
  • BLINKZYKLEN_ANZAHL_TIPP (bitmask = 111 = 07 hex)
  • PIA_DEFAULT_TIPPBLINKEN (bitmask = 1 = 01 hex) for Fem_body & G12/G30 CAFD_000017BC.
Further, what is interesting, starting in 3.61.x BDC_BODY (CAFD_000017BE), PIA_DEFAULT_TIPPBLINKEN, only stopped working on only I001 (ie still works on my F015 = P3.61.2).
Oddly enough, what stood out was on an F15 resolving another flash sequence issue. Not surprised it was uneffected while others were. Deserves looking into so I'll sent you info as soon as I'm reunited with my laptop next week.
Appreciate 1
Almaretto2374.00
      06-04-2017, 01:32 PM   #292
I_M_Negan
Private
United_States
28
Rep
59
Posts

Drives: 2017 M4 ZCP
Join Date: Mar 2017
Location: Greenville, SC

iTrader: (0)

I coded a bunch of stuff, euro headlights, folding mirrors, door unlock on engine off, handle lights for reverse, side, rear, and top view cameras at any speed, disabled legal disclaimers, 5 flash lane change, brake force lighting, etc

2 questions - I coded default auto high beams and it isn't working. Also, the rear view stays in until I press a button (like map or media) after reversing. Any way to have this eventually turn off unless I manually turn on?

Last edited by I_M_Negan; 06-04-2017 at 04:33 PM..
Appreciate 0
      06-04-2017, 02:18 PM   #293
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by rgtwng View Post
2 questions - I coded default auto high beams and it isn't working. Also, the rear view stays in u tio I press a button (like map or media) after reversing. Any way to have this eventually turn off unless I manually turn on?
On what vehicle? Only F010/F025 can have automatic HBA. By coding cameras at all speeds, you disabled automatic shutoff of cameras; therefore, your choice is to either code back or manually switch off.
Appreciate 0
      06-04-2017, 04:33 PM   #294
I_M_Negan
Private
United_States
28
Rep
59
Posts

Drives: 2017 M4 ZCP
Join Date: Mar 2017
Location: Greenville, SC

iTrader: (0)

F82. So no way to get auto HBA on M4? Just have to switch it on Everytime?

Thanks
Appreciate 0
      06-04-2017, 04:39 PM   #295
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by rgtwng View Post
F82. So no way to get auto HBA on M4? Just have to switch it on Everytime?

Thanks
Correct. Only vehicles with FRM (eg, my F010) have automatisch option. On my F015, like your F082, I have to enable each time at night.

So, not sure what you coded, but it was not auto-HBA.
Appreciate 0
      06-15-2017, 12:06 AM   #296
teeth
New Member
teeth's Avatar
3
Rep
8
Posts

Drives: 2018 M4 Convertible
Join Date: Jun 2017
Location: San Diego

iTrader: (0)

Hello all from San Diego. I've had lots of success coding my 2018 F83 except for the mirrors folding on lock. I did notice that the HU_NBT module is now named HU_NBT(2) but everything in there seems as excepted. I coded:

3053 ! KOMFORTSCHLIESSUNG_FB = aktiv 00
3053 ! KOMFORT_SCHLIESSEN ! WERTE = 00
3110 ! ASP_BEIKLAPPEN = aktiv (werte=01)
3110 ! ASP_BEIKLAPPEN_BEI_KOMFORTSCHLIESSEN = aktiv (werte=01)
3110 ! ASP_AUSKLAPPEN_NACH_KOMFORTSCHLIESSEN = aktiv (werte=01)

...but no joy. Any advice from the experts would be much appreciated. Thanks!
__________________
2018 M4 convertible with everything.
2017 Explorer Sport
2012 Q5
2006 DB9 Coupe 6 speed
1991 928 S4
Appreciate 0
      06-15-2017, 01:23 AM   #297
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by teeth View Post
Hello all from San Diego. I've had lots of success coding my 2018 F83 except for the mirrors folding on lock. I did notice that the HU_NBT module is now named HU_NBT(2) but everything in there seems as excepted. I coded:

3053 ! KOMFORTSCHLIESSUNG_FB = aktiv 00
3053 ! KOMFORT_SCHLIESSEN ! WERTE = 00
3110 ! ASP_BEIKLAPPEN = aktiv (werte=01)
3110 ! ASP_BEIKLAPPEN_BEI_KOMFORTSCHLIESSEN = aktiv (werte=01)
3110 ! ASP_AUSKLAPPEN_NACH_KOMFORTSCHLIESSEN = aktiv (werte=01)

...but no joy. Any advice from the experts would be much appreciated. Thanks!
There are 7 FDL's to check. Or, use Launcher Cheat Codes:
Attached Images
 
Appreciate 0
      06-20-2017, 10:04 PM   #298
teeth
New Member
teeth's Avatar
3
Rep
8
Posts

Drives: 2018 M4 Convertible
Join Date: Jun 2017
Location: San Diego

iTrader: (0)

Odd coding result: I coded my 2018 M4 so the MMI would turn off when opening the door. Loved the results.... for about a week when it reverted back to the old way! No kidding... haven't plugged the car in at all since originally coding. Other coded items still work as expected (legal disclaimer, mirror fold, etc.).
__________________
2018 M4 convertible with everything.
2017 Explorer Sport
2012 Q5
2006 DB9 Coupe 6 speed
1991 928 S4
Appreciate 0
      06-20-2017, 11:03 PM   #299
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by teeth View Post
Odd coding result: I coded my 2018 M4 so the MMI would turn off when opening the door. Loved the results.... for about a week when it reverted back to the old way! No kidding... haven't plugged the car in at all since originally coding. Other coded items still work as expected (legal disclaimer, mirror fold, etc.).
Coding does not revert on its own. Maybe hardware issue.
Appreciate 0
      06-30-2017, 07:12 AM   #300
lemetier
Plenipotentiary
lemetier's Avatar
2614
Rep
3,046
Posts

Drives: Yes
Join Date: Jul 2010
Location: Location

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
Quote:
Originally Posted by teeth View Post
Odd coding result: I coded my 2018 M4 so the MMI would turn off when opening the door. Loved the results.... for about a week when it reverted back to the old way! No kidding... haven't plugged the car in at all since originally coding. Other coded items still work as expected (legal disclaimer, mirror fold, etc.).
Coding does not revert on its own. Maybe hardware issue.
This one might be worthy of added scrutiny
Appreciate 0
      06-30-2017, 05:11 PM   #301
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by lemetier View Post
This one might be worthy of added scrutiny
It will definitely be a new one in my experience. You?
Appreciate 0
      07-01-2017, 01:53 AM   #302
lemetier
Plenipotentiary
lemetier's Avatar
2614
Rep
3,046
Posts

Drives: Yes
Join Date: Jul 2010
Location: Location

iTrader: (0)

Quote:
Originally Posted by Almaretto View Post
Quote:
Originally Posted by lemetier View Post
This one might be worthy of added scrutiny
It will definitely be a new one in my experience. You?
Not in the context of reverting on its own, no. Far more likely to be...


Quote:
Originally Posted by teeth View Post
Odd coding result: I coded my 2018 M4 so the MMI would turn off when opening the door. Loved the results.... for about a week when it reverted back to the old way! No kidding... haven't plugged the car in at all since originally coding. Other coded items still work as expected (legal disclaimer, mirror fold, etc.).
Are you shutting off the engine with the transmission in N or R instead of D/S now?
Appreciate 1
Almaretto2374.00
      10-06-2017, 02:28 AM   #303
sleeprequired
Second Lieutenant
Australia
79
Rep
241
Posts

Drives: 2018 m3
Join Date: Sep 2017
Location: melbourne

iTrader: (0)

how do you code out a double lock press deactivating the alarm etc? I nearly always multiple click mine due to habit with current car. worried i'll always deactivate the alarm lol
Appreciate 0
      10-06-2017, 09:40 AM   #304
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by sleeprequired View Post
how do you code out a double lock press deactivating the alarm etc? I nearly always multiple click mine due to habit with current car. worried i'll always deactivate the alarm lol
You are not deactivating alarm, just the tilt sensor. I know not a way to disable that feature, but it would be in FZD if it exists.
Appreciate 0
      10-06-2017, 11:19 AM   #305
chetrickerman
ECUTek Master Tuner
chetrickerman's Avatar
United_States
10442
Rep
1,729
Posts

Drives: F80 M3 YMB
Join Date: Jul 2017
Location: Colorado Springs

iTrader: (0)

Garage List
2016 BMW M3  [9.00]
Does anyone have any info on coding to remove the windshield washer?
__________________
Quote:
Torque is a measure of an engine's ability to do work; Power is the rate at which work is done
Appreciate 0
      10-06-2017, 11:42 AM   #306
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by chetrickerman View Post
Does anyone have any info on coding to remove the windshield washer?
Windshield or Headlamp? Ladder is on F30 sheet. For Windshield, just do not use.
Appreciate 0
      10-06-2017, 02:30 PM   #307
chetrickerman
ECUTek Master Tuner
chetrickerman's Avatar
United_States
10442
Rep
1,729
Posts

Drives: F80 M3 YMB
Join Date: Jul 2017
Location: Colorado Springs

iTrader: (0)

Garage List
2016 BMW M3  [9.00]
Quote:
Originally Posted by Almaretto View Post
Windshield or Headlamp? Ladder is on F30 sheet. For Windshield, just do not use.
I have heard that unplugging the windshield washer motor and sensor sets off errors
__________________
Quote:
Torque is a measure of an engine's ability to do work; Power is the rate at which work is done
Appreciate 0
      10-06-2017, 02:33 PM   #308
Almaretto
Major General
Almaretto's Avatar
2374
Rep
8,364
Posts

Drives: Test Vehicles
Join Date: Dec 2015
Location: Mountain View, CA

iTrader: (0)

Quote:
Originally Posted by chetrickerman View Post
I have heard that unplugging the windshield washer motor and sensor sets off errors
It should, but I am still confused as to what you hope to accomplish. If you do not want to use windshield wipers, then do not toggle them on. Comparatively, headlamp washers are often disabled through coding to avoid need to frequently refill solution.
Appreciate 1
Post Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



All times are GMT -5. The time now is 08:49 AM.




f80post
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
1Addicts.com, BIMMERPOST.com, E90Post.com, F30Post.com, M3Post.com, ZPost.com, 5Post.com, 6Post.com, 7Post.com, XBimmers.com logo and trademark are properties of BIMMERPOST