{"id":6739,"date":"2020-04-12T17:00:29","date_gmt":"2020-04-12T11:30:29","guid":{"rendered":"https:\/\/nuclearrambo.com\/wordpress\/?p=6739"},"modified":"2024-10-03T15:18:27","modified_gmt":"2024-10-03T09:48:27","slug":"a-simple-hf-up-converter-with-limesdr","status":"publish","type":"post","link":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/","title":{"rendered":"A simple HF up converter with LimeSDR"},"content":{"rendered":"\n<p>In times like these when we are all stuck in our homes, most of us are becoming active on the radio. The best ideas come out when we are challenged and right now we are all challenged mentally, thinking what to do during the indefinite lock down. Anyway, today I will demonstrate how to build a simple up-converter with LimeSDR Mini. This same method will work if you have any other transmit capable SDR. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The basic frequency converter<\/h2>\n\n\n\n<p>The commercially available HF up-converters have a nice little filter in them that filters out FM band. Nonetheless, you can still do without a filter at a risk of having FM signals contaminate the spectrum a bit. That can be avoided if you choose your LO by trying different frequencies.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr-mini\/block-diagram-2\/\" rel=\"attachment wp-att-6738\"><img decoding=\"async\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/block-diagram.png\" alt=\"limesdr upconverter\" class=\"wp-image-6738\"\/><\/a><figcaption class=\"wp-element-caption\">A basic up-converter<\/figcaption><\/figure>\n\n\n\n<p>The mixer multiplies the RF signal with the LO and produces sum and difference products. In my case the frequency range of interest lies between \\(7MHz\\) and \\(21MHz\\). As a result, the mixer will produce frequency components around the LO in the following manner. Note, that the LO frequency is set at \\(450MHz\\).<\/p>\n\n\n\\(Sum\\,frequency\\,range = 450MHz + 7MHz\\,and\\, 450MHz+\u00a0 21MHz\\)\n\n\n\\(Difference\\,frequency\\,range = 450MHz &#8211; 7MHz\\,and\\, 450MHz-\u00a0 21MHz\\)\n\n\n\n<p>In other words, the sum frequencies are between \\(457MHz\\,and\\,471MHz\\) and vice versa for the difference frequencies.<\/p>\n\n\n\n<p>The LO signal needs to be sufficiently strong in case of a passive mixer that I plan on using. LimeSDR produces about 10dBm transmit signal sufficient to drive the mixer.<\/p>\n\n\n\n<p>There is another point to note in the block diagram, that is the LNA. The LNA stands for Low noise amplifier. Why do we need an LNA? To answer\u00c2&nbsp; that, we need to look at the<a href=\"https:\/\/en.wikipedia.org\/wiki\/Friis_formulas_for_noise\"> Frii&#8217;s formula<\/a>. It states that the noise figure of the first stage of the receiver significantly affects the noise figure of the entire system. In simpler words, if the noise figure of first stage is low, the over all noise figure of the receiver system also remains low. Since, the noise figure of a mixer is very high, it can reduce the sensitivity of our receiver.<\/p>\n\n\n\\(NF_{total} = NF_1 + \\frac{NF_2 -1}{G_1}+\\frac{NF_3-1}{G_1\\times{G_2}}&#8230;\\)\n\n\n\n<h2 class=\"wp-block-heading\">The real calculations<\/h2>\n\n\n\n<p>We went through some theory up there. Now, it&#8217;s time to apply that on practical components. I will be using the <a href=\"https:\/\/www.minicircuits.com\/pdfs\/ZFL-500HLN.pdf\" target=\"_blank\" rel=\"noopener nofollow noreferrer\">Minicircuits ZFL-500HLN<\/a> in the first stage that has a gain of \\(20dB\\). Although, the datasheet states the start frequency as \\(10MHz\\), the S-parameter file tells me that the amplifier is good down to \\(1MHz\\). The amplifier offers a noise figure of \\(3.8dB\\) which isn&#8217;t as low as it should be. Nonetheless, it&#8217;s better than feeding the signal directly to a mixer.<\/p>\n\n\n\n<p>For the mixer, I have <a href=\"https:\/\/www.minicircuits.com\/pdfs\/TUF-3LH+.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">Minicircuits TUF-3LH<\/a> having a conversion loss of approximately \\(5dB\\). In case of mixers, the noise figure is roughly equivalent to the conversion loss. Let us, put this information into the Frii&#8217;s formula and see what \\(NF_{total}\\) we get. The noise figure values need to be converted into linear scale before we put them into the Frii&#8217;s formula.<\/p>\n\n\n\\(NF_{linear} = 10^{\\frac{NF_{dB}}{10}}\\)\n\n\n\\(NF_{total} = 2.3988+\\frac{3.16-1}{100} = 2.42\\)\n\n\n\n<p>Converting it into dB scale, \\(NF_{total} = 10log_{10}(2.42) = 3.83dB\\)<\/p>\n\n\n\n<p>Had we fed our signal straight into the mixer, our noise figure would be &gt;5dB.<\/p>\n\n\n\n<p><strong>NOTE:<\/strong> People are going to complain that I did not take into consideration the NF of the receiving port of the SDR. Yes I didn&#8217;t for two reasons. First, it is not going to significantly affect the number. Second, I couldn&#8217;t find the required data.<\/p>\n\n\n\n<center><p><script type=\"text\/javascript\">\n\tatOptions = {\n\t\t'key' : 'a488f095e80c8a74746e5fdca977eaea',\n\t\t'format' : 'iframe',\n\t\t'height' : 90,\n\t\t'width' : 728,\n\t\t'params' : {}\n\t};\n\tdocument.write('<scr' + 'ipt type=\"text\/javascript\" src=\"http' + (location.protocol === 'https:' ? 's' : '') + ':\/\/www.profitabledisplaynetwork.com\/a488f095e80c8a74746e5fdca977eaea\/invoke.js\"><\/scr' + 'ipt>');\n<\/script><\/p><\/center>\n\n\n\n<h2 class=\"wp-block-heading\">The implementation<\/h2>\n\n\n\n<p>The implementation was quite simple and hardly needs any explanation except for the software part.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr-mini\/img_20200405_181832\/\" rel=\"attachment wp-att-6743\"><img decoding=\"async\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/IMG_20200405_181832.jpg\" alt=\"limesdr up converter\" class=\"wp-image-6743\"\/><\/a><figcaption class=\"wp-element-caption\">LimeSDR mini HF up converter<\/figcaption><\/figure>\n\n\n\n<p>There are two ways you can power this up. One way being through GNURadio and the other involves using SDR Angel. I tried both but from user friendliness point of view, SDR Angel will put you on track quickly.<\/p>\n\n\n\n<p>Before you begin, <a href=\"https:\/\/github.com\/f4exb\/sdrangel\/releases\">download SDR Angel<\/a> from github.<\/p>\n\n\n\n<p>Let us add a transmit sink into the SDR Angel. Go to <strong>DeviceSets &gt; Add sink device set<\/strong>.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr-mini\/sdr_angel_sink\/\" rel=\"attachment wp-att-6744\"><img loading=\"lazy\" decoding=\"async\" width=\"485\" height=\"180\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink.png\" alt=\"limesdr mini upconverter\" class=\"wp-image-6744\" srcset=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink.png 485w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink-300x111.png 300w\" sizes=\"auto, (max-width: 485px) 100vw, 485px\" \/><\/a><figcaption class=\"wp-element-caption\">Add sink device set<\/figcaption><\/figure>\n\n\n\n<p>In the sampling devices control, click on the finger icon and select your LimeSDR. Also set the Local Oscillator frequency (LO) as shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr-mini\/sdr_angel_sink2\/\" rel=\"attachment wp-att-6745\"><img loading=\"lazy\" decoding=\"async\" width=\"471\" height=\"716\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink2.png\" alt=\"Select LimeSDR and set the frequency in SDR Angel up converter\" class=\"wp-image-6745\" srcset=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink2.png 471w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink2-197x300.png 197w\" sizes=\"auto, (max-width: 471px) 100vw, 471px\" \/><\/a><figcaption class=\"wp-element-caption\">Select LimeSDR and set the frequency in SDR Angel<\/figcaption><\/figure>\n\n\n\n<p>After this, select\u00c2&nbsp;<strong>NBFM Modulator <\/strong>and click on the <strong>&#8220;+&#8221; <\/strong>icon. This will add a narrow band FM modulator on the right pane. We don&#8217;t have to do anything because we simply need a fixed 450MHz signal. Click on the purple &#8220;Play&#8221; button at the left of frequency setting. This will start the transmitter and generate LO. To set the LO power level, we need to set the TX Gain as shown below. Additionally, we also need to select the &#8220;<strong>Hi<\/strong>&#8221; transmit path.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr-mini\/sdr_angel_sink3\/\" rel=\"attachment wp-att-6746\"><img loading=\"lazy\" decoding=\"async\" width=\"396\" height=\"638\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink3.png\" alt=\"sdr angel limesdr\" class=\"wp-image-6746\" srcset=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink3.png 396w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_sink3-186x300.png 186w\" sizes=\"auto, (max-width: 396px) 100vw, 396px\" \/><\/a><figcaption class=\"wp-element-caption\">Set the output power level<\/figcaption><\/figure>\n\n\n\n<p>On the receiver side of the settings, the 7MHz band is now shifted by an offset of 450MHz. Correspondingly, you will find the 7MHz band at 457MHz and so on. Do the settings for the receiver identical to whats shown below.<\/p>\n\n\n\n<figure class=\"wp-block-image alignnone\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr-mini\/sdr_angel_source1\/\" rel=\"attachment wp-att-6747\"><img decoding=\"async\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/sdr_angel_source1.png\" alt=\"LimeSDR mini SDR Angel SSB receiver settings\" class=\"wp-image-6747\"\/><\/a><figcaption class=\"wp-element-caption\">LimeSDR mini SDR Angel SSB receiver settings<\/figcaption><\/figure>\n\n\n\n<p>Once you are done, you should be able to receive HF signals with your LimeSDR Mini.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"video-container\"><iframe loading=\"lazy\" title=\"LimeSDR mini HF upconverter\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/i12BOCiPdSI?feature=oembed&#038;wmode=opaque\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n<\/div><\/figure>\n\n\n\n<p>A few screenshots where you can see how good it works.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr-mini\/20_5\/\" rel=\"attachment wp-att-6750\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1080\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/20_5.png\" alt=\"\" class=\"wp-image-6750\" srcset=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/20_5.png 1920w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/20_5-300x169.png 300w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/20_5-1024x576.png 1024w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/20_5-768x432.png 768w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/20_5-1536x864.png 1536w, https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/20_5-600x338.png 600w\" sizes=\"auto, (max-width: 1920px) 100vw, 1920px\" \/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr-mini\/40m_2\/\" rel=\"attachment wp-att-6752\"><img decoding=\"async\" src=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/40m_2.png\" alt=\"\" class=\"wp-image-6752\"\/><\/a><\/figure>\n\n\n\n<p>If you wish to purchase the LNA and the mixer components, here are my suggestions:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/amzn.to\/3bXFJEN\">LNA<\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/amzn.to\/2xMDx4e\">Mixer<\/a><\/h3>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"https:\/\/amzn.to\/39Mvr8K\">HF Up converter<\/a><\/h3>\n","protected":false},"excerpt":{"rendered":"<p>In times like these when we are all stuck in our homes, most of us are becoming active on the radio. The best ideas come out when we are challenged and right now we&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":6742,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[61],"tags":[1556,1751,1644,1648,1752,1753],"class_list":["post-6739","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-updates","tag-ham-radio","tag-hf","tag-limesdr","tag-radio","tag-receiver","tag-sdr-angel"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>A simple HF up converter with LimeSDR<\/title>\n<meta name=\"description\" content=\"today I will demonstrate how to build a simple up converter with LimeSDR Mini. This same method will work if you have any other transmit capable SDR.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"A simple HF up converter with LimeSDR\" \/>\n<meta property=\"og:description\" content=\"today I will demonstrate how to build a simple up converter with LimeSDR Mini. This same method will work if you have any other transmit capable SDR.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/\" \/>\n<meta property=\"og:site_name\" content=\"Nuclearrambo\" \/>\n<meta property=\"article:published_time\" content=\"2020-04-12T11:30:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-03T09:48:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/IMG_20200405_181832-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1376\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"nuclearrambo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@darkusul\" \/>\n<meta name=\"twitter:site\" content=\"@darkusul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"nuclearrambo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/\"},\"author\":{\"name\":\"nuclearrambo\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c\"},\"headline\":\"A simple HF up converter with LimeSDR\",\"datePublished\":\"2020-04-12T11:30:29+00:00\",\"dateModified\":\"2024-10-03T09:48:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/\"},\"wordCount\":946,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#organization\"},\"keywords\":[\"ham radio\",\"hf\",\"limesdr\",\"radio\",\"receiver\",\"sdr angel\"],\"articleSection\":[\"Updates\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/\",\"name\":\"A simple HF up converter with LimeSDR\",\"isPartOf\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#website\"},\"datePublished\":\"2020-04-12T11:30:29+00:00\",\"dateModified\":\"2024-10-03T09:48:27+00:00\",\"description\":\"today I will demonstrate how to build a simple up converter with LimeSDR Mini. This same method will work if you have any other transmit capable SDR.\",\"breadcrumb\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nuclearrambo.com\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"A simple HF up converter with LimeSDR\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#website\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/\",\"name\":\"Nuclearrambo\",\"description\":\"Information is FREE! Progress is MUST! Awakening is inevitable!\",\"publisher\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nuclearrambo.com\/wordpress\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#organization\",\"name\":\"Nuclearrambo\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2021\/01\/logo-nuclearrambo.png\",\"contentUrl\":\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2021\/01\/logo-nuclearrambo.png\",\"width\":1489,\"height\":1152,\"caption\":\"Nuclearrambo\"},\"image\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/darkusul\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c\",\"name\":\"nuclearrambo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9cc8a9d2d82dd7e65e77405f7b4ccaa34450e8a268f369ac893882cc5f13a797?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9cc8a9d2d82dd7e65e77405f7b4ccaa34450e8a268f369ac893882cc5f13a797?s=96&r=g\",\"caption\":\"nuclearrambo\"},\"description\":\"Salil is an electronics enthusiast working on various electronics systems. In his free time he writes on the blog, talks over ham radio or builds circuits. He has Yaesu FT2900R VHF transceiver, FT450D HF transceiver, TYT UV8000E and Quansheng UVK6 Handheld transceivers.\",\"sameAs\":[\"http:\/\/nuclearrambo.com\/wordpress\"],\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"A simple HF up converter with LimeSDR","description":"today I will demonstrate how to build a simple up converter with LimeSDR Mini. This same method will work if you have any other transmit capable SDR.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/","og_locale":"en_US","og_type":"article","og_title":"A simple HF up converter with LimeSDR","og_description":"today I will demonstrate how to build a simple up converter with LimeSDR Mini. This same method will work if you have any other transmit capable SDR.","og_url":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/","og_site_name":"Nuclearrambo","article_published_time":"2020-04-12T11:30:29+00:00","article_modified_time":"2024-10-03T09:48:27+00:00","og_image":[{"width":2560,"height":1376,"url":"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2020\/04\/IMG_20200405_181832-scaled.jpg","type":"image\/jpeg"}],"author":"nuclearrambo","twitter_card":"summary_large_image","twitter_creator":"@darkusul","twitter_site":"@darkusul","twitter_misc":{"Written by":"nuclearrambo","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/#article","isPartOf":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/"},"author":{"name":"nuclearrambo","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c"},"headline":"A simple HF up converter with LimeSDR","datePublished":"2020-04-12T11:30:29+00:00","dateModified":"2024-10-03T09:48:27+00:00","mainEntityOfPage":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/"},"wordCount":946,"commentCount":1,"publisher":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#organization"},"keywords":["ham radio","hf","limesdr","radio","receiver","sdr angel"],"articleSection":["Updates"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/","url":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/","name":"A simple HF up converter with LimeSDR","isPartOf":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#website"},"datePublished":"2020-04-12T11:30:29+00:00","dateModified":"2024-10-03T09:48:27+00:00","description":"today I will demonstrate how to build a simple up converter with LimeSDR Mini. This same method will work if you have any other transmit capable SDR.","breadcrumb":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nuclearrambo.com\/wordpress\/"},{"@type":"ListItem","position":2,"name":"A simple HF up converter with LimeSDR"}]},{"@type":"WebSite","@id":"https:\/\/nuclearrambo.com\/wordpress\/#website","url":"https:\/\/nuclearrambo.com\/wordpress\/","name":"Nuclearrambo","description":"Information is FREE! Progress is MUST! Awakening is inevitable!","publisher":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nuclearrambo.com\/wordpress\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nuclearrambo.com\/wordpress\/#organization","name":"Nuclearrambo","url":"https:\/\/nuclearrambo.com\/wordpress\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/logo\/image\/","url":"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2021\/01\/logo-nuclearrambo.png","contentUrl":"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2021\/01\/logo-nuclearrambo.png","width":1489,"height":1152,"caption":"Nuclearrambo"},"image":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/darkusul"]},{"@type":"Person","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c","name":"nuclearrambo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9cc8a9d2d82dd7e65e77405f7b4ccaa34450e8a268f369ac893882cc5f13a797?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9cc8a9d2d82dd7e65e77405f7b4ccaa34450e8a268f369ac893882cc5f13a797?s=96&r=g","caption":"nuclearrambo"},"description":"Salil is an electronics enthusiast working on various electronics systems. In his free time he writes on the blog, talks over ham radio or builds circuits. He has Yaesu FT2900R VHF transceiver, FT450D HF transceiver, TYT UV8000E and Quansheng UVK6 Handheld transceivers.","sameAs":["http:\/\/nuclearrambo.com\/wordpress"],"url":"https:\/\/nuclearrambo.com\/wordpress\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts\/6739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/comments?post=6739"}],"version-history":[{"count":8,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts\/6739\/revisions"}],"predecessor-version":[{"id":8429,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts\/6739\/revisions\/8429"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/media\/6742"}],"wp:attachment":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/media?parent=6739"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/categories?post=6739"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/tags?post=6739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}