<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Blog</title><subtitle type="html" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/atom</id><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog" /><link rel="self" type="application/atom+xml" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/atom" /><generator uri="http://telligent.com" version="12.1.9.35025">Telligent Community (Build: 12.1.9.35025)</generator><updated>2020-01-07T22:30:00Z</updated><entry><title>Python library to send data over RFM75 chip using FTDI boards</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/python-library-to-send-data-over-rfm75-chop-using-ftdi-boards" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/python-library-to-send-data-over-rfm75-chop-using-ftdi-boards</id><published>2022-11-30T22:31:06Z</published><updated>2022-11-30T22:31:06Z</updated><content type="html">I&amp;#39;d like too share with community &lt;a class="postlink" href="https://github.com/pavlot/pyrftdi" rel="noopener noreferrer" target="_blank"&gt;pyRFTdi Python library&lt;/a&gt; created to control RFM75 transmitters using FT232H boards. It allow to send receive data over air and could be useful for debugging radio communication and protocols. It is still in beta releas...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/python-library-to-send-data-over-rfm75-chop-using-ftdi-boards"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=24870&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>pavlot</name><uri>https://community.element14.com/members/pavlot</uri></author><category term="RFM75" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/RFM75" /><category term="python" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/python" /><category term="FT232" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/FT232" /><category term="ftdi" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/ftdi" /></entry><entry><title>USING AN RTL-SDR DONGLE TO RECEIVE PICTURES FROM THE ISS</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/using-an-rtl-sdr-dongle-to-receive-pictures-from-the-iss" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/using-an-rtl-sdr-dongle-to-receive-pictures-from-the-iss</id><published>2021-07-16T15:10:22Z</published><updated>2021-07-16T15:10:22Z</updated><content type="html">I thought I would share this link that was delivered to my mailbox yesterday. &lt;a class="jive-link-external-small" href="https://www.rtl-sdr.com/using-an-rtl-sdr-dongle-to-receive-pictures-from-the-iss/" rel="nofollow ugc noopener" target="_blank" title="https://www.rtl-sdr.com/using-an-rtl-sdr-dongle-to-receive-pictures-from-the-iss/"&gt;https://www.rtl-sdr.com/using-an-rtl-sdr-dongle-to-receive-pictures-from-the-iss/&lt;/a&gt; &amp;nbsp;Using the knowledge from the post, I watched the International Space Station (ISS) p...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/using-an-rtl-sdr-dongle-to-receive-pictures-from-the-iss"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=11586&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>colporteur</name><uri>https://community.element14.com/members/colporteur</uri></author></entry><entry><title>Building a poor man’s quarter-wave 433MHz antenna: Testing the antenna with ESP32 LoRa</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-testing-the-antenna-with-esp32-lora" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-testing-the-antenna-with-esp32-lora</id><published>2020-01-15T23:28:00Z</published><updated>2020-01-15T23:28:00Z</updated><content type="html">



&lt;a class="jive-link-anchor-small" href="#jive_content_id_Programming_ESP32_LoRa_Boards"&gt;Programming ESP32 LoRa Boards&lt;/a&gt;

&lt;a class="jive-link-anchor-small" href="#jive_content_id_Development_Environment_Setup"&gt;Development Environment Setup&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_The_Transmitter"&gt;The Transmitter&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_The_Receiver"&gt;The Receiver&lt;/a&gt;


&lt;a class="jive-link-anchor-small" href="#jive_content_id_Testing_the_antennae"&gt;Testing the antennae&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Conclusions"&gt;Conclusions&lt;/a&gt;



&amp;nbsp;
After all the building and measuring, it is finally time to put the antenna to the test, using the ESP32 LoRa b...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-testing-the-antenna-with-esp32-lora"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8588&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>gecoz</name><uri>https://community.element14.com/members/gecoz</uri></author><category term="esp32" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/esp32" /><category term="arduino ide" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/arduino%2bide" /><category term="lora" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/lora" /><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /><category term="antenna" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/antenna" /></entry><entry><title>Xmas Audiovisual Show</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/xmas-audiovisual-show" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/xmas-audiovisual-show</id><published>2020-01-15T11:56:00Z</published><updated>2020-01-15T11:56:00Z</updated><content type="html">



&lt;a class="jive-link-anchor-small" href="#jive_content_id_1_Motivation"&gt;1. Motivation&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_2_FM_transmitter"&gt;2. FM transmitter&lt;/a&gt;

&lt;a class="jive-link-anchor-small" href="#jive_content_id_21_Transmitter_Input"&gt;2.1 Transmitter Input&lt;/a&gt;

