<?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[Arduino IDE sample sketch &quot;UHF-RFID-JRD4035&quot; have error]]></title><description><![CDATA[<h2>After compile sample sketch "UHF-RFID-JRD4035", Arduino IDE shows<br />
"no return statement in function returning non-void [-Werror=return-type]" on "RFID_command.cpp"</h2>
<p dir="auto">UBYTE UHF_RFID::Set_the_communication_baud_rate(UWORD Pow)<br />
{</p>
<p dir="auto">Copy_command_library(13);</p>
<p dir="auto">ToHex(Pow, 5, 6);</p>
<p dir="auto">Check_bit_accumulation();<br />
Send_the_modified_command();</p>
<h2>}                                            &lt;- this line have error</h2>
<p dir="auto">If possible ,could you help me how to solve this problem ?</p>
<p dir="auto">I use Atom lite esp32 ,therefore my Arduino IDE setting is as follows<br />
Board :ESP32 Pico Kit<br />
Upload speed :115200</p>
]]></description><link>https://community.m5stack.com/topic/3973/arduino-ide-sample-sketch-uhf-rfid-jrd4035-have-error</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 17:42:10 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3973.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 28 Jan 2022 22:24:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Arduino IDE sample sketch &quot;UHF-RFID-JRD4035&quot; have error on Sat, 29 Oct 2022 14:40:01 GMT]]></title><description><![CDATA[<p dir="auto">Hi Paopao,<br />
I am in your same situation, I have been trying to communicate UHF-RFID-UNIT with Aton Lite and I don't know the right code.<br />
Could you spend the code to start my project?</p>
<p dir="auto">Thank you</p>
]]></description><link>https://community.m5stack.com/post/19151</link><guid isPermaLink="true">https://community.m5stack.com/post/19151</guid><dc:creator><![CDATA[Bat21]]></dc:creator><pubDate>Sat, 29 Oct 2022 14:40:01 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE sample sketch &quot;UHF-RFID-JRD4035&quot; have error on Sat, 29 Jan 2022 15:27:30 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/15597">@PAOPAO</a></p>
<p dir="auto">great! I am happy to read you solved the issue. And I learned something new as I didn't know about <code>_Noreturn</code> - thank you for letting me know.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16406</link><guid isPermaLink="true">https://community.m5stack.com/post/16406</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 29 Jan 2022 15:27:30 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE sample sketch &quot;UHF-RFID-JRD4035&quot; have error on Sat, 29 Jan 2022 14:31:12 GMT]]></title><description><![CDATA[<p dir="auto">Dear Feimue san</p>
<p dir="auto">I added "_Noreturn" command on ahead of original sketch as follows<br />
_Noreturn UBYTE UHF_RFID::Set_the_communication_baud_rate(UWORD Pow)</p>
<p dir="auto">Result : "UHF-RFID-JRD4035" can get data from IC Tag.</p>
<p dir="auto">--------- Serial monitor  ------------</p>
<p dir="auto">3:02:04.513 -&gt; RSSI :c8<br />
23:02:04.513 -&gt; PC :3000<br />
23:02:04.513 -&gt; EPC :e2806894000040066d70b524<br />
23:02:04.513 -&gt; CRC :7084<br />
23:02:04.513 -&gt;<br />
23:02:04.607 -&gt; RSSI :c7<br />
23:02:04.607 -&gt; PC :3000<br />
23:02:04.607 -&gt; EPC :e2806894000040066d70b524<br />
23:02:04.607 -&gt; CRC :7084<br />
23:02:04.607 -&gt;<br />
23:02:04.700 -&gt; RSSI :ca<br />
23:02:04.700 -&gt; PC :3000<br />
23:02:04.700 -&gt; EPC :e2806894000040066d70b524<br />
23:02:04.700 -&gt; CRC :7084</p>
]]></description><link>https://community.m5stack.com/post/16405</link><guid isPermaLink="true">https://community.m5stack.com/post/16405</guid><dc:creator><![CDATA[PAOPAO]]></dc:creator><pubDate>Sat, 29 Jan 2022 14:31:12 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE sample sketch &quot;UHF-RFID-JRD4035&quot; have error on Sat, 29 Jan 2022 13:11:21 GMT]]></title><description><![CDATA[<p dir="auto">Dear felmue san,<br />
Thank you for your kindly reply!!<br />
I will try based on your advice from now on !</p>
]]></description><link>https://community.m5stack.com/post/16403</link><guid isPermaLink="true">https://community.m5stack.com/post/16403</guid><dc:creator><![CDATA[PAOPAO]]></dc:creator><pubDate>Sat, 29 Jan 2022 13:11:21 GMT</pubDate></item><item><title><![CDATA[Reply to Arduino IDE sample sketch &quot;UHF-RFID-JRD4035&quot; have error on Sat, 29 Jan 2022 08:17:23 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/15597">@PAOPAO</a></p>
<p dir="auto">it seems that the example code for this unit is not written very cleanly and the compilation generates a couple of warnings. But for me it compiles through (eg. no errors just warnings) and generates an executable. (Although I have no way to verify the result as I do not own this particular unit.)</p>
<p dir="auto">The reason for the warning is that this particular function has been defined to return an UBYTE but it doesn't.<br />
So if you'd like to fix that warning you could simply add a <code>return 0;</code> just before the functions closing bracket.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/16394</link><guid isPermaLink="true">https://community.m5stack.com/post/16394</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 29 Jan 2022 08:17:23 GMT</pubDate></item></channel></rss>