Arduino NRF24L01 24Ghz Wireless Relay Switch

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

technology workshop craft home food play outside costumes

Arduino - NRF24L01 2.4Ghz Wireless Relay Switch


by vandenbrande on November 23, 2016

Table of Contents

Arduino - NRF24L01 2.4Ghz Wireless Relay Switch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1

Intro: Arduino - NRF24L01 2.4Ghz Wireless Relay Switch . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

Step 1: Schematic, Code & Parts list. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2

File Downloads . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3

Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

http://www.instructables.com/id/Arduino-NRF24L01-24Ghz-Wireless-Relay-Switch/
Author:vandenbrande ArduinoSensors.nl
Hello world! I make simple & Advanced projects for people who want to learn programming and electronics. Most of my Instructables are about arduino and
the wide range of sensors you can use with it. I make the Schematic & code, You can build something from there. Also check out my android apps for
arduino! https://play.google.com/store/apps/developer?id=BlueCore+Tech They are available open source just contact me.

Intro: Arduino - NRF24L01 2.4Ghz Wireless Relay Switch


Hello world! Today i made a Wireless switch with the NRF25L01 - 2.4ghz Wireless Module. I used a nano in the video for the transmitter but you can change it to a
uno if you don't have a nano. Check out the next step for the Schematics, Code's & parts list. Also complete fritzing files included!

Step 1: Schematic, Code & Parts list.


Wire it up like the above schematics, The Schematic with the NANO is for the TRANSMITTER and the Schematic with the UNO is for the RECEIVER.

MAKE SURE that you have installed the following libraries. Download RF24.h Here

SPI.h
nRF24L01.h
RF24.h

Parts list!

Arduino UNO for receiver


Arduino Nano for transmitter ( You can use 2 nano's, or 2 Uno's to if prefered.. i just used a nano cuz its nice and small)
NRF24L01 2.4 Ghz Wireless Module.
KY-019 1 Channel relay
Jumper Wires Set MM/FF/MF
Perfboard / prototype board for buttons (or just a Solderless BreadBoard)

Good luck!

Buy sensors here: http://arduinosensors.nl

See more projects on my blog! http://blog.arduinosensors.nl/

http://www.instructables.com/id/Arduino-NRF24L01-24Ghz-Wireless-Relay-Switch/
File Downloads

NRF24L01 Wireless Relay Switch RECEIVER.fzz (73 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'NRF24L01 Wireless Relay Switch RECEIVER.fzz']

NRF24L01 Wireless Relay Switch RECEIVER.ino (785 bytes)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'NRF24L01 Wireless Relay Switch RECEIVER.ino']

NRF24L01 Wireless Relay Switch TRANSMITTER.fzz (43 KB)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'NRF24L01 Wireless Relay Switch TRANSMITTER.fzz']

NRF24L01 Wireless Relay Switch TRANSMITTER.ino (689 bytes)


[NOTE: When saving, if you see .tmp as the file ext, rename it to 'NRF24L01 Wireless Relay Switch TRANSMITTER.ino']

Related Instructables

Wireless wireless pan Arduino Using How to modify NRF24L01+ Arduino +


Remote Using and tilt camera NRF24L01 Rf RC CAR via 2.4 Multiceiver nRF24L01:
2.4 Ghz rig with arduino Module by GHz nRF24L01 Network by Simple
NRF24L01 : by sezgingul Arduino Part1 millervet bidirectional
Simple Tutorial TheOverclocker Transmitter(Tx) wireless
Using of by nipon4666 communication
NRF24L01 & by DanielK82
Arduino by
Akshay Jha

http://www.instructables.com/id/Arduino-NRF24L01-24Ghz-Wireless-Relay-Switch/
Advertisements

Comments

http://www.instructables.com/id/Arduino-NRF24L01-24Ghz-Wireless-Relay-Switch/

You might also like