&lt;a class="jive-link-anchor-small" href="#jive_content_id_211_Alternatives"&gt;2.1.1 Alternatives&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_212_XADC"&gt;2.1.2 XADC&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_213_USB_Virtual_COM"&gt;2.1.3 USB Virtual COM&lt;/a&gt;

&lt;a class="jive-link-anchor-small" href="#jive_content_id_Maximum_speed"&gt;Maximum speed&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Buffer_under_and_overflow_avoidance"&gt;Buffer under- and overflow avoidance&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_UART"&gt;UART&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_A_different_UART_decoding_approach"&gt;A different UART decoding approach&lt;/a&gt;




&lt;a class="jive-link-anchor-small" href="#jive_content_id_22_Transmitter_output"&gt;2.2 Transmitter output&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_23_Frequency_modulation"&gt;2.3 Frequency modul...&lt;/a&gt;(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/xmas-audiovisual-show"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8387&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>neuromodulator</name><uri>https://community.element14.com/members/neuromodulator</uri></author><category term="fpga" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/fpga" /><category term="holidayspecial19ch" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/holidayspecial19ch" /><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /><category term="digilent" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/digilent" /><category term="sdr" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/sdr" /></entry><entry><title>Lorra-Lorra-LoRa</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/lorra-lorra-lora" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/lorra-lorra-lora</id><published>2020-01-15T06:45:00Z</published><updated>2020-01-15T06:45:00Z</updated><content type="html">
I have it in mind that I would like to create two projects using point to point LoRa communication. The first and what this blog is about is to detect and report movement. The second is to report moisture content of the soil so I know when my allotm...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/lorra-lorra-lora"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8587&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>paj</name><uri>https://community.element14.com/members/paj</uri></author><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /></entry><entry><title>Automating room light through sub-GHz frequency</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/automating-room-light-through-sub-ghz-frequency" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/automating-room-light-through-sub-ghz-frequency</id><published>2020-01-15T04:49:00Z</published><updated>2020-01-15T04:49:00Z</updated><content type="html">
 INTRODUCTION
System block diagram
&amp;nbsp;
System block diagram of the wireless room light control or in any security system&amp;nbsp; system is shown. The project uses PIR motion sensors to detect motion and ASK-based radio frequency (RF) transmitter an...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/automating-room-light-through-sub-ghz-frequency"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8579&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>shivamgpl8824tiwari</name><uri>https://community.element14.com/members/shivamgpl8824tiwari</uri></author><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /></entry><entry><title>ArduTrx with Arduino MKR</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/ardutrx-with-arduino-mkr" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/ardutrx-with-arduino-mkr</id><published>2020-01-15T01:12:00Z</published><updated>2020-01-15T01:12:00Z</updated><content type="html">
I received an Arduino MKR WIFI 1010 from element14 with a hint to the RF (Radio Frequency) contest. So I decided to dig out my ArduTrx project and update it to work with the Arduino MKR.
&amp;nbsp;
&lt;a href="https://community.element14.com/resized-image/__size/1350x900/__key/communityserver-blogs-components-weblogfiles/00-00-00-02-47/1323.contentimage_5F00_128037.jpg"&gt;&lt;/a&gt;
Background
&amp;nbsp;
The ArduTrx was originally described...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/ardutrx-with-arduino-mkr"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8584&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>bernhardmayer</name><uri>https://community.element14.com/members/bernhardmayer</uri></author><category term="arduino_mkr" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/arduino_5F00_mkr" /><category term="ardutrx" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/ardutrx" /><category term="hmi" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/hmi" /><category term="hamradio" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/hamradio" /><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /><category term="arduino" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/arduino" /></entry><entry><title>Got mail! LoRaWAN Mail box sensor</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/got-mail-lorawan-mail-box-sensor" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/got-mail-lorawan-mail-box-sensor</id><published>2020-01-14T20:38:00Z</published><updated>2020-01-14T20:38:00Z</updated><content type="html">
Update: Check out how a &lt;a class="jive-link-blog-small" href="https://www.element14.com/community/groups/3d-printing/blog/2020/10/25/custom-enclosure-for-sensor-devices-with-sla-3d-printing"&gt;custom enclosure&lt;/a&gt; was 3D-printed
&amp;nbsp;
&lt;a href="https://www.youtube.com/watch?v=dKgmO95xJCE"&gt;www.youtube.com/watch&lt;/a&gt;
&amp;nbsp;

&lt;a href="https://www.youtube.com/watch?v=tElNu1bGcgY"&gt;www.youtube.com/watch&lt;/a&gt;

