1-wire communication on ESP
Posted: Wed May 23, 2018 9:46 pm
1-wire is very interesting technology for large number of devices/sensors to control.
Number of devices can be very large as they have 64Bit ID.
https://en.wikipedia.org/wiki/1-Wire
Maybe it could be implemented to the esp-idf framework libraries?
I am not sure how hard it is to write a very fast protocol - maybe Espressif team could consider it in the newer versions )
Number of devices can be very large as they have 64Bit ID.
https://en.wikipedia.org/wiki/1-Wire
Maybe it could be implemented to the esp-idf framework libraries?
I am not sure how hard it is to write a very fast protocol - maybe Espressif team could consider it in the newer versions )