Hello,
i make project of RF receiver decode keeloq with arduino on 433 or 434 Mhz. I have "REMOTE OPEN ELECTRIC GATE" and i would like to store SERIAL NUMBER OF TRANSMITER by time like access control module.
Receivers:
Firsth Electric Gate have small receiver based on some chip 10358 7E26
Second Electric Gate have bigger receiver based on chip TDA5200
All gates works wery well with my transmiters (transmiter from another keeloq product or brand do not work with gate).
Transmiters:
10 pieces of remote control knob (all have uniq serial code) (all is based on HCS200 chip) but !!! ALL is pre-programed and full functioned with another application (propably with own PRODUCT CODE and SERIAL CODE of remote knob)
Some have 4 button and another have 2 button
I have connected one of this receiver to arduino (arduino ethernet) and data is comming (configured at 2400):
(I'm not using it, because I already wrote my own, and it's working well enough.)
Grabbing a code word out of the air is the easy part - the data in the clear is the serial number and what buttons are pressed. Now you need to figure out the 64-bit manufacturer's code that's used to encrypt the other 32 bits of the code word. That's... not so easy.