#1243

Поділитися
Вставка
  • Опубліковано 19 жов 2024

КОМЕНТАРІ • 24

  • @steubens7
    @steubens7 2 роки тому +3

    there's a famous attack on these from samy kamkar, since they use a sliding window comparison it's actually super quick to build a short bit string that goes through all the values much faster than 255 broadcasts (or 4096 for 12 bit systems) by using a de bruijn sequence

  • @RexxSchneider
    @RexxSchneider 2 роки тому +2

    I think you've missed about half of the functionality. There are two encoder chips: HT12A and HT12E. The HT12A has a 38KHz carrier for the data stream, which is intended for use with IR transmitter/receivers, and only works up to 5V. It has 8 pins that only encode addresses and 4 pins that encode only data.
    The HT12E only outputs the data stream and allows supply voltages up to 12V. It has 8 pins that only encode addresses and 4 pins that can encode either an address or data.
    The two decoder chips are the HT12D and HT12F. Both allow supplies up to 12V. The HT12D matches the first 8 bits (addresses) of the stream and latches the next four bits (data) onto its output pins when a match is found, along with setting the Valid Transmission pin high momentarily.
    The HT12F matches all 12 bits (addresses) of the stream and only sets the Valid Transmission pin high momentarily on a match. There are no other data bits.
    So, in simple terms, you can decide whether you want to transmit just a single bit of information and have 12 address bits that have to match (4096 combinations) on the HT12F.
    Or you can transmit 4 bits of information (16 different numbers) and have 8 address bits (256 combinations) to match with the HT12D.

  • @twotone3070
    @twotone3070 2 роки тому +1

    My first thought was, I wonder if you could send two different sets of 4 bit data sequentially and use them as a second 8 bit address thereby giving 256x256 = lots.

  • @brettb.345
    @brettb.345 2 роки тому

    Useful. I’m going to pick up a few of each. Thanks.

  • @andymouse
    @andymouse 2 роки тому

    How cool, these will be fun just to play with !...cheers.

  • @parthasarathythirumalai3737

    Good to see the waveform of data string , Sri guess length is same , Manchester encoding?

  • @simontay4851
    @simontay4851 2 роки тому

    I have a set of 4 remote controlled sockets that use these encoders/decoders. Each socket has 8 + 4 dip switches.

  • @salehsalehi8955
    @salehsalehi8955 2 роки тому +1

    Ho w cool, Thanks for demo.. Now if you could demo or recommend a single IC transmitter, That would be awesome ..!

  • @messtomoney
    @messtomoney 8 місяців тому

    Can I use this encoder and decoder with my homemade transmitter (built in 555timer ic)

  • @tfrerich
    @tfrerich 2 роки тому +2

    Since I didn't do the kind of work where I got lots of manufacturers' data sheets for new products, I never realized how many single purpose ICs had been designed. Of course many, if not most, are obsolete, having been replaced by either more versatile programmable designs or proprietary chips that cannot be easily repurposed for any other use.
    Are you mining the inventory you got from that analog designer's estate?

    • @IMSAIGuy
      @IMSAIGuy  2 роки тому +1

      I bought these

    • @tfrerich
      @tfrerich 2 роки тому

      @@IMSAIGuy I am jealous of your access to places that have "interesting" bits and pieces to sell. Not jealous enough to move, however.

    • @IMSAIGuy
      @IMSAIGuy  2 роки тому

      @@tfrerich I bought them on eBay or Aliexpress

  • @jj74qformerlyjailbreak3
    @jj74qformerlyjailbreak3 2 роки тому

    I need some of those to set bits for a pattern generator I’m creating. I wonder if you can cascade them together?

  • @braveheart5280
    @braveheart5280 Рік тому

    Can you decode more than one data bit at a time and send it thru a cd4514 4 line to 16 line decoder ?

  • @AnalogDude_
    @AnalogDude_ 2 роки тому

    cool chip.

  • @Mr.Leeroy
    @Mr.Leeroy 2 роки тому +1

    replay attack nightmare

    • @tonyfremont
      @tonyfremont 2 роки тому +1

      But, the upgraded, more secure system of rolling codes is defeatable in less than 30 seconds without having to record a sample in advance. A real step up that was, right... ;)

    • @Mr.Leeroy
      @Mr.Leeroy 2 роки тому

      @@tonyfremont TOTP is pretty easy even with 8bit microcontroller.

  • @Torogol85
    @Torogol85 2 роки тому

    I have the feeling that you the Taiwanese company Princeton Technology made a copy of these chips.

  • @t1d100
    @t1d100 2 роки тому

    Interesting

  • @RideGasGas
    @RideGasGas 2 роки тому +2

    0 to F on the 4 bit output? 0 to FF would be 8 bits. But I know what you meant 🙂

    • @matteo234321
      @matteo234321 2 роки тому

      I thought the same, us nerds pay way too much attention to the little details! Regardless, great video as always!

    • @RideGasGas
      @RideGasGas 2 роки тому

      @@matteo234321 Agreed, great video. I think these chips might even be used in my gate opener transmitter/receiver as they're the old dip switch set code models.