Skip to main content

RF Chatting device with Arduino

 RF chatting device with Arduino board.

1. RF modules: - RF module is a pair of transmitter circuit and a receiver circuit with can be           used to do short range communication around 20 to 50 meter. 

 Modules specifications: - 

   1.1  Transmitter:

  • Working voltage: 3V - 12V of  max. power use 12V.
  • Working current: max  Less than 40mA max , and min 9mA.
  • Resonance mode: (SAW).
  • Modulation mode: ASK.
  • Working frequency: Eve 315MHz  Or  433MHz .
  • Transmission power: 25mW (315MHz at 12V).
  • Frequency error: +150kHz (max).
  • Velocity :  less than 10Kbps.                                                                                                  
  • So this module will transmit up to 90m in open area .
  

   1.2  Receiver:

  • Working voltage: 5.0VDC +0.5V.
  • Working current:≤5.5mA max.
  • Working method: OOK/ASK.
  • Working frequency: 315MHz-433.92MHz.
  • Bandwidth: 2MHz
  • Sensitivity: excel –100dBm (50Ω).
  • Transmitting velocity: <9.6Kbps (at 315MHz and -95dBm).
     The use of an optional antenna will increase the effectiveness of your wireless communication.

      2.  Component need in this project is: - 

               This is really a simple project with can be made really easy way. Below is the description of                project   components.

         1)  2 Arduino Board "I used Uno" .


         2)  RF 315 MHz or 433 MHz transmitter-receiver module.


         3)  Jumper wire.

         4)  Bread Board.

         5)  External Power supply (9V Battery *2) "Optional".


3. Arduino interface with RF module: interfacing of arduino and RF module can be really easy and can be completed in few steps.


        3.1 For Transmitter: -
          1. VCC  >>>> 5V.
          2. ATAD >>> D4 "You can change it as you like from Software" .
          3. GND  >>>  GND

       3.2 Receiver: -
         1. VCC  >>>>  5V.

         2. Data >>> A0.
         3. GND>>>GND.

    Note: normally frequency used is 433 Mhz for communication link b/w transmitter and receiver                     side wireless. And don’t forget to add it’s library.

         
  

    Library for RF chatting project is here VirtualWire.h library
                                   
    And the last and important thing which does this magic is our Arduino Code.

4. Arduino board code for Transmitter & Receiver code: - Arduino board code for RF chatting device with RF433 MHz

 Now open serial monitor of both Arduino IDE and type anything and hit enter to send it to other  device.

Comments

Popular posts from this blog

Smart Home Door lock system project.

RFID MFRC522  Door lock system Project summary: RFID system radio frequency identification in which Information is written in the card or tag is get read by RFID module when they get in contact. In this project we are making a home lock system which would open only when an authorized card will be available and access will be denied on wrong card. Component require: - In this project we are interfacing Arduino board with RFID MFRC522 and servo motor. RFID system would send data to Arduino board and according to that data action would be taken by Arduino board. Components are listed below:         ·          Arduino board.         ·          Arduino software.         ·          RFID MFRC522 board.         ·        ...

Arduino interfacing with capacitive touch sensor

  Arduino interfacing with capacitive touch sensor 1.     Digital touch sensor     A capacitive touch sensor is same as our android phone screen.  C apacitive touch sensing is a way of human touch sensing, that requires little or no force to activate. It may be used to sense human touch through more than a quarter of an inch of plastic, wood, ceramic or other insulating material (not any kind of metal though), enabling the sensor to be completely visually concealed.     Specifications of touch sensor:  - This touch sensor is a capacitive touch sensor which                 works on active capacitor which get create when any person touches it, just like our phone                   screen.                                           ...

Arduino board interfacing with X-bee module.

      Project: Arduino interfacing with X-Bee S-2 module.   1.     X-Bee module: X-Bee module is wireless communication device which range may be up to 500 meter or above it and it have two version Pro and normal. This module may be used for high speed and much secure communication for data and information transmitting. 1.1 Specifications: 3.3V @ 40mA 250kbps Max data rate 2 mW to 6 mW output (+3 dBm) 100 to 500 meter range(for normal X-bee not Pro.) Built-in antenna Fully FCC certified 6 10-bit ADC input pins 8 digital IO pins 128-bit encryption Local or over-air configuration AT or API command set Data sheet of X-bee is Here:   Download X-Bee data sheet NOTE: - Before using X-Bee first we need to configure some features in X-Bee like baud rate, Pan               ID, destination address channel etc. To understand the configurations please go to links below. 2.  ...