Maker Pro
Maker Pro

How to Interface to PT4303-S Superhet Receiver Chip

hevans1944

Hop - AC8NS
Jun 21, 2012
4,885
Joined
Jun 21, 2012
Messages
4,885
Someone posting as @PTaylor hijacked another thread on this subject, after surmising they should have opened a new thread. So, I am doing just that. Below is the original post followed by my comments:

Old Steve, and/or anyone else that has knowledge and experience with the PT4303 and/or that"family" of chips.
I know this is an old topic, maybe I should start a new thread, but while searching the internet for information on this chip, I found this discussion.
Right now I've got a PCB that has a PT4303 chip on it and an unmarked, 8 pin SOIC chip. After tracing everything out, I'm 99% sure the unmarked chip is an 8 pin microprocessor of some type. The unknown chip has two traces that go back to the PT4303. those traces equal the CHIP ENABLE and DATA OUT of the PT4303. So, my thinking is that the unknown chip is pulling the CE line high during typical operation, and receiving data from the the PT4303 on the DO line.
My question is this, what "information" is the PT4303 chip put out? meaning, is there some communication protocol that it uses to pass data? Serial or something else? just a line of pulses?
If I wanted to replace the uP with something of my own, how would I "talk" or interpret the information coming from the PT4303?
I've downloaded their datasheet and it doesn't describe what to expect on the DO line. I havent been able to find any other info or projects using this particular chip.....
This popular Asian chip is used to receive amplitude shift keyed (ASK) or On/Off Keyed (OOK) signals provided by various key-fob transmitters. The transmission protocol is up to the key-fob manufacturer, and can very from very simple to quite complex for operation in the 315 MHz (Europe) and 434 MHz (USA) ISM (Industrial Scientific Medical) bands that allow unlicensed transmitters. For example, here in the USA there are specific requirements on output power and how long transmissions can be.

Most of the key-fob manufacturers get "type approval" from the FCC (Federal Communications Commission) for 434 MHz key fobs, so all you need to do is decode the protocol they use. Receivers do not require licensing in the USA, but integrating this chip into a transceiver to allow both receiving and transmitting probably does. Consult your legal professional for legal advice.

The oldest protocol is Holtek encoding (now obsolete) that uses pulse-position modulation (PPM) to represent binary "ones" and "zeros" as well as "open circuit" or "tri-state" in the data stream sent by the key-fob. This was apparently a concession to early garage door remote controls that allowed a three-position address switch that selected 1, 0, or none to encode a "unique" ten-bit address to pair between the key-fob and the receiver. The Holtek protocol assigns a "one" or "zero" according to where the transmitter "on" signal appears within a certain time window. The "tri-state" or "open" code extends the on time for the bit,

The newer key-fob versions use OOK and transmit data in "character blocks" consisting of a start bit, data bits, and one or more stop bits at a user-defined baud rate. This could probably be decoded with a standard UART (Universal Asynchronous Receiver Transmitter) chip or function on a microcontroller.

So, the PT4303 receives the RF transmission and converts it to a 10.7 MHz Intermediate Frequency (IF) just like any superhet receiver. The user must insert a band-pass filter between the IF output (MIXOUT, pin5) and the demodulator input (IFIN, pin 7). The demodulated RF on/off data is then available at Data Out (DO, pin 11) provided the Chip Enable (CE, pin 10) line is pulled high.

So, Mr. Phelps, your mission if you choose to accept it, is to make sense of all those ones and zeroes streaming out of pin 11 using only a single binary data input pin on a Microchip PIC processor of your choosing We have assembled a team for you on Electronics Point to assist you. Good luck, Mr. Phelps. As always, this message will self-destruct if the EP servers go down. You should save a backup copy on your personal computer.

Hop
 
Top