F30POST
F30POST
2012-2015 BMW 3-Series and 4-Series Forum
BMW Garage BMW Meets Register Today's Posts
BMW 3-Series and 4-Series Forum (F30 / F32) | F30POST > Technical Forums > F30 DIYs and Coding Discussions > [DIY] Remote start using Arduino
Studio RSR
Post Reply
 
Thread Tools Search this Thread
      01-04-2022, 05:29 PM   #45
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
Quote:
Originally Posted by AlbertoSONIC View Post
Does the same thing happen when connected to the car 12V?
yes I connected to my car to check and at the output of the power supply I have 5V and the 12V input
Appreciate 0
      01-04-2022, 05:33 PM   #46
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
Is my connection correct?
Attached Images
 
Appreciate 0
      01-04-2022, 06:27 PM   #47
AlbertoSONIC
Private First Class
98
Rep
155
Posts

Drives: 318d F30 LCI
Join Date: Sep 2018
Location: Italy

iTrader: (0)

Quote:
Originally Posted by david51 View Post
Is my connection correct?
I can't test my voltage right now.. I don't remember if I experienced a voltage drop as well... is it giving you some issues?
Appreciate 0
      01-04-2022, 08:03 PM   #48
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
Quote:
Originally Posted by AlbertoSONIC View Post
I can't test my voltage right now.. I don't remember if I experienced a voltage drop as well... is it giving you some issues?


yes when I press the remote control 3 times, nothing happens.

for connection to the start / stop you just have to transplant yourself on it no need to cut the wires?
Appreciate 0
      01-05-2022, 01:32 AM   #49
AlbertoSONIC
Private First Class
98
Rep
155
Posts

Drives: 318d F30 LCI
Join Date: Sep 2018
Location: Italy

iTrader: (0)

Quote:
Originally Posted by david51 View Post
Quote:
Originally Posted by AlbertoSONIC View Post
I can't test my voltage right now.. I don't remember if I experienced a voltage drop as well... is it giving you some issues?


yes when I press the remote control 3 times, nothing happens.

for connection to the start / stop you just have to transplant yourself on it no need to cut the wires?
Yeah the connections are ok. Are you sure that the 3 lock is detected? And it starts the renote start procedure?
Appreciate 0
      01-05-2022, 03:58 PM   #50
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
Quote:
Originally Posted by AlbertoSONIC View Post
Yeah the connections are ok. Are you sure that the 3 lock is detected? And it starts the renote start procedure?

I disassembled everything and put it back as original my remote control no longer works
thanks for help
Appreciate 0
      01-05-2022, 04:02 PM   #51
AlbertoSONIC
Private First Class
98
Rep
155
Posts

Drives: 318d F30 LCI
Join Date: Sep 2018
Location: Italy

iTrader: (0)

Quote:
Originally Posted by david51 View Post
Quote:
Originally Posted by AlbertoSONIC View Post
Yeah the connections are ok. Are you sure that the 3 lock is detected? And it starts the renote start procedure?

I disassembled everything and put it back as original my remote control no longer works
thanks for help
I don't think I understood what you said
Appreciate 0
      01-06-2022, 04:31 AM   #52
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
Quote:
Originally Posted by AlbertoSONIC View Post
I don't think I understood what you said


I removed everything from the remote start system. I put everything back as it was originally
Appreciate 0
      01-19-2022, 03:54 AM   #53
RuleNormaliai
Second Lieutenant
RuleNormaliai's Avatar
235
Rep
228
Posts

Drives: 2022 G20 330E
Join Date: Aug 2019
Location: Lithuania

iTrader: (1)

Garage List
FEM Pinouts are all the same, you don't need to worry about that.
__________________
| MGU Patching/Virginizing | ConnectedDrive activation for US cars in EU (Only MGU/ATM2) | Feature Installer codes | Map Updates | CarPlay activations. | NBT EVO GPS Connector installs. | NBT EVO repairs | Remote BMW Coding |
Appreciate 0
      01-22-2022, 10:23 AM   #54
AlbertoSONIC
Private First Class
98
Rep
155
Posts

Drives: 318d F30 LCI
Join Date: Sep 2018
Location: Italy

iTrader: (0)

Quote:
Originally Posted by crisfeup@gmail.com View Post
Dear AlbertoSONIC,

I need your help!
In your pictures of the electrical diagram and final look picture can you explain what is the correct connections to the relays?
In electrical diagram all the connections from the relays marked (see picture) as 1, 2 and 3 the connection to the resistance is on the exit marked as "B". On the picture of the final look (your final assembly) the relay number "2" the exit "A" is the on that goes to the resistance. What is the correct one? Diagram or final assembly picture?

Other point, I added the code to Arduino and when I send to the board the arduino starts making the compilation of the code but gives an error not allowing to send to the electric bord. Can you explain what to do? I'm a beginner on Arduino software
.

I really want to complete this project.

ARDUINO ERROR:

Arduino: 1.8.13 (Windows 10), Placa:"Arduino Nano, ATmega328P"

