<?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[How to use RF Unit RF433T and RF433R]]></title><description><![CDATA[<p dir="auto">I have the following two units:</p>
<p dir="auto"><a href="https://shop.m5stack.com/collections/m5-sensor/products/rf-unit-433mhz-receiver-syn513r" target="_blank" rel="noopener noreferrer nofollow ugc">https://shop.m5stack.com/collections/m5-sensor/products/rf-unit-433mhz-receiver-syn513r</a><br />
<a href="https://shop.m5stack.com/collections/m5-sensor/products/rf-unit-433mhz-transmitter-syn115" target="_blank" rel="noopener noreferrer nofollow ugc">https://shop.m5stack.com/collections/m5-sensor/products/rf-unit-433mhz-transmitter-syn115</a></p>
<p dir="auto">In UIFlow under units they are not listed. Does anyone have example code how to use them in python?<br />
Thanks</p>
]]></description><link>https://community.m5stack.com/topic/4026/how-to-use-rf-unit-rf433t-and-rf433r</link><generator>RSS for Node</generator><lastBuildDate>Sun, 15 Mar 2026 10:56:11 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4026.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 11 Feb 2022 11:47:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to use RF Unit RF433T and RF433R on Fri, 20 Dec 2024 07:28:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/16439">@tspycher</a><br />
AFAIK: this are very simple transmitter/receiver modules. No protocol, no encryption, no guarantee for transmit/receive the correct data. You have to make your own protocol and data integrity functions.</p>
<p dir="auto">Try to send something out from UART (not faster than 10kbps) and receive it on the other side. Be aware that disturbance could be possible as 433.92MHz is used in a wide range of applications like wireless thermometers, garage door opener, car keys, wireless doorbells, wireless power switches...</p>
<p dir="auto">As you get the raw pulses out of the receiver it should be possible to receive and decode data from e.g. the thermometer oder switches. There are several protocol descriptions in the web.</p>
<p dir="auto">If you want to send simple data from one to the other device, ESPnow could be the better option.</p>
]]></description><link>https://community.m5stack.com/post/27523</link><guid isPermaLink="true">https://community.m5stack.com/post/27523</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Fri, 20 Dec 2024 07:28:09 GMT</pubDate></item><item><title><![CDATA[Reply to How to use RF Unit RF433T and RF433R on Thu, 19 Dec 2024 17:35:12 GMT]]></title><description><![CDATA[<p dir="auto">I've also been experimenting with the RF433R and RF433T units since today.</p>
<p dir="auto">RX433T is transmitting. I can "see" that with a Portapack H4.</p>
<p dir="auto">RX433R doesn't seem to be receiving anything though.</p>
<p dir="auto">I'm using a Core2 and UIFlow1.0. The Arduino example doesn't work either.</p>
]]></description><link>https://community.m5stack.com/post/27515</link><guid isPermaLink="true">https://community.m5stack.com/post/27515</guid><dc:creator><![CDATA[stefanj9]]></dc:creator><pubDate>Thu, 19 Dec 2024 17:35:12 GMT</pubDate></item><item><title><![CDATA[Reply to How to use RF Unit RF433T and RF433R on Mon, 12 Feb 2024 20:42:15 GMT]]></title><description><![CDATA[<p dir="auto">I'm also looking at what to do with these two RF433 units. I want to send a RF signal to the TV to change the channel. I assume this is what can be achieved (after I know the correct codes).</p>
<p dir="auto">The following <a href="https://www.instructables.com/Decoding-and-sending-433MHz-RF-codes-with-Arduino-/" target="_blank" rel="noopener noreferrer nofollow ugc">example</a> looks like going down the right direction (albeit with a different RF device).</p>
<p dir="auto">If anyone has other examples for the M5Stack and RF433 units specifically that would be great.</p>
]]></description><link>https://community.m5stack.com/post/23769</link><guid isPermaLink="true">https://community.m5stack.com/post/23769</guid><dc:creator><![CDATA[konacurrents]]></dc:creator><pubDate>Mon, 12 Feb 2024 20:42:15 GMT</pubDate></item><item><title><![CDATA[Reply to How to use RF Unit RF433T and RF433R on Sun, 30 Jul 2023 10:29:21 GMT]]></title><description><![CDATA[<p dir="auto">I did not find any, however there is some example arduino code here:</p>
<p dir="auto"><a href="https://github.com/m5stack/M5Stack/blob/master/examples/Unit/RF433/RF433.ino" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/m5stack/M5Stack/blob/master/examples/Unit/RF433/RF433.ino</a></p>
<p dir="auto">Not very amateur friendly if you want to use that though.</p>
]]></description><link>https://community.m5stack.com/post/21735</link><guid isPermaLink="true">https://community.m5stack.com/post/21735</guid><dc:creator><![CDATA[pietdevries]]></dc:creator><pubDate>Sun, 30 Jul 2023 10:29:21 GMT</pubDate></item><item><title><![CDATA[Reply to How to use RF Unit RF433T and RF433R on Mon, 05 Dec 2022 13:12:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/16439">@tspycher</a> said in <a href="/post/16614">How to use RF Unit RF433T and RF433R</a>:</p>
<blockquote>
<p dir="auto">I have the following two units:</p>
<p dir="auto"><a href="https://shop.m5stack.com/collections/m5-sensor/products/rf-unit-433mhz-receiver-syn513r" target="_blank" rel="noopener noreferrer nofollow ugc">https://shop.m5stack.com/collections/m5-sensor/products/rf-unit-433mhz-receiver-syn513r</a><br />
<a href="https://shop.m5stack.com/collections/m5-sensor/products/rf-unit-433mhz-transmitter-syn115" target="_blank" rel="noopener noreferrer nofollow ugc">https://shop.m5stack.com/collections/m5-sensor/products/rf-unit-433mhz-transmitter-syn115</a></p>
<p dir="auto">In UIFlow under units they are not listed. Does anyone have example code how to use them in python?<br />
Thanks</p>
</blockquote>
<p dir="auto">any update on this?</p>
]]></description><link>https://community.m5stack.com/post/19440</link><guid isPermaLink="true">https://community.m5stack.com/post/19440</guid><dc:creator><![CDATA[markram14]]></dc:creator><pubDate>Mon, 05 Dec 2022 13:12:41 GMT</pubDate></item><item><title><![CDATA[Reply to How to use RF Unit RF433T and RF433R on Fri, 22 Apr 2022 14:19:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/16439">@tspycher</a> Did you ever find a way to make those modules work in Python?</p>
]]></description><link>https://community.m5stack.com/post/17269</link><guid isPermaLink="true">https://community.m5stack.com/post/17269</guid><dc:creator><![CDATA[Esbenb]]></dc:creator><pubDate>Fri, 22 Apr 2022 14:19:39 GMT</pubDate></item></channel></rss>