<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Send data between  two boards]]></title><description><![CDATA[<p dir="auto">Hi, guys. I  have 2 boards ( Board A  and board B, all they omega2+ ) and i was thinking about the possibility to send data  from  A  ---- &gt; B   ??</p>
<p dir="auto">A case to use : I have a  system  with DHT22 sensor ( on my baby room)  with leds to blink some decor clouds . I also have an Onion omega on my living room working as router  with an oled who shows the wi-fi password for everyone.  What is the best way or pratice to send the temperature data to my  living room system ?</p>
]]></description><link>http://community.onion.io/topic/2752/send-data-between-two-boards</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 13:20:27 GMT</lastBuildDate><atom:link href="http://community.onion.io/topic/2752.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 27 Feb 2018 15:11:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Send data between  two boards on Tue, 27 Feb 2018 15:11:04 GMT]]></title><description><![CDATA[<p dir="auto">Hi, guys. I  have 2 boards ( Board A  and board B, all they omega2+ ) and i was thinking about the possibility to send data  from  A  ---- &gt; B   ??</p>
<p dir="auto">A case to use : I have a  system  with DHT22 sensor ( on my baby room)  with leds to blink some decor clouds . I also have an Onion omega on my living room working as router  with an oled who shows the wi-fi password for everyone.  What is the best way or pratice to send the temperature data to my  living room system ?</p>
]]></description><link>http://community.onion.io/post/16135</link><guid isPermaLink="true">http://community.onion.io/post/16135</guid><dc:creator><![CDATA[leo moura]]></dc:creator><pubDate>Tue, 27 Feb 2018 15:11:04 GMT</pubDate></item><item><title><![CDATA[Reply to Send data between  two boards on Tue, 27 Feb 2018 18:03:30 GMT]]></title><description><![CDATA[<p dir="auto">Can they be connected by a wire or are they too far apart? What are the exact requirements for the communication channel? Does it have to be extremely fast? Must it be lossless? Are they in the same local area network?</p>
<p dir="auto">If by-wire connection is possible, I would go for a simple 3-wire UART (TX,RX,GND).</p>
<p dir="auto">Else just use a common WiFi network and open a TCP server on B and a TCP client on A. In python that's like <a href="https://wiki.python.org/moin/TcpCommunication" rel="nofollow">15 lines of code</a>. Using TCP gives you a reliable, connection-oriented communication channel. If you want to add security you can create SSL certificates and create a TLS tunnel instead of an unencrypted TCP connection. There's also UDP available as a datagram based, unreliable but fast way to communicate.</p>
<p dir="auto">If they are not in the same local area network you might want to look into MQTT and MQTT brokers. It's a quite popular "IoT" protocol these days.</p>
]]></description><link>http://community.onion.io/post/16136</link><guid isPermaLink="true">http://community.onion.io/post/16136</guid><dc:creator><![CDATA[Maximilian Gerhardt]]></dc:creator><pubDate>Tue, 27 Feb 2018 18:03:30 GMT</pubDate></item><item><title><![CDATA[Reply to Send data between  two boards on Tue, 27 Feb 2018 17:28:46 GMT]]></title><description><![CDATA[<p dir="auto">Yes they are distant.<br />
Something around 3M and a wall in the way. I'll try out TCP  because they are in the same network. Thank you for all informations , was very helpful.</p>
]]></description><link>http://community.onion.io/post/16137</link><guid isPermaLink="true">http://community.onion.io/post/16137</guid><dc:creator><![CDATA[leo moura]]></dc:creator><pubDate>Tue, 27 Feb 2018 17:28:46 GMT</pubDate></item></channel></rss>