EngineersGarage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise
You are here: Home / Topics / RFID Readeing Problem.PLEASE help me

RFID Readeing Problem.PLEASE help me

|

Microcontroller › Arduino › RFID Readeing Problem.PLEASE help me

  • This topic has 3 replies, 3 voices, and was last updated 10 years, 3 months ago by SUDHANSHU AGRAHARI.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • July 10, 2014 at 5:47 am #4888
    diroshan
    Participant
    here is my coding for reading rfid tag. but it give result as “þþþþþþþþþþþþ” on serial monitor 
    pls give solution to solve this problom
     
     
     
     
     
     
     
     
    #include <SoftwareSerial.h>
    SoftwareSerial RFID(10, 11);
     
    String tag;
     
    void setup()
    {
     
      Serial.begin(9600);
      Serial.println(“Serial Ready”);
     
      RFID.begin(9600);
      Serial.println(“125khz RFID Ready”);
      Serial.println(“Waiting for a Tag…”);
    }
     
    char c;
     
    void loop(){
        while(RFID.available()>0){
        c=RFID.read();
        tag += c;
      }
    tag=tag.substring(1,13);
    while(tag.length()>0){
    Serial.println(“Tag Detected”); Serial.print(“ID: “); Serial.println(tag);
    tag=””;
    delay(2000);
    Serial.println(“Waiting for a Tag…”);
    tag=””;
    }
    delay(1000);
    tag=””;
    }
     
     
     
     
    July 10, 2014 at 6:14 am #11887
    diroshan
    Participant

    i used this rf id reader
     

    wysiwyg_imageupload:12737:wysiwyg_imageupload:12738:

    February 1, 2015 at 12:38 pm #12552
    ravi
    Participant

    May i know which RFID module you have used…Is it EM18 reader module…..Or is it giving TTL output  or RS232…?

    February 1, 2015 at 5:01 pm #12553
    SUDHANSHU AGRAHARI
    Participant

    i think you are using aurduino..

    so first tell which aurdino board u r using bt before that check the pin configuration of rs232 with tx and rx pin and with max 232.

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Log In

RSS Recent Posts

  • can a AT89C51 be used as a rom? May 21, 2025
  • Welcome to GTSMT PCB Assembly Solutions Provider May 21, 2025
  • Telegram Based Alarm - Sensor cable protection May 21, 2025
  • Chinese Tarrifs – 104%!?! May 21, 2025
  • An Update On Tarrifs May 21, 2025

Stay Up To Date

Newsletter Signup
EngineersGarage

Copyright © 2025 WTWH Media LLC. All Rights Reserved. The material on this site may not be reproduced, distributed, transmitted, cached or otherwise used, except with the prior written permission of WTWH Media
Privacy Policy | Advertising | About Us

Search Engineers Garage

  • Engineers Garage Main Site
  • Visit our active EE Forums
    • EDABoard.com
    • Electro-Tech-Online
  • Projects & Tutorials
    • Circuits
    • Electronic Projects
    • Tutorials
    • Components
  • Digi-Key Store
    • Cables, Wires
    • Connectors, Interconnect
    • Discrete
    • Electromechanical
    • Embedded Computers
    • Enclosures, Hardware, Office
    • Integrated Circuits (ICs)
    • Isolators
    • LED/Optoelectronics
    • Passive
    • Power, Circuit Protection
    • Programmers
    • RF, Wireless
    • Semiconductors
    • Sensors, Transducers
    • Test Products
    • Tools
  • Advertise