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 5150 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
  • kas.lewis
    0 kas.lewis over 8 years ago

    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 teh world. With RF it is the same thing. Just because the device uses 433MHz does not mean it speaks the same language. The 433MHz is like it all being written on paper but there are different languages. What you need it to know the RF protocol as well as packet structure of each device. one without the other will only get you so far and probably nowhere useful. Also the TI kit probably won't help because again you need to know the RF encoding. A spectrum analyzer with a decent number of decoding protocols might help but again you would need to know how to use it and where to start. While what I'm saying probably won't help you get to your goal it might give you an idea of what it is you are looking for. Good luck with your project

     

    Kas

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • kas.lewis
    0 kas.lewis over 8 years ago

    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 teh world. With RF it is the same thing. Just because the device uses 433MHz does not mean it speaks the same language. The 433MHz is like it all being written on paper but there are different languages. What you need it to know the RF protocol as well as packet structure of each device. one without the other will only get you so far and probably nowhere useful. Also the TI kit probably won't help because again you need to know the RF encoding. A spectrum analyzer with a decent number of decoding protocols might help but again you would need to know how to use it and where to start. While what I'm saying probably won't help you get to your goal it might give you an idea of what it is you are looking for. Good luck with your project

     

    Kas

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

    Well this is a very good awnser thanks.

    But this won't stop me for doing it.

     

    Are you RF expert ?

     

    Can you help me to get started on this ?

    like best book to read first ?

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

    In no way was I suggestion you not pursue this, it was more of an outline of what it is you would need to look at. As for me, I am most definitely not an expert. At best I am someone who has messed around a bit and been around some RF work. Could I help you, that I'm not sure. I would probably suggest first understanding the devices you are wanting to talk to and what it is they "speak". then see if your radio is capable of talking that. Then you need to work on how to capture the signals and record them and play them back.

     

    Again not impossible just takes time and effort, something hard to come bay in todays world.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify 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