|
-
February 12th, 2014, 08:02 AM
#3
Re: Wireless Surveillance System using Arduino and Zigbee
Also. Wrong forum.
the Arduino programming typically happens in C (or rather C modules ("sketches") on top of the arduino framework).
- you make mention of memory card, but none of your "hardware" seems to have any of this.
- I'm not entirely up to spec on all the arduino compatible modules, but it doesn't look like that particular camera module has a data-interface, rather, it outputs the video on the RCA jack (composite video).
- also, it appears you're using digital pin 13. Note you can't use this particular pin like the others, since it's usually got a built in resistor and led.
Build up your arduino sketch in steps.
write code to test the individual modules and to make sure you understand how to program them, then tie them all together.
It's important to do it this way to make sure you haven't made a wiring problem.
don't remove your test code, keep it in there but comment it out so you have it handy if you need to test again.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|