bmw_remote_start:1:10: fatal error: can.h: No such file or directory

#include <can.h>

^~~~~~~

compilation terminated.

exit status 1

can.h: No such file or directory
Hi!

About the wiring, both pictures has same wiring (but it's not clear in the second picture)

Regarding the code error, you have to add this library: https://github.com/autowp/arduino-mcp2515

You can find out how to do it on the web!
Appreciate 0
      01-22-2022, 10:25 AM   #55
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
it seems to me that in arduino you have to go to option to tell it what type of card you have
Appreciate 0
      01-22-2022, 10:26 AM   #56
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
https://www.robot-maker.com/ouvrages/tuto-arduino/installer-configurer-ide-arduino/
Appreciate 0
      01-23-2022, 11:01 AM   #57
AlbertoSONIC
Private First Class
98
Rep
155
Posts

Drives: 318d F30 LCI
Join Date: Sep 2018
Location: Italy

iTrader: (0)

Quote:
Originally Posted by crisfeup@gmail.com View Post
Dear AlbertoSONIC,

How did you made the connections on the FEM module in the car? Did you made an wiring harness to connect directly on the FEM plug or made the connection on the pin on the FEM plug?
I hooked to the wires (scraping off the rubber and exposing it), then secured those connections with some electrical tape.
Appreciate 0
      01-24-2022, 08:59 AM   #58
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
apptest crisfeup@gmail.com

you can take the power supply and ground directly behind the ventilation on the left side, there is a hidden socket that is useless.
Attached Images
 
Appreciate 0
      01-24-2022, 09:27 AM   #59
AlbertoSONIC
Private First Class
98
Rep
155
Posts

Drives: 318d F30 LCI
Join Date: Sep 2018
Location: Italy

iTrader: (0)

Quote:
Originally Posted by crisfeup@gmail.com View Post
Quote:
Originally Posted by david51 View Post
apptest crisfeup@gmail.com

you can take the power supply and ground directly behind the ventilation on the left side, there is a hidden socket that is useless.

david51,

Thanks for the information. Is this connection always powered on? Did you used this one to supply your board?
I can't see in the picture what is the rigth connection. Can you provide addition information so I can undurstad wath is the rigth wires.

Thanks in advance.
If it's the 12V socket then it's not powered all the time. So it's not suitable for this project. This project requires to be always on to catch CAN messages in time.

You have to use the FEM wire I indicated as it's always on.
Appreciate 0
      01-24-2022, 09:31 AM   #60
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
crisfeup@gmail.com

I took the wrong picture

here is the power supply of the card still on and the mass behind the ventilation.

red the power supply
brown ground
Attached Images
  
Appreciate 0
      01-24-2022, 09:35 AM   #61
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
Quote:
Originally Posted by AlbertoSONIC View Post
If it's the 12V socket then it's not powered all the time. So it's not suitable for this project. This project requires to be always on to catch CAN messages in time.

You have to use the FEM wire I indicated as it's always on.
I tested and it is good continuously and not after contact
Appreciate 0
      01-24-2022, 02:22 PM   #62
david51
Captain
david51's Avatar
France
538
Rep
817
Posts

Drives: bmw M3 F80
Join Date: Dec 2013
Location: france

iTrader: (0)

Garage List
Quote:
Originally Posted by crisfeup@gmail.com View Post
Good information david51! I'm going to use this free connection also.

Appreciate 0
      01-25-2022, 02:00 AM   #63
duculete
Registered
Romania
0
Rep
4
Posts

Drives: F30
Join Date: Jan 2022
Location: RO

iTrader: (0)

Nice project,
what is the standby power consumption for this setup?
Appreciate 0
      01-25-2022, 03:03 AM   #64
AlbertoSONIC
Private First Class
98
Rep
155
Posts

Drives: 318d F30 LCI
Join Date: Sep 2018
Location: Italy

iTrader: (0)

Quote:
Originally Posted by duculete View Post
Nice project,
what is the standby power consumption for this setup?
Hi, should be about 30mA.

Arduino Nano itself operates with 17mA and other components are really low power consuming (fo example, MCP2515 uses 5mA).
Appreciate 0
      01-25-2022, 07:15 AM   #65
Oxidas1993
New Member
Oxidas1993's Avatar
0
Rep
5
Posts

Drives: F32 428i
Join Date: Jan 2022
Location: Uk

iTrader: (0)

Hello, does anyone managed to remote start a car?
Appreciate 0
      01-25-2022, 02:08 PM   #66
AlbertoSONIC
Private First Class
98
Rep
155
Posts

Drives: 318d F30 LCI
Join Date: Sep 2018
Location: Italy

iTrader: (0)

Quote:
Originally Posted by crisfeup@gmail.com View Post
Is there other place, than FEM unit, to connect the KCAN2_H and KCAN2_L?
I plan to put the electric board just above the obd plug. A connection near that place it would be easy to connect.
First things that come to my mind are idrive or idrive wheel
Appreciate 1
Post Reply

Bookmarks

Tags
f30, remote, remote start


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 11:57 PM.




f30post
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