Hello,
I got myself involved in project of gate opening using actuator.
I use arduino nano (for timing control, emergency sensors etc) and wireless remote like this ->
http://www.ebay.com/itm/4-CH-Wireless-Transmitter-Receiver-Remote-Control-Switch-Relay-DC-12V-10A-315MHz-/181446904368?hash=item2a3f140a30:g:7m4AAOSwVupTqUBzEverything was working perfect, but range was not enough (while driving car, gate was not able to get opened so i was blocking a one way street and people need to wait) so i mounted external receiving antenna. Got myself a great range but stuck in other problem...
Other people are opening gate
Bigger antenna, bigger gain, bigger range, more people in range = troubles.
First of all i change couple times "id" programmed in transmitter and not i got gate opened once a week (earlier couple times a day).
Probably i can find "free one" but at night when propagation of radio waves is better still someone could hit my key and don't know it...
I found that impossible to treat as good job.
Could anyone recommend me a remote like this one
"
http://www.ebay.com/itm/4-CH-Wireless-Transmitter-Receiver-Remote-Control-Switch-Relay-DC-12V-10A-315MHz-/181446904368?hash=item2a3f140a30:g:7m4AAOSwVupTqUBz"
what will have some kind of encryption to be sure that only I can open gate and remotes programmed by me?
I was thinking about wifi module, but still will be problem with range...
Is there any out of box solution?
I was thinking about doing it myself but i'm unable to create form factor that could be fit on pocket (i need one for car, couple for people to wear in pocket).
I was thinking about arduino nano and digital transmission.
1) Set up a encryption key shared between keychain for example 123456789
2) When i want open gate, i send message to gate arduino (gate arudino respond with random numbers 987654321)
3) I recevie random number and multiple by secret key and send to gate.
4) gate is know secret key and key that he send so calculate and match if equal if yes then open gate (if 123456789 * 987654321 = answer then yes open .
So it's "impossible" to tamper that transmission if numbers are long enough.
Can anyone share out of box idea like this?
I need 4 chanel NO relays, go to close when key-press.
Regards
Any ideas are welcome:)