[Sublab-elektronikrunde] [dezentrale-members] doorbell bits

Steven Chamberlain steven at pyro.eu.org
Thu Aug 24 22:58:36 CEST 2017


The messages never repeat the same digit three times, so it might be
https://en.wikipedia.org/wiki/Manchester_code

I wonder how long the messages are, and how to detect the start of them.

phantomix at macht-albern.de wrote:
> - DOOR OPEN -
> SLAVE	000101011010110010101010
> 1
> MASTER	0001010110

This might be three messages that overlap slightly:

    msg0:   0001010110 (from master)
    msg1:          00010110010101010100 (from slave)
    msg2:                              0001010110 (from master)

So maybe it's possible to open the door by sending only this part:

(00)0101100101010101(00)
  = 0 0 1 0 0 0 0 0 .

and this response just means "OK" or "ACK":

(00)01010110(00)
  = 0 0 0 1 .

and if that's right, our doorbell code is just this:

(00)1010011001010101(00)
  = 1 1 0 1 0 0 0 0 . (the handset should ring)

Tschau,
-- 
Steven
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 648 bytes
Desc: Digital signature
URL: <http://lists.subsignal.org/pipermail/sublab-elektronikrunde/attachments/20170824/d1705b97/attachment.sig>


More information about the Sublab-elektronikrunde mailing list