Hello everyone.
I'll just start out by saying I've had very little exposure to Arduino hardware and have zero programming skills.
I've played with Picaxe in the past and have modified some existing code to tailor my needs but other than that I'm a total noob; although I have spent several days working my way through the reference material on the site.
I'm looking to expand on a device I've built but need some hardware suggestions. The device is a simple counter which is triggered off of a signal from a PIR (infrared sensor). Quite simple really, the sensor sees motion and sends a signal to the counter which keeps track of how many people have passed by. I've added a reset button as well but that's all part of the counter circuitry.
Here's the counter I'm using
And the PIR kit
What I'd like to do is add an SD card to the device so that every time the sensor sees motion it will, not only increment the counter, but log a time/date stamp to the SD card in the form of a .txt file I can open in Excel.
The concept seems simple enough but I'm not familiar with all the Arduino hardware and dont know enough about the platform to pick and choose parts on my own. This is where I need some help choosing the right parts (assuming this can be done realistically and affordably).
Also, from a programming standpoint how hard would this be to code? I have zero programming skills but there's a few guys here at work that are savvy with C+.
I shouldn't say I have zero programming skills. I am able to look at code and understand what it's doing and modify certain aspects of the code to suit my purposes. What I cannot do is come up with an idea and start from a blank page writing code.
...so I guess that's pretty much zero skills.
Thanks in advance!