What it is
This will demonstrate how to make a mail box sensor that will last for years on small batteries so you will not miss any h...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/got-mail-lorawan-mail-box-sensor"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8553&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>eivholt</name><uri>https://community.element14.com/members/eivholt</uri></author><category term="arduino iot" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/arduino%2biot" /><category term="lorawan" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/lorawan" /><category term="holidayspecial19ch" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/holidayspecial19ch" /><category term="thethingsnetwork" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/thethingsnetwork" /><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /><category term="lpwan" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/lpwan" /></entry><entry><title>Project to design RF friendly Switching Converters</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/project-to-design-rf-friendly-switching-converters" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/project-to-design-rf-friendly-switching-converters</id><published>2020-01-14T05:40:56Z</published><updated>2020-01-14T05:40:56Z</updated><content type="html">&lt;a href="/challengesprojects/project14/"&gt;&lt;/a&gt;&lt;a class="jivecontainerTT-hover-container jive-link-community-small" href="/challengesprojects/project14/rf/"&gt;RF (Radio Frequency)&lt;/a&gt;Enter Your Project for a chance to win a Spectrum Analyzer for the Most Innovative RF Project!&lt;a href="/challengesprojects/project14/"&gt;Back to The Project14 homepage &lt;/a&gt;&lt;a class="jivecontainerTT-hover-container jive-link-community-small" href="/challengesprojects/project14/"&gt;Project14 Home&lt;/a&gt;&lt;a class="jive-link-wiki-small" href="/challenges-projects/project14/w/documents/3370/project14-project-competition-events-trophies-timetable-projected-and-historical-timelines"&gt;Monthly Themes&lt;/a&gt;&lt;a class="jive-link-wiki-small" href="/challenges-projects/project14/w/documents/20670/project14-you-decide-the-next-monthly-project-competition"&gt;Monthly Theme Poll&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.element14.com/resized-image/__size/911x522/__key/communityserver-blogs-components-weblogfiles/00-00-00-02-47/7853.contentimage_5F00_128010.png"&gt;&lt;/a&gt;&lt;a href="https://www.youtube.com/watch?v=atKZ1w3xcQA"&gt;www.youtube.com/watch&lt;/a&gt;&amp;nbsp;&amp;nbsp;Strange Bedfellows -...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/project-to-design-rf-friendly-switching-converters"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8577&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>station240</name><uri>https://community.element14.com/members/station240</uri></author><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /></entry><entry><title>Building a poor man’s quarter-wave 433MHz antenna: Comparing Antennae</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-comparing-antennae" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-comparing-antennae</id><published>2020-01-14T00:56:00Z</published><updated>2020-01-14T00:56:00Z</updated><content type="html">



&lt;a class="jive-link-anchor-small" href="#jive_content_id_Helical_Antenna"&gt;Helical Antenna&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Molex_FPC_Antenna"&gt;Molex FPC Antenna&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Center_Loaded_Coil_Antenna"&gt;Center Loaded Coil Antenna&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Small_FPC_Antenna"&gt;Small FPC Antenna&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Quarterwave_Monopole"&gt;Quarter-wave Monopole&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Results"&gt;Results&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Update_on_Molex_antenna_performance__14102020"&gt;*Update on Molex antenna performance - 14/10/2020&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Updated_results"&gt;Updated results&lt;/a&gt;



&amp;nbsp;
In the previous blog, I have built my quarter-wave monopole a...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-comparing-antennae"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8568&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>gecoz</name><uri>https://community.element14.com/members/gecoz</uri></author><category term="nanovna" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/nanovna" /><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /><category term="433mhz" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/433mhz" /><category term="antenna" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/antenna" /></entry><entry><title>PDTect_RF Partial Discharge Detector</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/pdtect_5f00_rf-partial-discharge-detector" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/pdtect_5f00_rf-partial-discharge-detector</id><published>2020-01-13T21:16:00Z</published><updated>2020-01-13T21:16:00Z</updated><content type="html">




&lt;a class="jive-link-anchor-small" href="#jive_content_id_Introduction"&gt;Introduction&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Construction"&gt;Construction&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Arduino_Code"&gt;Arduino Code&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Improvements"&gt;Improvements&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Conclusions"&gt;Conclusions&lt;/a&gt;





