Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
07 / February / 2012, 14:27:29
Home
Forum
Help
Search
Downloads
Facebook
Login
Register
CHDK Forum
»
Canon DSLR Development (+ other development)
»
Hotwire! Hardware Mods, Accessories and Insights
»
building usb-remote-cable
« previous
next »
Print
Pages:
1
[
2
]
3
4
5
6
7
...
28
Go Down
Author
Topic: building usb-remote-cable (Read 80673 times)
GrAnd
Developers
Hero Member
Posts: 916
[A610, S3IS]
Re: building usb-remote-cable
«
Reply #15 on:
08 / February / 2008, 23:15:38 »
Found business offer of IR controlled usb remote for CHDK
May be useful for KAP.
http://www.gentles.ltd.uk/gentled/chdk.htm
Logged
CHDK
Developer.
Barney Fife
Hero Member
Posts: 1157
Re: building usb-remote-cable
«
Reply #16 on:
08 / February / 2008, 23:40:36 »
Deleted
«
Last Edit: 22 / April / 2008, 20:21:00 by Barney Fife
»
Logged
[
acseven/admin commented out:
please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye
jetzt
Sr. Member
Posts: 316
[A710IS,(SD200)]
Re: building usb-remote-cable
«
Reply #17 on:
10 / February / 2008, 16:03:32 »
Shouldn't be really a problem to do this, I think you need only basic electronic skills to do something like that,
right now I do it with my old unused Lego RCX Microcontroller and a small Voltage regulator.
But I'm sure that can be done with only a small rc5 receiver.
Right now I have other things to do: holydays end tomorrow, school is waiting for me
Logged
Barney Fife
Hero Member
Posts: 1157
Re: building usb-remote-cable
«
Reply #18 on:
10 / February / 2008, 22:24:03 »
Deleted
«
Last Edit: 22 / April / 2008, 20:21:21 by Barney Fife
»
Logged
[
acseven/admin commented out:
please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye
rhen84
Rookie
Posts: 17
A720IS
Re: building usb-remote-cable
«
Reply #19 on:
13 / February / 2008, 19:57:08 »
Witch switch should I use in the remote cable?
- Switch what close the curcuit when I push the button or
- Switch what close the curcuit when I push the button and hold closed til I push again or
- Switch what close the curcuit for a moment only?
whitch is the best for the remote cable?
Logged
jetzt
Sr. Member
Posts: 316
[A710IS,(SD200)]
Re: building usb-remote-cable
«
Reply #20 on:
13 / February / 2008, 20:04:21 »
I used one
which
closes the circut only while pressed, when released, it disables the circut.
Works just fine.
Logged
barberofcivil
Sr. Member
Posts: 267
Re: building usb-remote-cable
«
Reply #21 on:
14 / February / 2008, 00:10:48 »
Logged
Barney Fife
Hero Member
Posts: 1157
Re: building usb-remote-cable
«
Reply #22 on:
14 / February / 2008, 01:09:02 »
Deleted
«
Last Edit: 22 / April / 2008, 20:21:41 by Barney Fife
»
Logged
[
acseven/admin commented out:
please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye
barberofcivil
Sr. Member
Posts: 267
Re: building usb-remote-cable
«
Reply #23 on:
14 / February / 2008, 01:31:52 »
Logged
CHDK Forum
Re: building usb-remote-cable
«
Reply #23 on:
14 / February / 2008, 01:31:52 »
Barney Fife
Hero Member
Posts: 1157
Re: building usb-remote-cable
«
Reply #24 on:
14 / February / 2008, 01:44:57 »
Deleted
«
Last Edit: 22 / April / 2008, 20:22:00 by Barney Fife
»
Logged
[
acseven/admin commented out:
please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye
rocstar
Rookie
Posts: 29
Re: building usb-remote-cable
«
Reply #25 on:
22 / February / 2008, 19:44:34 »
I built a cable using a USB cable, Altoids gum box (mini), 9V battery, and LM7805 5V regular. On an SD850, the 3V button cell was giving me erratic results, and I needed 3.5-5V to trigger. I actually got really good results with a 7.4V battery (by accident), but I wasn't daring enough to keep using it.
I do have a problem where sometimes when I press my USB remote, I get a half_shoot shutter condition, instead of a full shoot. The meter box shows up on my screen, but I can't get it to take the shot. Sometimes it works fine. I can't tell if the problem is my USB cable which has extremely small wires. It is the retractable type which doesn't work well for high speed transfer, which is why I sacrificed it.
Anyone else see this problem?
Logged
jetzt
Sr. Member
Posts: 316
[A710IS,(SD200)]
Re: building usb-remote-cable
«
Reply #26 on:
22 / February / 2008, 19:59:08 »
I don't think that this is a cable problem, that's the big advantage of digital technology: either there is a signal or not,
so if your camera does something there has to be a signal.
What kind of skript do you use? In my opinion this can be the only problem.
Logged
rocstar
Rookie
Posts: 29
Re: building usb-remote-cable
«
Reply #27 on:
23 / February / 2008, 03:54:52 »
I am using the simple USB script:
@title Remote button
:loop
wait_click 1
is_key k "remote"
if k=1 then shoot
goto "loop"
end
Logged
rocstar
Rookie
Posts: 29
Re: building usb-remote-cable (Atloids trigger)
«
Reply #28 on:
23 / February / 2008, 11:02:43 »
I've done some testing, and my SD850 definitely seems to do better with 3.2V or better on the USB to work right. With a brand new 2032 at 3.2V it worked for a few shots, and then the 2032 dropped to 3.1V. Also with a mini-flashlight using 2-LR44 batteries at 3.1V, I could not get it to work. With 3 LR44s at 4.5V, it worked fine, and with a LIPO at 3.7V it worked fine.
Here are some pictures of my Altoids trigger with a 5V regulator. The erratic problem I was haven't hasn't resurfaced, but my camera battery was running low, so maybe that was the problem. It's a little bigger than I wanted, but until I get a mini-flashlight which uses 3 LR44s this will have to do.
«
Last Edit: 23 / February / 2008, 11:04:54 by rocstar
»
Logged
databoy
Guest
Re: building usb-remote-cable
«
Reply #29 on:
24 / February / 2008, 09:03:43 »
Regarding usb remote control; the following electronics sites in Australia have some information on infra red devices:
http://www.altronics.com.au/index.asp?area=item&id=Z1611#
Infra-red Detector:
Jaycar Electronics
I have not used the devices; therefore I cannot supply any more information. Both companies sell kit sets and components. I have purchased components from both companies; they are both reliable and helpful. An email to their customer service department may give you the circuits and technical details.
Logged
Print
Pages:
1
[
2
]
3
4
5
6
7
...
28
Go Up
« previous
next »
CHDK Forum
»
Canon DSLR Development (+ other development)
»
Hotwire! Hardware Mods, Accessories and Insights
»
building usb-remote-cable
SimplePortal 2.3.3 © 2008-2010, SimplePortal