Downtown
Full Access Member
Hello everyone!
Nerd Alert!!!
Feeling creative?
I am looking for ideas for some Arduino projects that involve my Jeep
After "nerding-in" on the Arduino world, I've noticed an almost complete disconnect between it and the automotive world (outside of performance modding). I see an opportunity...
Some of the ideas that I have had:
- Automatic passenger temp regulator: This would monitor the temp inside the vehicle. When the temp reached a pre-determined set point it would automatically crack the windows. Add a moisture sensor and it will roll the windows up in the rain. Add a motion sensor and it will close them if someone draws near.
-Add sequential turn signal lights or fancy hazard lights
-Automated off-road light covers
-Remote camera/light turret
-an aux. BCM - so you can add all the interior lights you want and control them however you want. Without fear of blowing your real BCM.
-anti minivan ordinance targeting system :biggun: (this may take a few years to develop and obtaining the appropriate permits may be problematic.)
-Night Rider Scanning light bar
-tail light modulation
- add a fingerprint scanner so you don't have to worry about locking your keys in the Jeep
-Homebrew remote start
-add a Geiger Counter (Radiation Sensor) and automatically deploying lead shielding. To enhance your post-apocalyptic readiness.
- Add RFID access
-Homebrew parking sensors
That's all I have for now...
My plan is to attempt to prototype an idea and then write a how-to.
I will then attempt to implement the idea and append the integration to the how-to.
Hopefully this will spur a few practical application ideas that I can bring back to the other side with me...
Thanks!!
Nerd Alert!!!
Feeling creative?
I am looking for ideas for some Arduino projects that involve my Jeep
After "nerding-in" on the Arduino world, I've noticed an almost complete disconnect between it and the automotive world (outside of performance modding). I see an opportunity...
What is Arduino?
Arduino is a tool for making computers that can sense and control more of the physical world than your desktop computer. It's an open-source physical computing platform based on a simple microcontroller board, and a development environment for writing software for the board.
Arduino can be used to develop interactive objects, taking inputs from a variety of switches or sensors, and controlling a variety of lights, motors, and other physical outputs. Arduino projects can be stand-alone, or they can be communicate with software running on your computer (e.g. Flash, Processing, MaxMSP.) The boards can be assembled by hand or purchased preassembled; the open-source IDE can be downloaded for free.
The Arduino programming language is an implementation of Wiring, a similar physical computing platform, which is based on the Processing multimedia programming environment.
Some of the ideas that I have had:
- Automatic passenger temp regulator: This would monitor the temp inside the vehicle. When the temp reached a pre-determined set point it would automatically crack the windows. Add a moisture sensor and it will roll the windows up in the rain. Add a motion sensor and it will close them if someone draws near.
-Add sequential turn signal lights or fancy hazard lights
-Automated off-road light covers
-Remote camera/light turret
-an aux. BCM - so you can add all the interior lights you want and control them however you want. Without fear of blowing your real BCM.
-anti minivan ordinance targeting system :biggun: (this may take a few years to develop and obtaining the appropriate permits may be problematic.)
-Night Rider Scanning light bar
-tail light modulation
- add a fingerprint scanner so you don't have to worry about locking your keys in the Jeep
-Homebrew remote start
-add a Geiger Counter (Radiation Sensor) and automatically deploying lead shielding. To enhance your post-apocalyptic readiness.
- Add RFID access
-Homebrew parking sensors
That's all I have for now...
My plan is to attempt to prototype an idea and then write a how-to.
I will then attempt to implement the idea and append the integration to the how-to.
Hopefully this will spur a few practical application ideas that I can bring back to the other side with me...
Thanks!!
Last edited: