0% found this document useful (0 votes)
51 views15 pages

4channel Remote

This document describes an Arduino-compatible 4-channel RF remote control receiver board. The board uses an NRF24L01 transceiver module and ATmega328 microcontroller to provide 4 TTL outputs that can control devices like relays, motors, or lights remotely over radio frequency signals from a compatible transmitter. It operates from a 5V power supply and includes connections for interfacing with common output devices. Schematics and code are provided to help interface and program the board.

Uploaded by

ryan cooper
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views15 pages

4channel Remote

This document describes an Arduino-compatible 4-channel RF remote control receiver board. The board uses an NRF24L01 transceiver module and ATmega328 microcontroller to provide 4 TTL outputs that can control devices like relays, motors, or lights remotely over radio frequency signals from a compatible transmitter. It operates from a 5V power supply and includes connections for interfacing with common output devices. Schematics and code are provided to help interface and program the board.

Uploaded by

ryan cooper
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Controlling 4 devices using an RF remote is very easy with this project.

This is an
Arduino compatible project. NRF24L01 module, Atmega328 microcontroller, 3.3V
regulator, and few other components are part of the project. Onboard power LED and
an additional functional LED is provided. The project provides 4x TTL outputs that can
be interfaced with a relay board, solid-state relay boards, motor drivers, and other
projects. The circuit works with 5V DC and requires a few milliamps current. D2 Power
LED, D1 optional function LED.
COMPATIBLE 4 CHANNEL RF TRANSMITTER

This receiver board is compatible with the 4 Channel RF Remote Transmitter using
nRF24L01- Arduino Compatible previously published on our website.
Please refer to the example application diagram below to interface the receiver board
with Low Profile 2 Channel Solid State Relay for AC Loads which helps you to drive 2x
high voltage loads with 230V AC input. You can use 2x boards for 4 channels control.
ARDUINO PINS

 Output 1: Digital Pin D2

 Output 2: Digital Pin D3

 Output 3: Digital Pin D4

 Output 4: Digital Pin D5

 LED D1 >> Digital Pin D6


NDRF24L01 TRANSCEIVER MODULE

 CE>> Digital pin D9

 CSN>> Digital pin D10

 MOSI>> Digital pin D11

 MISO>> Digital pin D12

 SCK>> Digital pin D13

 IRQ>> Digital pin D8

 3V and GND
FEATURES
 Operating Supply 5V DC, Consumes 20mA Current

 4 x TTL Outputs, Easy Interface with Relay Board, Solid State Relay Board

 Controlling Lights, Fans, Robots is very easy

 PCB Dimensions 37.47x 36.83 mm


Arduino Code for the Transmitter and Receiver is available below, download the
code and upload it to ATmega328 microcontroller, more info is available here:
https://www.arduino.cc/en/Tutorial/BuiltInExamples/ArduinoToBreadboard
The Receiver Board Is Compatible With The Following Boards:

AC Solid State Relay Board


 AC Solid State Relay
 Low Profile 2 Channel Solid State Relay for AC Loads
DC Solid State Relay Board
 DC Output Solid State Relay
Relay Board (This board has 12V Relay, replace with 5V Relay for single Supply 5V
operation or use 5V for Receiver, 12V for Relay Board)
 4 Channel Relay Board
 Dual Relay Board Using SMD Components
 Single Channel SMD Relay Driver
SCHEMATIC
PARTS LIST

NO. QNTY. REF. DESC MANUFACTURER SUPPLIE


1 1 CN1 4 PIN MALE HEADER PITCH 2.54MM WURTH DIGIKEY
2 1 CN2 6 MALE HEADER PITCH 2.54MM WURTH DIGIKEY
3 1 CN3 NRF24L01 SEEDSTUDIO DIGIKEY
4 2 C1,C2 22PF/50V SMD SIZE 0805 MURATA/YAGEO DIGIKEY
5 3 C3,C4,C5 0.1uF/50V SMD SIZE 0805 MURATA/YAGEO DIGIKEY
6 2 C6,C7 10uF/16V SMD SIZE 1206 MURATA/YAGEO DIGIKEY
7 2 D1,D2 LED RED SMD SIZE 0805 OSRAM DIGIKEY
8 1 R1 1M 5% SMD SIZE 0805 MURATA/YAGEO DIGIKEY
9 2 R2,R3 220E 5% SMD SIZE MURATA/YAGEO DIGIKEY
10 1 R4 10K 5% SMD SIZE 0805 MURATA/YAGEO DIGIKEY
11 1 U1 ATMEGA328 MICROCHIP DIGIKEY
12 1 U2 LM1117-3.3V TI DIGIKEY
13 1 Y1 16MHZ ECS INC DIGIKEY
CONNECTIONS
EXAMPLE APPLICATION

GERBER VIEW
 TOP
o copper
o soldermask
o silkscreen
 BOTTOM
o copper
o soldermask
o silkscreen
 MECHANICAL
o drill
o outline
o outline
 OTHER
o unknown
o unknown
o unknown
o unknown

Show filenames

layerstopbottom

PHOTOS
VIDEO

ATMEGA328 DATASHEET

Please follow and like us:

PCB

You might also like