Fast wireless trigger method without using processor?
T Chap
Posts: 4,223
I am exploring an idea that requires a non software option of a wireless trigger event. The source event is a contact closure, and receiver is just as simple, it can be an active low. The distance needs to only be 4'. There can be no processors on either end, since the system that this is feeding already has the Nordic and Propeller that will relay the information to other systems, thus the lag time is already maxed out with the Nordic and Propeller time lost. The goal is a small PCB, with a miniature battery of some sort. The battery only turns on when the contact closure event occurs, thereby maintaining a long battery life.
I have seen some devices that are similar used on camera hotshoes for remote flash triggering. They are tiny modules that sit on the camera, the camera closes a contact when the button is pressed to take the photo( closing a contact on the hotshoe ). There is a receiver module on the other end. I took these apart and the guts are ultra simple, a single unidentified DIP IC.
Any suggestions on a method? The goal is to lose only a few uS, but I don't have a set max time.
I have seen some devices that are similar used on camera hotshoes for remote flash triggering. They are tiny modules that sit on the camera, the camera closes a contact when the button is pressed to take the photo( closing a contact on the hotshoe ). There is a receiver module on the other end. I took these apart and the guts are ultra simple, a single unidentified DIP IC.
Any suggestions on a method? The goal is to lose only a few uS, but I don't have a set max time.
Comments
The photo flash circuit is ultra simple.
All it is is a light activated photo SCR. Maybe a resister to adjust sensitivity.
The master photo flash activates the slave flashes.
Duane J
Are you sure?
As soon as I read Duane's reply, I almost slapped my head remembering that's how slave flashes generally work.
You could of course test Duane's theory by blocking light to the slave flash to see if it's still triggered.
Okay, there's another thing I didn't know. Good luck with your search.
I used a 555 timer and a 24" wire to discourage kids from blasting their boom box behind my house several years ago. I am sure sending a pulse to an LC circuit would produce an RF pulse that could be picked up by an AM, FM or other receiver circuit nearby. The square wave from the timer has many higher frequency harmonics.
-Phil
http://www.ebay.com/bhp/wireless-on-off-switch
Thanks for the suggestions.
-Phil
So, are you looking for functionality like this?
My best estimate is that response time is closer to 1msec, rather than a few usec. However, it is about as simple and reliable as you can get for a contact closure triggered TX/RX.
http://www.mouser.com/ProductDetail/Micrel/MICRF113YM6-TR/?qs=%2fha2pyFaduiPPrdazS6z1lEiGl17TgOMdH3hBi%2fBuxBRBc%2fvVjWdyQ%3d%3d
But sending just a burst of RF with no type of data will make the Receiver susceptible to false triggering.
If you could clock in some type of 10101110, but the circuit to do that will probably be as hard as to add a cheap msp430 etc.
With its minimum 50uS *8bits = 0.4mS before receiver could determine that the data is correct.
But if just clocking in 50uS 101010101......
And receiver simple times first two bits that they are within +-2uS,
when it could trigger at the start of 3rd bit, so as little as 105uS is possible but false triggering could happen as that type of signal appear all around us.
With the Micrel, that part will have to be ON all the time, not in stanby, which may work for battery life but I haven't done the math. If since it has calibrate the antenna at bootup it would be way too slow unless always powered. But it may be a solution if the battery life is good if left On all the time or with a power switch added. The Chinese modules shown do not have a power switch and I don't remember ever changing the battery on the xmit side, maybe the receiver batt was changed though.
Edit: I see power on this modules IC all the time, so it must be active and never turns off.
Thanks for the additional info guys.
But how fast do you want it? Even the RF triggers have a lag. Most photography done with the can't sync much faster that 1/100 sec. THere are some that I think can go 1/250, but I'm guessing those go hundreds of $'s. Which at one time was why I was looking to make my own.
I thought I had a solution with "transmitter on a chip" and "receiver on a chip" Very small, but like said you need some kind of discrimination on it will trigger with almost any nearby RF source of a similar frequency. So I thought I'd add a garage encoder/decoder chips, one on each end set the same. Worked in principle, but wasn't fast enough. Couldn't sync faster than 1/10 sec. (100 ms).
I used to see phone touch tone encoders/decoders using the phone system dual tone system. But never got them to try. Not sure how fast that would be. But that lead me to the idea of a maybes similar analog RC tone circuit that might do the trick and reduce false triggering. Two tones I imagine would be more secure than one tone, but never got around to trying to build it.
So I did manage to tinker something together but it was only 1/10 sec sync, which isn't good enough for photography. THat was years ago, that project is still in some storage box somewhere.
Now the Chinese flash triggers used to be found cheaper tens of $'s, but from what I read, they use frequencies that technically violate FCC standards. Used to find those on ebay. They were not sold in photography stores for the wrong frequency issue.
Good luck. Not sure if any of the above will help.
H.