Posts: 174
Threads: 2
Joined: May 2011
Reputation:
0
Not sure, if I should ask something like this in Sa:mp forums, but I've seen some pretty skilled people in vb/c# here. It's not all about programming and coding, I afraid. Let's get to the point then, I am working on a little project doing carpc all by myself. I am using a mini laptop, external 9" screen mounted in the dash, usb gps dongle etc. Now I am thinking how to show if seatbelts are buckled up, are headlights on, are there any opened doors. How should I connect them to my laptop? Microcontrollers? Any pre-made boards?
Sorry, I have problems expressing myself in English.
Edit
Running Windows XP, can upgrade to 7/8 if needed. Not going to use Linux
Posts: 1,739
Threads: 53
Joined: Oct 2010
Reputation:
0
For reference:
He is making a computer for use inside his car. He would like to know how/if it is possible to connect the doors/headlights/seatbelts to the computer so it knows whether they are open/on/buckled or closed/off/unbuckled.
Posts: 93
Threads: 4
Joined: Oct 2012
Reputation:
0
It possible if you have more knowledge on Technologies and Programming.I saw a guy who had a computer and the doors/headlights/seatbelts is connected to the computer.
Posts: 772
Threads: 52
Joined: Aug 2010
Reputation:
0
You could place sensors at your door posts that signal when your doors are open (Normally Open sensors give a signal when the beam is interrupted). Then connect them to a µProcessor as a medium, the controller can communicate with your computer. Same for belt buckles. You can write a program in almost any language (I did it in C for my engineering project) that intercepts these signals and does something with it (e.g. telling you your doors are open).
If you don't have any experience with microprocessor programming or electrical circuits I wouldn't start on it.