﻿<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="https://www.hibit.dev/rss/posts/287" rel="self" type="application/rss+xml" />
        <title><![CDATA[Serial communication between two Arduino boards]]></title>
        <description><![CDATA[<p>Getting two Arduino boards to talk to each other opens up projects that a single board can't handle on its own. You might have one board reading sensors in one corner of a room and another driving a display somewhere else, and the two need to share what they know. Serial communication is one of the simplest ways to make that happen, and it works with almost any Arduino model you have lying around. This article walks through connecting two Arduino Nano boards and passing data back and forth over their serial ports.</p>]]></description>
        <link><![CDATA[https://www.hibit.dev/posts/287/serial-communication-between-two-arduino-boards]]></link>
        <pubDate>Mon, 13 Jul 2026 07:30:02 +0000</pubDate>
        <language>en</language>
        <category>electronics</category>

        <image>
            <title>serial-communication-between-two-arduino-boards</title>
            <link><![CDATA[https://www.hibit.dev/posts/287/serial-communication-between-two-arduino-boards]]></link>
            <url><![CDATA[https://www.hibit.dev/images/posts/2026/07/1/headers/2630_serial_communication.png]]></url>
            <width>200></width>
            <height>200></height>
        </image>
    </channel>
</rss>
