Hi All,
Does anyone know if there are any plans to implement real 1-Wire communication from a single pin of the Imp rather than just doing bit banging out of a UART?
Thanks in advance,
Rob
Hi All,
Does anyone know if there are any plans to implement real 1-Wire communication from a single pin of the Imp rather than just doing bit banging out of a UART?
Thanks in advance,
Rob
The UART one works pretty well, so a native version was pushed back in priority. Any reason UART is not suitable for you? Some people use an I2C to 1 wire bridge chip too, for active pull-up and better drive.
I am looking at various SPI and I2C options. Thanks for the heads-up about the I2C to 1-Wire chip. I was not aware of it.