Is it possible to build a network of microcontrollers usign USART 1-Wire communication?
Hello,
I need to build a simple communication network to send a small information bytes between a Master and three different Slaves. In the following way:

I have thought that maybe 1-wire communication will be a good choice for this type of transmission and network.
Is it possible to perform this communication using USART 1-Wire communication of the stm32?. I have seen that this option is possible using CubeMX. I'm using STM32F746ZET6 as Slaves microcontrollers and STM32F1 as a Master microcontroller.
Do you see some kind of problem with this configuration? Any comment, suggest or opinion will be very appreciated.
Thank you.
Luis