Using two serial bridges on ESP32 #23359
-
I have a NodeMCU-32 ESP32 device which I want to connect to two separate devices each communicating via Serial. According to greasyguide:
I have compiled Tasmota 14.6.0 using TasmoCompiler with (just in case): And configured my module as per: Apparently the hardware serial on GPIO1 & GPIO3 does not need configuring. Both To test the setup I have connected the pins 1&3 to a USB Serial adapter and separately pins 16&17 to a second USB serial adapter. When I Now this is where it gets funky, if I respond from the PC with anything, sometimes the software serial ( According to #22431, ESP32 do not have a software serial. Which all the better, as I'd like to use 2 hardware serial. But the Can I, And if so, how do I, correctly set up two simultaneous serial bridges? That can both send and receive. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think I may have just stumbled upon a partial answer. According to #23128:
But they don't provide a source/url to that statement. |
Beta Was this translation helpful? Give feedback.
And a fully completed example in #23152.
So I shall go and try Berry myself.
Good Chat! (Even though I've been talking to myself, I'll leave the discussion up, in case it helps someone in the future)