Introduction
&amp;nbsp;
Following on from the prod from Tariq that was sent in my goodies bag, this is my rather basic entry into the Project14 RF competition, which will allow me ...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/pdtect_5f00_rf-partial-discharge-detector"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8541&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>three-phase</name><uri>https://community.element14.com/members/three_2d00_phase</uri></author><category term="arduino mega 2560" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/arduino%2bmega%2b2560" /><category term="tft screen" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/tft%2bscreen" /><category term="elegoo" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/elegoo" /><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /><category term="rf detector" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rf%2bdetector" /><category term="arduino" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/arduino" /><category term="partial discharge" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/partial%2bdischarge" /></entry><entry><title>Arduino Mini RDF Fox</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/arduino-mini-rdf-fox" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/arduino-mini-rdf-fox</id><published>2020-01-13T04:57:00Z</published><updated>2020-01-13T04:57:00Z</updated><content type="html">
As part of &lt;a class="jive-link-wiki-small" href="/challenges-projects/project14/rf/w/documents/4614/project14-rf-radio-frequency-win-a-spectrum-analyzer-for-the-most-innovative-rf-project"&gt;Project14 | RF (Radio Frequency): Win a Spectrum Analyzer for the Most Innovative RF Project!&lt;/a&gt;, I wanted an automated transmitter for my &lt;a class="jive-link-blog-small" href="/challenges-projects/project14/rf/b/blog/posts/antenna-radiation"&gt;Antenna Radiation&lt;/a&gt; project.&amp;nbsp; Amateur radio folks use such a device for &amp;quot;fox hunting&amp;quot;, a radio dire...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/arduino-mini-rdf-fox"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8565&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>kmikemoo</name><uri>https://community.element14.com/members/kmikemoo</uri></author><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /><category term="arduino" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/arduino" /><category term="ham radio" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/ham%2bradio" /></entry><entry><title>Building a poor man’s quarter-wave 433MHz antenna: Antenna’s construction</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-antenna-s-construction" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-antenna-s-construction</id><published>2020-01-11T22:16:00Z</published><updated>2020-01-11T22:16:00Z</updated><content type="html">



&lt;a class="jive-link-anchor-small" href="#jive_content_id_What_is_an_Antenna"&gt;What is an Antenna?&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Monopole_Antenna_Design__Build"&gt;Monopole Antenna Design &amp;amp; Build&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_Tuning_the_Antenna"&gt;Tuning the Antenna&lt;/a&gt;
&lt;a class="jive-link-anchor-small" href="#jive_content_id_References"&gt;References&lt;/a&gt;



&amp;nbsp;
&amp;nbsp;
Let&amp;rsquo;s start by laying out the requirements for the antenna. Obviously, the first and most important is about the frequency it needs to op...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-antenna-s-construction"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8559&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>gecoz</name><uri>https://community.element14.com/members/gecoz</uri></author><category term="nanovna" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/nanovna" /><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /></entry><entry><title>Building a poor man's quarter-wave 433MHz antenna: Introduction</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-introduction" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-introduction</id><published>2020-01-08T13:37:00Z</published><updated>2020-01-08T13:37:00Z</updated><content type="html">
After receiving the Molex antenna sample kit that &lt;a href="/members/tariq.ahmad" class="internal-link view-user-profile"&gt;tariq.ahmad&lt;/a&gt; kindly posted to me over a month a go, I have been thinking how to use it (or some of the antennae), and finally take part to my very first Project14 contest. Considering that I didn&amp;#39;t ow...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/building-a-poor-man-s-quarter-wave-433mhz-antenna-introduction"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8548&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>gecoz</name><uri>https://community.element14.com/members/gecoz</uri></author><category term="nanovna" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/nanovna" /><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /></entry><entry><title>NFC Lock — run with NFC Tag Antenna</title><link rel="alternate" type="text/html" href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/nfc-lock-run-with-nfc-tag-antenna" /><id>https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/nfc-lock-run-with-nfc-tag-antenna</id><published>2020-01-08T04:30:00Z</published><updated>2020-01-08T04:30:00Z</updated><content type="html">
&lt;a href="https://community.element14.com/resized-image/__size/1200x900/__key/communityserver-blogs-components-weblogfiles/00-00-00-02-47/1651.contentimage_5F00_127619.jpg"&gt;&lt;/a&gt;
Thanks to Element14 community with all the swag gift and sincerely greeting.
I would be my pleasure to share my test project for the new due-core M33 product from NXP theming RF.
&amp;nbsp;
&amp;nbsp;
NFC Lock
1. Brief
The NFC tag reader works on 125kHz, i...(&lt;a href="https://community.element14.com/challenges-projects/project14/rf/b/blog/posts/nfc-lock-run-with-nfc-tag-antenna"&gt;read more&lt;/a&gt;)&lt;img src="https://community.element14.com/aggbug?PostID=8535&amp;AppID=247&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</content><author><name>fyaocn</name><uri>https://community.element14.com/members/fyaocn</uri></author><category term="rfradiofrequencych" scheme="https://community.element14.com/challenges-projects/project14/rf/b/blog/archive/tags/rfradiofrequencych" /></entry></feed>