-->
Page 1 of 1

uart comm between three esp12f's

PostPosted: Fri Mar 04, 2022 4:42 pm
by jackrowe
Hello, I wonder if anyone has successfully hooked up 3 esp's to same uart (uart0) using Rx->Tx and Tx->Rx of all three mcus at the same time? I have two set up with Serial comm (one using ESPNow and the other as access point/webpage), can more mcu's be added using the same uart. I don't need all three hooked together, just two hooked to a common one. Thanks!

Re: uart comm between three esp12f's

PostPosted: Sun Mar 06, 2022 6:33 am
by rpiloverbd
I think softwareserial library must be user for such cases.

Re: uart comm between three esp12f's

PostPosted: Sun Mar 13, 2022 5:41 pm
by jackrowe
I did try hooking three chips together with Serial, from one to the two others (didn't hook all three together symmetrically, one was feeding the other two) and this worked fine.