I got interested in working with the Arduino platform a little over 2 years ago. I’ve had a BLAST making all sorts of amazing things with it, mostly halloween props that are controlled with my iPad.
So, I have a zombie on the roof of my car. No, really.
https://www.facebook.com/photo.php?fbid … =1&theater
Anyway - there’s a button inside my car that causes it to move - it jerks it’s legs about.
What I want is to have a button on my keychain to activate it when I’m not in the car.
So I need to hook up a microcontroller to a relay that controls it.
But since I started working with the Arduino, so many new options have popped up. Xbee… Raspberry Pi… and truth is, I know NOTHING about those platforms. But I LOVE to learn new things.
So, what I need is a microcontroller that can operate a relay, send serial commands (I’ll be using a mp3 breakout board to have it make sounds as well, I have a few I bought for halloween props. They are controlled via serial commands), have a low current draw so it doesnt kill my car battery, and interface somehow with some RF receiver that will accept input from a KeyFob. I know I can do this with an Arduino. I googled a bit and I know I can get the parts.
But would a newer/alternative platform be better for this application? I truly know next to nothing about these other platforms, what they are best suited for etc…
So knowing what I just posted, what would you use and why?