I need a system to receive signals from multiple sensors back to a central point. The cable length will be up to 4 meters and there will be some interference around (low voltage motors and solenoids). I looked at RS485 but it seems very complicated for what I need. The master could poll each sensor to request the latest data.
I came up with this idea. Use RS485 interface chips (MAX485?) and twisted pair cable to connect everything together. Use a PIC USART to transmit the required sensor address. The addressed sensor then transmits its data while all others ignore it. I could use the ninth data bit from the USART to identify when a sensor address is being transmitted.
Does this seem to be a viable system?
I came up with this idea. Use RS485 interface chips (MAX485?) and twisted pair cable to connect everything together. Use a PIC USART to transmit the required sensor address. The addressed sensor then transmits its data while all others ignore it. I could use the ninth data bit from the USART to identify when a sensor address is being transmitted.
Does this seem to be a viable system?