<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Jingle Wi-FPy: Encoding a Tune with UDP Packets</title><link>/challenges-projects/project14/b/makevember/posts/jingle-wi-fpy-encoding-a-tune-with-udp-packets</link><description>RF (Radio Frequency) Enter Your Project for a chance to win a Spectrum Analyzer for the Most Innovative RF Project! Back to The Project14 homepage Project14 Home Monthly Themes Monthly Theme Poll I&amp;#39;m not sure, but my last posting on QRSS Data Ex...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Jingle Wi-FPy: Encoding a Tune with UDP Packets</title><link>https://community.element14.com/challenges-projects/project14/b/makevember/posts/jingle-wi-fpy-encoding-a-tune-with-udp-packets</link><pubDate>Thu, 19 Dec 2019 11:39:59 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6e281b7e-5739-4108-9221-0e58a56eddbf</guid><dc:creator>dubbie</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;This reminds me of when microprocessors first came out and trying to make tunes with a speaker connected to an output pin. Ahhh, the good old days.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dubbie&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=8328&amp;AppID=493&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Jingle Wi-FPy: Encoding a Tune with UDP Packets</title><link>https://community.element14.com/challenges-projects/project14/b/makevember/posts/jingle-wi-fpy-encoding-a-tune-with-udp-packets</link><pubDate>Thu, 19 Dec 2019 05:00:54 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6e281b7e-5739-4108-9221-0e58a56eddbf</guid><dc:creator>aspork42</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Shamelessly stole this and ported over to Arduino to test out my new MRK1010 and relay shield.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;All credit to Gough&amp;#39;s work on this one &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-6e281b7e-5739-4108-9221-0e58a56eddbf/6735.contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; “Imitation is the sincerest form of flattery that mediocrity can pay to greatness.”&lt;p&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ― &lt;/span&gt;&lt;span style="font-weight:bold;"&gt;Oscar Wilde&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt; &lt;span id="28b827bf_bb89_4c93_acbb_a4f1bd11163c"&gt;&lt;span&gt;[View:https://www.youtube.com/watch?v=yu7MYoIFwR4:740:466]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:3ef06e6b-9b7d-4651-b12d-db8be7f5e991:type=c_cpp&amp;amp;text=void+setup%28%29+%7B%0A++pinMode%281%2C+OUTPUT%29%3B%0A%7D%0A%0A%0Avoid+loop%28%29+%7B%0A++const+double+notes_hz%5B12%5D+%3D+%7B130.81%2C138.59%2C146.83%2C155.56%2C164.81%2C174.61%2C185.0%2C196.0%2C207.65%2C220.0%2C233.07%2C246.94%7D%3B%0A++double+tempo+%3D+120.0%3B%0A%2F*++%0A%23+Notes++%0A%23+C+%3D+0%2C+C%23+%3D+1%2C+D+%3D+2%2C+D%23+%3D+3%2C+E+%3D+4%2C+F+%3D+5%2C+F%23+%3D+6%2C+G+%3D+7%2C+G%23+%3D+8%2C+A+%3D+9%2C+A%23+%3D+10%2C+B+%3D+11++%0A%23+Duration++%0A%23+Qua+%3D+0.5%2C+Crot+%3D+1%2C+Min+%3D+2%2C+etc.++%0A++*%2F%0A++%0A++int+songnotes%5B%5D+%3D+%7B4%2C4%2C4%2C+4%2C4%2C4%2C+4%2C7%2C0%2C++2%2C++4%2C+5%2C5%2C5%2C++5%2C++5%2C4%2C4%2C4%2C4%2C4%2C2%2C2%2C4%2C2%2C7%2C4%2C4%2C4%2C4%2C4%2C4%2C4%2C7%2C0%2C++2%2C++4%2C5%2C5%2C5%2C5%2C5%2C4%2C4%2C4%2C4%2C7%2C7%2C5%2C2%2C0%7D%3B%0A++%0A++double+songdurau%5B%5D+%3D+%7B1%2C1%2C2%2C1%2C1%2C2%2C1%2C1%2C1.5%2C0.5%2C4%2C1%2C1%2C1.5%2C0.5%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C2%2C2%2C1%2C1%2C2%2C1%2C1%2C2%2C1%2C1%2C1.5%2C0.5%2C4%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C1%2C4%7D%3B%0A++%0A++double+songdurat%5Bsizeof%28songdurau%29%2Fsizeof%28songdurau%5B0%5D%29%5D%3B%0A++for%28int+x%3D0%3B+x%3C+%28sizeof%28songdurau%29%2Fsizeof%28songdurau%5B0%5D%29%29%3B+x%2B%2B%29%7B%0A++++songdurat%5Bx%5D+%3D+songdurau%5Bx%5D*60.0%2Ftempo%3B%0A++%7D%0A++%0A++for%28int+i%3D0%3B+i+%3C+%28sizeof%28songnotes%29%2Fsizeof%28songnotes%5B0%5D%29%29%3B+i%2B%2B%29%7B%0A++++unsigned+long+timeend+%3D+millis%28%29+%2B+%28songdurat%5Bi%5D*1000%29%3B++%0A++++tone%281%2Cnotes_hz%5Bsongnotes%5Bi%5D%5D%2C+songdurat%5Bi%5D*900%29%3B%0A++++while%28millis%28%29+%3C+timeend%29%7B%0A++++++%2F%2Fwait%0A++++%7D%0A++%7D%0A++while%281%29%3B%0A%7D]&lt;/p&gt;&lt;div&gt;&lt;/div&gt;&lt;img src="https://community.element14.com/aggbug?PostID=8328&amp;AppID=493&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Jingle Wi-FPy: Encoding a Tune with UDP Packets</title><link>https://community.element14.com/challenges-projects/project14/b/makevember/posts/jingle-wi-fpy-encoding-a-tune-with-udp-packets</link><pubDate>Thu, 12 Dec 2019 05:27:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6e281b7e-5739-4108-9221-0e58a56eddbf</guid><dc:creator>aspork42</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Nice job! I got a good chuckle out of this &lt;span&gt;[View:/resized-image/__size/16x16/__key/commentfiles/f7d226abd59f475c9d224a79e3f0ec07-6e281b7e-5739-4108-9221-0e58a56eddbf/contentimage_5F00_1.png:16:16]&lt;/span&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=8328&amp;AppID=493&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Jingle Wi-FPy: Encoding a Tune with UDP Packets</title><link>https://community.element14.com/challenges-projects/project14/b/makevember/posts/jingle-wi-fpy-encoding-a-tune-with-udp-packets</link><pubDate>Fri, 29 Nov 2019 14:33:37 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:6e281b7e-5739-4108-9221-0e58a56eddbf</guid><dc:creator>dubbie</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Who would have thought this was possible. A good laugh.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Dubbie&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=8328&amp;AppID=493&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>