Wemos D1 Recieve and Transmit, how? #95
|
Hi folks, I have a question related to the picture below. I also have two Wemos D1 boards but not quite understanding how to send data between these two boards. Do I need to connect a wire on the TX on one board to RX to the other board? This is a very great project, thanks Tim and others. 👍 Thanks in advance for your help. Jairo |
Answered by
timmbogner
Aug 15, 2022
Replies: 2 comments 3 replies
|
Thanks! Yep, you have it right. You'll want to connect the TX pin of one device to the Rx pin of a second device,. ESP8266 doesn't have multiple serial ports, so you should disable serial debugging messages (FDRS_DEBUG) on any devices that send serial data as well. |
1 reply
Answer selected by
timmbogner
|
Incase you have them both running on thier own batteries, you also need a
common ground/negative/0volt or whatever.
…On Mon, 15 Aug 2022, 10:00 am Timm Bogner, ***@***.***> wrote:
Thanks!
Yep, you have it right. You'll want to connect the TX pin of one device to
the Rx pin of a second device, and also make sure that you have a common
ground line between the two devices.
ESP8266 doesn't have multiple serial ports, so you should disable serial
debugging messages (FDRS_DEBUG) on any devices that send serial data as
well.
—
Reply to this email directly, view it on GitHub
<#95 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJ7LPAZBRVMUKBXEQMP7LELVZGCBJANCNFSM56QTBNVA>
.
You are receiving this because you are subscribed to this thread.Message
ID:
<timmbogner/Farm-Data-Relay-System/repo-discussions/95/comments/3394760@
github.com>
|
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Thanks!
Yep, you have it right. You'll want to connect the TX pin of one device to the Rx pin of a second device,.
ESP8266 doesn't have multiple serial ports, so you should disable serial debugging messages (FDRS_DEBUG) on any devices that send serial data as well.