element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum What is the afforadable and acurate way to decode 433mhz wireless data ?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Verified Answer
  • Replies 27 replies
  • Answers 6 answers
  • Subscribers 394 subscribers
  • Views 5165 views
  • Users 0 members are here
  • signal
  • decoding
  • wireless signal decoding
  • radio
  • 433 mhz
  • paquet sniffer
  • wireless
  • arduino
  • remote
  • rf scanner
  • decoder
  • frequency
Related

What is the afforadable and acurate way to decode 433mhz wireless data ?

redgreenblue
redgreenblue over 8 years ago

Hi,

 

Simply looking for a way to capture, copy and then trigger wireless data from an arduino.  I wish to get all the wireless devices in my home to be control from a single remote, so I need a scanner that would give me all the data, right now it give me more headache than data.

 

1- I've google ''Packet Sniffer'' and found the Texas Instruments SmartRF but the module is over 500$, which is pricy for me since I would do this only ONCE.

 

2-  I've spend quite lot of time trying to get signal from my Garage Door opener with and arduino and RF module, but the information capture is NOT ACCURATE.

(*seem like the arduino RF library can't do an accurate work or the Receiver not compatible with some remote I have)

 

So is there another way ?

Someting more simple and accurate.

 

Thanks for any suggestions, help or comments.

  • Sign in to reply
  • Cancel

Top Replies

  • kas.lewis
    kas.lewis over 8 years ago +1 suggested
    What you are essentially trying to do with your current setup is to use a generic postcard reader and want to understand what the postcard says but your forget that there are different languages around…
  • neilk
    neilk over 8 years ago +1 suggested
    Hi redgreenblue . I have been quite successful using the RC switch library: https://github.com/sui77/rc-switch/wiki https://github.com/sui77/rc-switch/wiki I've used an Arduino and a 433Mhz receiver, with…
  • neilk
    neilk over 8 years ago in reply to redgreenblue +1 suggested
    This is the approach I used: https://github.com/sui77/rc-switch/wiki/HowTo_Receive to decode the signals from my remote: I then used this sketch to transmit a code to my device: /* Send the code sequence…
Parents
  • neilk
    0 neilk over 8 years ago

    Hi redgreenblue. I have been quite successful using the RC switch library:

     

    https://github.com/sui77/rc-switch/wikihttps://github.com/sui77/rc-switch/wiki

     

    I've used an Arduino and a 433Mhz receiver, with this library, to decode the transmissions from a remote control unit and then set up an Arduino to control a 433Mhz transmitter to switch on a remote socket.

     

    It takes a bit of fiddling with, but it's not too difficult.

     

    Hope this helps

     

    Neil

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • redgreenblue
    0 redgreenblue over 8 years ago in reply to neilk

    Hey Neil,

     

    I've been trying to get signal using this library and another one call the RadioHead. It never worked. This is why I'm looking for another way of doing it. I've tried over 25 times last week, still nothing worked.

     

    But if you say it worked, I'm currious to know what you did to make it work...

     

    Is it too much to ask, if you can describe me the step you did to be sucessfull with this library ?

     

    1- what is your schematic

    2- what sketch you used

    3- did you use other files

    4- did you made an antenna, if yes what is the lenght ?

    etc..

     

    Again, if you have the time, thank you.

    that would be AMAZING to replicate what you did.

     

    I have theses

    https://www.seeedstudio.com/433Mhz-RF-link-kit-p-127.html

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • mcb1
    0 mcb1 over 8 years ago in reply to redgreenblue

    Some of the remotes using rolling code.

    That is they change the code each time they are pressed.

     

    I haven't seen (or looked) to see how the receiver knows it's valid, and given that you may have more than one remote, why it works.

     

    The idea was to stop criminals doing exactly what you are doing.

    Listening/snooping the code, and then resending it out to gain access.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Reply
  • mcb1
    0 mcb1 over 8 years ago in reply to redgreenblue

    Some of the remotes using rolling code.

    That is they change the code each time they are pressed.

     

    I haven't seen (or looked) to see how the receiver knows it's valid, and given that you may have more than one remote, why it works.

     

    The idea was to stop criminals doing exactly what you are doing.

    Listening/snooping the code, and then resending it out to gain access.

     

    Mark

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
Children
  • redgreenblue
    0 redgreenblue over 8 years ago in reply to mcb1

    Gee!  I wasn't aware there was criminal using this...don't worry my friend I'm doing internet of thing for my home I guess I'm getting pretty crazy about decoding everything...tv, garage door, ceiling fan, heater, lights, etc..

     

    A 'rolling code' ... , there is so much about RF to be learn, very cool.

    That's a valuable information

    THANKS.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
  • Former Member
    0 Former Member over 8 years ago in reply to redgreenblue

    Most cars use wireless to unlock their doors these days... Luckily they have invented methods (such a rolling codes) to make it difficult for would be criminals!!!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube