create an auto switch with optic sensor

Everything camera related. Includes triggers, batteries, power supplies, flatbeds and sheet-feeding scanners, too.

Moderator: peterZ

jakegaisser
Posts: 63
Joined: 04 Mar 2014, 00:52

Re: create an auto switch with optic sensor

Post by jakegaisser »

I actually have 2 or 3 dead printers that have not been thrown out yet. I will be dissecting them later.

I have done quite a bit of planning and revising over the last 2 days. I have not even cut a single board yet, but I will probably be doing some cutting today.
User avatar
daniel_reetz
Posts: 2812
Joined: 03 Jun 2009, 13:56
E-book readers owned: Used to have a PRS-500
Number of books owned: 600
Country: United States
Contact:

Re: create an auto switch with optic sensor

Post by daniel_reetz »

Great news, looking forward to your build thread. Hope your printers are chock full of good parts.
jakegaisser
Posts: 63
Joined: 04 Mar 2014, 00:52

Re: create an auto switch with optic sensor

Post by jakegaisser »

I don't have a whole lot to work with, so the design will be really simple but functional and at the same time very cost effective. we already bought a Powershot A470 about 1/2 a year ago as our main daily-use camera... we just bought the second A470 camera lately for $20 shipped, it's lcd screen is broken but the camera still functions, so its a perfect candidate for the second camera.
StevePoling
Posts: 290
Joined: 20 Jun 2009, 12:19
E-book readers owned: SONY PRS-505, Kindle DX
Number of books owned: 9999
Location: Grand Rapids, MI
Contact:

Re: create an auto switch with optic sensor

Post by StevePoling »

If you're throwing an arduino and sensors at the problem, consider this: an accelerometer notices you've moved the platen (to arm a circuit), and notices when you quit fussing with it (to fire).

Add an accelerometer on each camera to confirm that it snapped to light a green LED. With this, you'd lift platen, turn page, release platen and wait for a green light from both cameras.
jakegaisser
Posts: 63
Joined: 04 Mar 2014, 00:52

Re: create an auto switch with optic sensor

Post by jakegaisser »

StevePoling wrote:Add an accelerometer on each camera to confirm that it snapped to light a green LED. With this, you'd lift platen, turn page, release platen and wait for a green light from both cameras.
I like the idea of having LED that lights up once the camera has fired, what exactly is an accelerometer, and where can i buy or salvage one for cheap/free?
User avatar
daniel_reetz
Posts: 2812
Joined: 03 Jun 2009, 13:56
E-book readers owned: Used to have a PRS-500
Number of books owned: 600
Country: United States
Contact:

Re: create an auto switch with optic sensor

Post by daniel_reetz »

StevePoling wrote:If you're throwing an arduino and sensors at the problem, consider this: an accelerometer notices you've moved the platen (to arm a circuit), and notices when you quit fussing with it (to fire).

Add an accelerometer on each camera to confirm that it snapped to light a green LED. With this, you'd lift platen, turn page, release platen and wait for a green light from both cameras.
Problem with accelerometers is that there is no free lunch. You'd need to get Kalman filters up and running on the Arduino to make that noisy data useful... when you could accomplish the exact same thing with two switches (IMO). I like the idea of arming the camera on the upstroke, and firing it on the downstroke... that's great.
User avatar
IcantRead
Posts: 95
Joined: 17 Sep 2009, 02:56
Number of books owned: 0
Country: United States
Location: Arizona

Re: create an auto switch with optic sensor

Post by IcantRead »

I like the accelerometer idea. The problem i have with the optical switch, is that were do you mount it? No book is the same thickness, so therefor if you put it to high then it will take it to soon. Then on the other hand if you put it to low it wont trigger on some books. Likewise the piezo would not work for small books like magazines or comic books. The accelerometer, though would most likely work for everything. I still think i'll try out a piezo just because i have a few i'm not using around. Maybe if I put them on the book cradle instead of the spine it will work better.
jakegaisser
Posts: 63
Joined: 04 Mar 2014, 00:52

Re: create an auto switch with optic sensor

Post by jakegaisser »

dont mount the optic switch at the stopping point, instead mount it a little higher (maximum thickness book height) as a pass through type function. and then just wire in a delay circuit.
StevePoling
Posts: 290
Joined: 20 Jun 2009, 12:19
E-book readers owned: SONY PRS-505, Kindle DX
Number of books owned: 9999
Location: Grand Rapids, MI
Contact:

Re: create an auto switch with optic sensor

Post by StevePoling »

daniel_reetz wrote:You'd need to get Kalman filters up and running on the Arduino to make that noisy data useful... when you could accomplish the exact same thing with two switches (IMO). I like the idea of arming the camera on the upstroke, and firing it on the downstroke... that's great.
Are you sure a Kalman filter is required? I figured all you'd need is a low-pass filter and something that just looks for some energy.
Post Reply