Here is another idea for a wired and wireless remote in one. I purchased a Skylink garage remote from Radio Shack. It needs a 12V power supply for the receiver, and you also need to provide 3-5V to the USB port. I used a 8xAA battery holder for the 12V, and soldered some wires to the leads for 3 of the batteries to give me 4.5-4.8V.The Skylink unit basically closes a set of contacts but doesn't push any voltage through them. You can trigger via the button on the receiver, or with the small remote transmitter. It couldn't be easier! The remote unit cost $20. The battery holder was $2. I now have a compact wired and wireless remote. I haven't tested the distance yet, but I would suspect that it is at least 70-80 feet.Now I just need to buy an S2 IS to go with my SD850. Anyone have one for sale?
Check the UBASIC/TutorialScratchpad - CHDK Wiki page and look at the differences between shoot and click/press/release "shoot_half" / "shoot_full" commands. The most simplest USB-Remote scripts only use the shoot command. Using more elaborate script commands is how you get more control over your camera with CHDK. CHDK is not meant to be used just by itself (though it can be, with limits). It's a system of both scripting and the CHDK operating system.
@title Remote Buttonwhile 1 wait_click 1 if is_key "remote" then shootwendend
@title Timeless Lapser@param a Interval (Seconds)@default a 10print "Timeless Lapser!"rem shot counterb=0:looperb=b+1clsprint "Shot ", bprint "0 seconds until next"shootrem routine to pause in a way that will show countdown on consolex=0:pauserr=a-xx=x+1clsprint "Shot ", bprint r, "seconds until next" wait_click 1000 if is_key "remote" then x=aif x < a then goto "pauser"goto "looper"
Those are nice photos and schematic but I am wondering if you took any photos of how you soldered everything together and how that looks on the inside. I am looking for a box that it is easy to open and replace a battery if I had to instead of unscrewing everything.