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 Can a RF signal be replicate from an audio capture ?
  • 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
  • Replies 6 replies
  • Subscribers 391 subscribers
  • Views 605 views
  • Users 0 members are here
  • capture
  • signal
  • audio
  • rf
  • data
  • decode
Related

Can a RF signal be replicate from an audio capture ?

redgreenblue
redgreenblue over 8 years ago

Hi guys,

 

I'm still trying to decode a 433mhz / (16 channel DIP switch) remote signal.  I got 3 remote to control many devices (up to 16), it's anoying cuz I have to get track of all 3 remote to use 3 devices. Chances are high to fail, cuz everybody lost a TV remote once in a while, just imagine with 3 tv remotes!!

 

My goal is to capture the 16 channel and embedded them into a single arduino remote.

 

image

 

Bassicailly this remote came from China and I cannot get the signal code decoded by RF24 module and Arduino Uno but thanks to Neil I've decoded all the other remotes!!!

 

Becuz I don't have any Oscillator, the only way I can 'capture' the signal is with a 1/8 audio jack and a audio recording software. It work and I can see that each channels have differents 'sound/signal modulation. I've seen this on many forum but I haven't been able to decode my audio channel, since it don't seem like anything people are getting on thoses forums...

Decoding RF link using a PC soundcard | Hackaday

 

Here a waveform exemple, I got.

image

 

 

 

If this method is right, what are the next step to convert theses audio informations to arduino data ?

 

Best regards.

Seb

  • Sign in to reply
  • Cancel
Parents
  • neilk
    neilk over 8 years ago

    The first reference you gave looks fascinating and straightforward - if you look for his blog to pick up the fine details.

     

    The second reference looks, how can I put it, expensive!!!!!!

     

    I would look further into the audio approach.

     

    Neil

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • neilk
    neilk over 8 years ago

    The first reference you gave looks fascinating and straightforward - if you look for his blog to pick up the fine details.

     

    The second reference looks, how can I put it, expensive!!!!!!

     

    I would look further into the audio approach.

     

    Neil

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

    Yep, there must be a 'home made' way to doing this...

    Thank Neil for looking this !

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • redgreenblue
    redgreenblue over 8 years ago in reply to neilk

    To follow up on trying to replicate the signal, the other way around is to replicate the circuit. Right ?!

     

    so I've started to analyse it. While I'm waiting to receive the USB dongle cuz audio signal didn't work inside the SDR software.

     

    There one chip without any text or information. (red)

    Does anybody know what it is ?

     

    1-On the right side the part with the R433, is defenitively similar as a RF24 transmitter, the resistor have same values and connection is the same. This is pretty easy to replicate. The other resistor that does not match, are there for the 12v 23a battery I guess.

     

    2- A button, with 102 resistor (1k) and Led. Must be connected to 'input' on the unknown chip.

     

    3- There a DIP switch, you can see 3 output from the unknonw chip to the DIP switch (on the other side *8 solder).

     

    This has to work.

    Any help would be deeply appreciated!!!

     

     

    image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • neilk
    neilk over 8 years ago in reply to redgreenblue

    That anonymous chip is responsible for the RF signal encoding. Unfortunately you can't identify it.

     

    There a several chip/chipsets used to encode RF for remote control and some of them are mentioned here:

     

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

     

    This might help

     

    Best of luck

     

    Neil

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • redgreenblue
    redgreenblue over 8 years ago in reply to neilk

    Gee thanks, it help but also don't. You said it, I can't identify it...

    I guess I'll get no significative help on this one, pretty vague and non-standard..

    Doesn't matter, I'll try to investigate further by myself.

     

    Thank Neil, always a pleasure to have advices from you !

     

    image

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