Hi, this is a description of a serial network I designed for my own home automation use back in 2009. I debated for some time whether to put it up on the net as it is nothing too original and it's quite low tech in this age of LAN and ethernet etc.
But it does have some advantages in that you can use many very cheap devices on a single data wire, and it uses standard serial and can work with cheap PICs with or without USART. Since this type of system doesn't seem to be discussed much I thought it was worth putting up on my web page just in case someone wants a low-tech reliable way to put a lot of cheap devices all communicating on a very simple serial wire.
http://www.romanblack.com/blacknet/blacknet.htm
The "round robin" system with incrementing wait periods was discussed many years ago on the PIClist (back in 2000?) but I might be the only person to actually build a working network with this system.
It combines a number of simple concepts working together like; multiple devices on one pull-up data line, devices taking turns, devices can be powered from the line, devices don't need to transmit (which allows large numbers of devices) and can be made with the lowest tech hardware like PIC 10F 12F 16F etc.
But it does have some advantages in that you can use many very cheap devices on a single data wire, and it uses standard serial and can work with cheap PICs with or without USART. Since this type of system doesn't seem to be discussed much I thought it was worth putting up on my web page just in case someone wants a low-tech reliable way to put a lot of cheap devices all communicating on a very simple serial wire.
http://www.romanblack.com/blacknet/blacknet.htm
The "round robin" system with incrementing wait periods was discussed many years ago on the PIClist (back in 2000?) but I might be the only person to actually build a working network with this system.
It combines a number of simple concepts working together like; multiple devices on one pull-up data line, devices taking turns, devices can be powered from the line, devices don't need to transmit (which allows large numbers of devices) and can be made with the lowest tech hardware like PIC 10F 12F 16F etc.