<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.diychristmas.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Arduino_and_the_mechanical_relay_using_Renard</id>
	<title>Arduino and the mechanical relay using Renard - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.diychristmas.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Arduino_and_the_mechanical_relay_using_Renard"/>
	<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Arduino_and_the_mechanical_relay_using_Renard&amp;action=history"/>
	<updated>2026-04-22T10:13:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Arduino_and_the_mechanical_relay_using_Renard&amp;diff=2391&amp;oldid=prev</id>
		<title>MikeKrebs: Start</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Arduino_and_the_mechanical_relay_using_Renard&amp;diff=2391&amp;oldid=prev"/>
		<updated>2018-08-04T05:01:56Z</updated>

		<summary type="html">&lt;p&gt;Start&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Okay! Maybe you started with generic serial but noticed that most DIY controllers are using the Renard protocol. We have a sketch for that!&lt;br /&gt;
Renard is a version of a serial protocol. What makes it Renard is that it has a built-in sync byte, start addresses, and escaped values for the values used for those things. Bill Porter (madsci1016) wrote a small library that handles the protocol so the base code becomes very easy.&lt;br /&gt;
&lt;br /&gt;
You get the library here: [https://github.com/madsci1016/Arduino-Renard Renard Protocol]&lt;br /&gt;
&lt;br /&gt;
Once you have it downloaded, just load it using Sketch/Include Library/Add .ZIP Library.&lt;br /&gt;
&lt;br /&gt;
Having a library for the bringing in the serial data makes the program really simple. In the loop(), all we do is wait until we have filled the buffer and then we turn on/off lights.&lt;/div&gt;</summary>
		<author><name>MikeKrebs</name></author>
	</entry>
</feed>