Difference between revisions of "Protocol decoder:Rc encode"

From sigrok
Jump to navigation Jump to search
(Created page with "{{Infobox protocol decoder | id = rc_encode | name = RC Encode | description = Remote Control Encode. | status = supported | license...")
 
m
 
(One intermediate revision by the same user not shown)
Line 14: Line 14:
}}
}}


The '''rc_encode''' protocol decoder can decode the remote control protocol which is frequently used within key fobs and power socket remotes.
The '''rc_encode''' protocol decoder can decode the remote control protocol which is frequently used within 433MHz key fobs and power socket remotes.


== Decoder ==
== Decoder ==
Line 20: Line 20:
They contain encoding chips like the [http://www.princeton.com.tw Princeton Technology Corp] PT2262 which converts the button pressed and address settings into a series of pulses which is then transmitted over whatever frequency and modulation that the designer chooses. These devices operate at a number of frequencies including 433MHz.
They contain encoding chips like the [http://www.princeton.com.tw Princeton Technology Corp] PT2262 which converts the button pressed and address settings into a series of pulses which is then transmitted over whatever frequency and modulation that the designer chooses. These devices operate at a number of frequencies including 433MHz.


This PD should also decode the HX2262 and SC5262 which are equivalents.
The decoder also contains some optional additional decoding for a Maplin L95AR remote control and will turn the received signal into which button was pressed and what the address code DIP switches are set to.
 
== Supported ICs ==
 
* SC5262 / SC5272
* HX2262 / HX2272
* PT2262 / PT2272 (verified)
* EV1527 / RT1527 / FP1527 / HS1527 (EV1527 verified)


The decoder also contains some optional additional decoding for a Maplin L95AR remote control and will turn the received signal into which button was pressed and what the address code DIP switches are set to.
== Resources ==
== Resources ==


* https://github.com/sui77/rc-switch/wiki/KnowHow_LineCoding
* [http://www.princeton.com.tw/Portals/0/Product/PT2260_s.pdf PT2260]
* [http://www.princeton.com.tw/Portals/0/Product/PT2260_s.pdf PT2260]
* [https://github.com/sui77/rc-switch/wiki/List_KnownDevices A list of devices with known chipsets]


[[Category:Protocol decoder]]
[[Category:Protocol decoder]]
[[Category:Wireless]]
[[Category:Wireless]]

Latest revision as of 23:34, 29 July 2021

rc_encode
Rc encode.png
Name RC Encode
Description Remote Control Encode.
Status supported
License GPLv2+
Source code decoders/rc_encode
Input logic
Output none
Probes data
Optional probes none
Options remote;

The rc_encode protocol decoder can decode the remote control protocol which is frequently used within 433MHz key fobs and power socket remotes.

Decoder

They contain encoding chips like the Princeton Technology Corp PT2262 which converts the button pressed and address settings into a series of pulses which is then transmitted over whatever frequency and modulation that the designer chooses. These devices operate at a number of frequencies including 433MHz.

The decoder also contains some optional additional decoding for a Maplin L95AR remote control and will turn the received signal into which button was pressed and what the address code DIP switches are set to.

Supported ICs

  • SC5262 / SC5272
  • HX2262 / HX2272
  • PT2262 / PT2272 (verified)
  • EV1527 / RT1527 / FP1527 / HS1527 (EV1527 verified)

Resources