Decoding car alarm remote


Closed Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Location
    New Zealand
    Posts
    171

    Default Decoding car alarm remote

    I have a mongoose remote system I'd like to decode it's used for remote central locking of cars - but I would like to use the remote for other PIC based projects - it's a neat little remote 100% waterproof and from what I crudely measured a range of around the 100m mark. I'm wondering how do get the data into something useful to the PIC the reciever board hooked to a scope looks like it reads 0.76ms and 0.38ms for 0 and 1 on a scope - the problem is I think I'll need to find a digital storage scope to figure out the nitty gritty, it's a rolling code - but I'm hoping it has an identifier and a function in it maybe at either end of the rolling code so the code is not so important as I'm not really worried about security, does anyone have any experience with these? Am I right in assuming the controller will have it's own identifier and fucntion before the rolling code? Thanks

  2. #2
    Join Date
    Sep 2003
    Location
    Vermont
    Posts
    373


    Did you find this post helpful? Yes | No

    Default

    A lot of the rolling code generators give you a one in 24 million chance of picking the right code on the next key press. You would be better off piggybacking a hackable receiver with the existing one. I reverse engineered a remote PIR detector once for fun. It had a 24 bit transmission, but it was not encrypted. Once you have a receiver that will pick up the 315 MHz or 433 MHz signal, you can output the data to a standard oldsillyscope. You can send the signal continuously, and record the image to graph paper. Similarly, you can adapt some of the IR decoding software for the PIC, and do it that way.
    Ron

Similar Threads

  1. INT2 anomaly in DT_INTS-18??
    By jellis00 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 17th February 2010, 20:07
  2. DS1307 and a LED array, need ideas
    By peu in forum mel PIC BASIC Pro
    Replies: 12
    Last Post: - 30th December 2009, 18:45
  3. Replies: 14
    Last Post: - 26th September 2007, 05:41
  4. Alarm Time
    By Santana in forum Code Examples
    Replies: 1
    Last Post: - 8th December 2006, 13:58
  5. Remote Car Starter Safety
    By CocaColaKid in forum General
    Replies: 8
    Last Post: - 22nd November 2005, 09:10

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts