Page 1 of 1

Wireless Communications to Garage Door

PostPosted: Sat Nov 29, 2014 5:15 pm
by V8mgb
I set up a low tech wireless communication system for my garage door. I still need to clean things up , here is what I did

- Relay connected to a door opener (what you would normally use in your car). When the relay closes it activates the remote to open / close the door
- I am using a set of NRF24L01 wireless transmitters to communicate / send door open / close position.
- Magnetic sensor attached to door opener trolley
- Needed a 2nd Arduino to receive the door position data which is connected to the Arduino and Ethernet running the My Door Opener code
- NRF24L01 and Ethernet used several of the same Ardunio pins which required me to add the additional Arduino
- Used all low cost ebay Arduino boards and Ethernet shield
- The NRF24L01 could also be used to trigger the door open / close. I wanted a more secure communications for this but I am sure something could be put together


Here are the major components

Arduino Boards $5.95
http://www.ebay.com/itm/141248764253?_t ... EBIDX%3AIT

Ethernet shield $12.99
http://www.ebay.com/itm/161180069943?_t ... EBIDX%3AIT

NRF24L01 High Power $4.95 (reference this page : http://arduino-info.wikispaces.com/Nrf2 ... 4GHz-HowTo )
http://www.ebay.com/itm/310651702557?_t ... EBIDX%3AIT

NRF24L01 Socket adapter $1.04 (need this for the 3.3V regulator)
http://www.ebay.com/itm/200960749614?_t ... EBIDX%3AIT

Re: Wireless Communications to Garage Door

PostPosted: Sun Nov 30, 2014 9:25 am
by support
Cool setup. Thanks for sharing!

Re: Wireless Communications to Garage Door

PostPosted: Thu May 28, 2015 12:59 pm
by ChaAZydTalyr
V8mgb wrote:I set up a low tech wireless communication system for my garage door. I still need to clean things up , here is what I did

- Relay connected to a door opener (what you would normally use in your car). When the relay closes it activates the remote to open / close the door
- I am using a set of NRF24L01 wireless transmitters to communicate / send door open / close position.
- Magnetic sensor attached to door opener trolley
- Needed a 2nd Arduino to receive the door position data which is connected to the Arduino and Ethernet running the My Door Opener code
- NRF24L01 and Ethernet used several of the same Ardunio pins which required me to add the additional Arduino
- Used all low cost ebay Arduino boards and Ethernet shield
- The NRF24L01 could also be used to trigger the door open / close. I wanted a more secure communications for this but I am sure something could be put together


Here are the major components

Arduino Boards $5.95
http://www.ebay.com/itm/141248764253?_t ... EBIDX%3AIT

Ethernet shield $12.99
http://www.ebay.com/itm/161180069943?_t ... EBIDX%3AIT

NRF24L01 High Power $4.95 (reference this page : http://arduino-info.wikispaces.com/Nrf2 ... 4GHz-HowTo )
http://www.ebay.com/itm/310651702557?_t ... EBIDX%3AIT

NRF24L01 Socket adapter $1.04 (need this for the 3.3V regulator)
http://www.ebay.com/itm/200960749614?_t ... EBIDX%3AIT


Thanks V8mgb for sharing this cool setup with us

Best Wishes