Matt Parker helped me debug my code today. I orginally had a switch talking to arduino, and the arduino would take the picture. Since I had the switch being checked in the loop() function (the main function of arduino, in which it infinitely loops), it was looping a high value to the relay. This means that I was triggering the switch for maybe one quarter of a second, whereas using just the code would trigger for 1/1000th of a second (not actual time, just to explain).
We both thought that something was wrong in the code and it would never fire to the camera. Matt used the Serial.print() inside of the conditional, so we could at least see if the conditions were being satisfied. They were. We immediately realized that the impulse just was not long enough. Whew. Thanks Matt. Thanks to Tym Twillman for help debugging the rotary impulses too – apparently there is noise in the first few milliseconds when the voltage rises to a HIGH value. By putting in a delay before counting transitions, I am able to avoid intermittent connections and which would produce an error in counting.
Here’s a video of the camera triggered by rotary dial.
Dial ’10’ for Murderously Awesome Photos from mike k on Vimeo.
Add your comment below, or trackback from your own site.
Subscribe to these comments.
Be nice. Keep it clean. Stay on topic. No spam.
You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>