Author Topic: Interfacing 433mhz Remote Control Key FOB  (Read 3314 times)

0 Members and 1 Guest are viewing this topic.

Offline maurosmartinsTopic starter

  • Regular Contributor
  • *
  • Posts: 62
  • Country: pt
    • Electronics and Embedded systems
Interfacing 433mhz Remote Control Key FOB
« on: September 17, 2017, 06:14:44 pm »
Hello all!

For a recent idea that I had I need a remote with one or two keys, the typical electric garage remote would be perfect because of its form factor and price on ebay for example.
eBay auction: #http://www.ebay.com/itm/Universal-Electric-Gate-Garage-Door-Remote-Control-Key-FOB-Cloning-Cloner-433mhz-/152435429297?epid=600821686&hash=item237ddc0fb1:g:uY8AAOSw32lYoWiG
My question is, how to interface this (receptor) with a microcontroller and what to expect.

Does anybody have done this before? Any help would be good!

Thanks in advanced best regards Mauro.
 

Online PA0PBZ

  • Super Contributor
  • ***
  • Posts: 5125
  • Country: nl
Re: Interfacing 433mhz Remote Control Key FOB
« Reply #1 on: September 17, 2017, 06:43:46 pm »
I'm not sure what you want to do with it and your link doesn't work for me but I guess this is a remote control made to clone another remote control.
If you want something to wireless control a microcontroller it can be done a lot cheaper, see for instance:

http://www.ebay.com/itm/433Mhz-RF-Transmitter-And-Receiver-Modules-for-Arduino-ARM-MCU-Remote-Control-/132259659198

Keyboard error: Press F1 to continue.
 

Offline maurosmartinsTopic starter

  • Regular Contributor
  • *
  • Posts: 62
  • Country: pt
    • Electronics and Embedded systems
Re: Interfacing 433mhz Remote Control Key FOB
« Reply #2 on: September 17, 2017, 07:10:09 pm »
Hello PA0PBZ,

I would like to use one of these to trigger an action, I would like to use it because Of its form factor. I can carry this easilly in my pocket.



What I need to know is how to receiver the key press on the microcontroller.

Best regards  Mauro.

 

Offline MattHollands

  • Frequent Contributor
  • **
  • Posts: 313
  • Country: gb
    • Matt's Projects
Re: Interfacing 433mhz Remote Control Key FOB
« Reply #3 on: September 18, 2017, 04:39:29 pm »
Hello PA0PBZ,

I would like to use one of these to trigger an action, I would like to use it because Of its form factor. I can carry this easilly in my pocket.



What I need to know is how to receiver the key press on the microcontroller.

Best regards  Mauro.

Most keys operate on 433MHz. I've had a lot of success using the HopeRF RFM69 module. You can find Arduino libraries online and I ported it to the MBED platform on my github.
Read about my stuff at: projects.matthollands.com
 

Offline paulcav

  • Contributor
  • Posts: 37
  • Country: au
Re: Interfacing 433mhz Remote Control Key FOB
« Reply #4 on: September 19, 2017, 08:26:50 am »

I would like to use one of these to trigger an action, I would like to use it because Of its form factor. I can carry this easilly in my pocket.

What I need to know is how to receiver the key press on the microcontroller.

Best regards  Mauro.

Hi mauro,

Most of these FOB transmitters come with a reciever

with this receiver it will output on one of the pins to correspond to the keypress. It is based on IC2262/2272 chips. IC Datasheet here.

Have a look here for one that i think will meet your requirements.

This is a datasheet that you can use here



« Last Edit: September 19, 2017, 08:49:42 am by paulcav »
 

Offline maurosmartinsTopic starter

  • Regular Contributor
  • *
  • Posts: 62
  • Country: pt
    • Electronics and Embedded systems
Re: Interfacing 433mhz Remote Control Key FOB
« Reply #5 on: September 19, 2017, 10:57:18 am »
Hello paulcav and MattHollands, thank you very much for your replies.


paulcav, thank you for such complete answer, this helps me a lot, it is very easy to integrate.

MattHollands, you are using the RFM69 for "listening" for those key fobs, or you are suggesting using the RFM69 for creating a 433MHz link? if is for creating the link it is not good for me, I would like to use the already existent key fobs because they are cheap and can easily transported in the pocket.

Best regards, Mauro.
 

Offline MattHollands

  • Frequent Contributor
  • **
  • Posts: 313
  • Country: gb
    • Matt's Projects
Re: Interfacing 433mhz Remote Control Key FOB
« Reply #6 on: September 19, 2017, 11:03:08 am »
Hello paulcav and MattHollands, thank you very much for your replies.


paulcav, thank you for such complete answer, this helps me a lot, it is very easy to integrate.

MattHollands, you are using the RFM69 for "listening" for those key fobs, or you are suggesting using the RFM69 for creating a 433MHz link? if is for creating the link it is not good for me, I would like to use the already existent key fobs because they are cheap and can easily transported in the pocket.

Best regards, Mauro.

I'm suggesting "listening" for those keyfobs. By putting the RFM69 into OOK mode and setting it to a certain frequency, it will fully decode all data sent on that frequency and output it on a pin. You can look for the correct codes for the buttons. In fact I think you can make the module detect codes itself.
Read about my stuff at: projects.matthollands.com
 

Offline paulcav

  • Contributor
  • Posts: 37
  • Country: au
Re: Interfacing 433mhz Remote Control Key FOB
« Reply #7 on: September 19, 2017, 11:53:16 am »

If you want to use device with relays you can have an idea with this one
here
« Last Edit: September 19, 2017, 12:01:39 pm by paulcav »
 

Offline AlessandroAU

  • Regular Contributor
  • *
  • Posts: 168
  • Country: au
Re: Interfacing 433mhz Remote Control Key FOB
« Reply #8 on: September 22, 2017, 02:20:00 pm »
Check out my GitHub project:

https://github.com/AlessandroAU/ESP8266-433Mhz-and-IR-Bridge-MQTT

You can receive and duplicate those 433mhz OOK/ASK packets with very little hardware. (ESP8266 + 433Mhz modules)
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf