{"id":103777,"date":"2021-04-28T22:50:42","date_gmt":"2021-04-28T22:50:42","guid":{"rendered":"https:\/\/www.snapwhole.com\/index.php\/ham-radio-digital-mode-frequencies\/"},"modified":"2023-01-17T01:05:10","modified_gmt":"2023-01-17T01:05:10","slug":"building-a-development-ubitx-raduino","status":"publish","type":"page","link":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/","title":{"rendered":"Building a Development uBitx Raduino"},"content":{"rendered":"\n<p class=\"has-text-align-center\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\"><strong>Building a Development uBitx Raduino<\/strong><\/mark><\/p>\n\n\n\n<center><d3><a style=\"color:Tomato;\" href=\"https:\/\/www.snapwhole.com\/index.php\/arduino-projects\/\">Return to Arduino Projects<\/a><\/d3><\/center><br><br>\n\n\n\n<center><d3><a style=\"color:Tomato;\" href=\"https:\/\/www.snapwhole.com\/index.php\/ham-radio-projects\/\">Return To Ham Radio Projects<\/a><\/d3><\/center><br><br>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg\" alt=\"Ardruino NANO Interface Board\" class=\"wp-image-103779\" srcset=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg 400w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard-300x300.jpg 300w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/><\/a><figcaption>Ardruino NANO Interface Board<\/figcaption><\/figure><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\"><strong>Overview<\/strong><\/p>\n\n\n\n<p>I have some ideas for customizing the uBitx for my use, the uBitx works great as shipped, but one of the best features of the uBitx is it being Open Source, and changes are encouraged<\/p>\n\n\n\n<p>Ideas for customization I want to explore<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">I2C LCD interface\nsi5351 breakout board with I2C\nUse with an Arduino UNO \nUse with a Mega2560\nInterface Shield for Arduino NANO\n2004 (20x4) LCD\n12864 LCD\nIntegrated Tuner\nIntegrated SWR\/power Meter\n<strong>The Possibilities are Endless<\/strong><\/pre>\n\n\n\n<p>I will probably spend more time customizing the uBitx then time spent on the air, there are so many possibilities to explore with the software<\/p>\n\n\n\n<p>But, I also wanted the uBitx to remain available for use on the air while I am making changes to the Software, so I needed a DEV (development) system<\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\"><strong>Parts Needed for Arduino DEV System<\/strong><\/p>\n\n\n\n<p>A separate DEV system will allow me to make and test changes without affecting my on air time with the uBitx<\/p>\n\n\n\n<p>So I ordered some parts<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">1 Nano\n1 si5351 Breakout board\n1 Nano I\/o Board\n1 1602 LCD with I2C Interface\n1 3.5mm Stereo Jack\n<\/pre>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\"><strong>The Nano I\/O Board<\/strong><\/p>\n\n\n\n<p>Since this is a DEV board, I will be connecting various devices to the Nano, the I\/o board breaks out all the Nano pins, and also provides duplicates of some pins<\/p>\n\n\n\n<p>The duplicate pins for VCC, GND and I2C make is easier to attach several I2C devices to the board and power them<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"400\" height=\"400\" src=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg\" alt=\"Ardruino NANO Interface Board\" class=\"wp-image-103779\" srcset=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg 400w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard-300x300.jpg 300w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard-150x150.jpg 150w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/><\/a><figcaption>Ardruino NANO Interface Board<\/figcaption><\/figure><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p>The most important pins on the I\/o board are the I2C pins, There are pins for connection three devices via I2C to the I\/O board<\/p>\n\n\n\n<p>After I use one for the LCD and on for the si5351 board, I still have 1 left, very convenient<\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\"><strong>si5351 Breakout Board<\/strong><\/p>\n\n\n\n<p>This board allows easy interfacing to the si5351, with some important features over using an si5351 and building your own frequency source<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-3 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdevsi5351board-1.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdevsi5351board-1.jpg\" alt=\"Arduino si5351 Breakout Board\" class=\"wp-image-103780\" srcset=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdevsi5351board-1.jpg 1000w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdevsi5351board-1-300x300.jpg 300w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdevsi5351board-1-150x150.jpg 150w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdevsi5351board-1-768x768.jpg 768w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdevsi5351board-1-690x690.jpg 690w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdevsi5351board-1-980x980.jpg 980w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/a><figcaption>Arduino si5351 Breakout Board<\/figcaption><\/figure><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p>Advantages of using the su5351 Breakout Board<\/p>\n\n\n\n<p class=\"has-black-color has-text-color\">All the components are on one board, no soldering required, no sourcing of additional components, like crystals, capacitors, voltage regulators<\/p>\n\n\n\n<p>Onboard 5v to 3.3v converter \u2013 no need to use 3.3v<\/p>\n\n\n\n<p>The si5351 breakout board features a 7 pin header, providing easy access to all function pins<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">+5v\n+GND\n+SCA\n+SCL\n+Oscillator 1\n+Oscillator 2\n+Oscillator 3<\/pre>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\"><strong>3.5mm Stereo Jack for Key<\/strong><\/p>\n\n\n\n<p>For those unfamiliar with the uBitx v5, this might seem strange\u2026\u2026<\/p>\n\n\n\n<p>But the uBitx v5 reads the keyer jack by reading the voltage on 1 pin, if that pin is 0, the system goes into transmit mode, this is not desirable<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-4 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev35mmjack.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev35mmjack.jpg\" alt=\"3.5mm Jack used for Key\" class=\"wp-image-103781\" srcset=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev35mmjack.jpg 1000w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev35mmjack-300x300.jpg 300w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev35mmjack-150x150.jpg 150w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev35mmjack-768x768.jpg 768w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev35mmjack-690x690.jpg 690w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev35mmjack-980x980.jpg 980w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/a><figcaption>3.5mm Jack used for Key<\/figcaption><\/figure><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p>So I wired this 3.5mm jack for use with a straight key, and now there is not spontaneous transmit mode<\/p>\n\n\n\n<p>The DEV system will not have RF Components for transmit, but the system going into transmit mode makes the menu system hard to navigate, and partially non-functional, so it is better to wire the key jack and not have this problem<\/p>\n\n\n\n<p class=\"has-vivid-red-color has-text-color\"><strong>1602 LCD with I2C Interface<\/strong><\/p>\n\n\n\n<p>I ordered a 1602 LCD with I2C interface for $2 including shipping from China<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-layout-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev1602.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"771\" height=\"563\" src=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev1602.jpg\" alt=\"1602 LCD with I2C Interface\" class=\"wp-image-103782\" srcset=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev1602.jpg 771w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev1602-300x219.jpg 300w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev1602-768x561.jpg 768w, https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxdev1602-690x504.jpg 690w\" sizes=\"(max-width: 771px) 100vw, 771px\" \/><\/a><figcaption>1602 LCD with I2C Interface<\/figcaption><\/figure><\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n<\/div>\n\n\n\n<p>You have to wait 30-45 days to receive it, so plan ahead and be patient, Recently shipping time has been decreased by several week<\/p>\n\n\n\n<p>The is an alternative, which is to buy a 1602 LCD without the I2C interface, and add the I2C interface yourself<\/p>\n\n\n\n<p>Video of the assembly of the Nano Development System for the Ubitx v5 Raduino<\/p>\n\n\n\n<figure class=\"wp-block-embed aligncenter 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<iframe loading=\"lazy\" title=\"uBitx v5 NANO Development System Construction\" width=\"980\" height=\"551\" src=\"https:\/\/www.youtube.com\/embed\/vR92Ljtix8c?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe>\n<\/div><figcaption><strong>Building a Development uBitx v5 Raduino<\/strong><\/figcaption><\/figure>\n\n\n\n<p class=\"has-text-align-center\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\"><strong>Building a Development uBitx Raduino<\/strong><\/mark><\/p>\n\n\n\n<center><d3><a style=\"color:Tomato;\" href=\"https:\/\/www.snapwhole.com\/index.php\/arduino-projects\/\">Return to Arduino Projects<\/a><\/d3><\/center><br><br>\n\n\n\n<center><d3><a style=\"color:Tomato;\" href=\"https:\/\/www.snapwhole.com\/index.php\/ham-radio-projects\/\">Return To Ham Radio Projects<\/a><\/d3><\/center><br><br>\n<div class=\"pvc_clear\"><\/div><p id=\"pvc_stats_103777\" class=\"pvc_stats all  \" data-element-id=\"103777\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/www.snapwhole.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p><div class=\"pvc_clear\"><\/div>","protected":false},"excerpt":{"rendered":"<p>Building a Development uBitx Raduino Return to Arduino Projects Return To Ham Radio Projects Overview I have some ideas for customizing the uBitx for my use, the uBitx works great as shipped, but one of the best features of the uBitx is it being Open Source, and changes are encouraged Ideas for customization I want [&hellip;]<\/p>\n<div class=\"pvc_clear\"><\/div>\n<p id=\"pvc_stats_103777\" class=\"pvc_stats all  \" data-element-id=\"103777\" style=\"\"><i class=\"pvc-stats-icon medium\" aria-hidden=\"true\"><svg aria-hidden=\"true\" focusable=\"false\" data-prefix=\"far\" data-icon=\"chart-bar\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\" class=\"svg-inline--fa fa-chart-bar fa-w-16 fa-2x\"><path fill=\"currentColor\" d=\"M396.8 352h22.4c6.4 0 12.8-6.4 12.8-12.8V108.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v230.4c0 6.4 6.4 12.8 12.8 12.8zm-192 0h22.4c6.4 0 12.8-6.4 12.8-12.8V140.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v198.4c0 6.4 6.4 12.8 12.8 12.8zm96 0h22.4c6.4 0 12.8-6.4 12.8-12.8V204.8c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v134.4c0 6.4 6.4 12.8 12.8 12.8zM496 400H48V80c0-8.84-7.16-16-16-16H16C7.16 64 0 71.16 0 80v336c0 17.67 14.33 32 32 32h464c8.84 0 16-7.16 16-16v-16c0-8.84-7.16-16-16-16zm-387.2-48h22.4c6.4 0 12.8-6.4 12.8-12.8v-70.4c0-6.4-6.4-12.8-12.8-12.8h-22.4c-6.4 0-12.8 6.4-12.8 12.8v70.4c0 6.4 6.4 12.8 12.8 12.8z\" class=\"\"><\/path><\/svg><\/i> <img loading=\"lazy\" decoding=\"async\" width=\"16\" height=\"16\" alt=\"Loading\" src=\"https:\/\/www.snapwhole.com\/wp-content\/plugins\/page-views-count\/ajax-loader-2x.gif\" border=0 \/><\/p>\n<div class=\"pvc_clear\"><\/div>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Building a Development uBitx Raduino - SnapWhole.com<\/title>\n<meta name=\"description\" content=\"Building a Development uBitx Raduino\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Building a Development uBitx Raduino - SnapWhole.com\" \/>\n<meta property=\"og:description\" content=\"Building a Development uBitx Raduino\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/\" \/>\n<meta property=\"og:site_name\" content=\"SnapWhole.com\" \/>\n<meta property=\"article:modified_time\" content=\"2023-01-17T01:05:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/\",\"url\":\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/\",\"name\":\"Building a Development uBitx Raduino - SnapWhole.com\",\"isPartOf\":{\"@id\":\"https:\/\/www.snapwhole.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg\",\"datePublished\":\"2021-04-28T22:50:42+00:00\",\"dateModified\":\"2023-01-17T01:05:10+00:00\",\"description\":\"Building a Development uBitx Raduino\",\"breadcrumb\":{\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#primaryimage\",\"url\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg\",\"contentUrl\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg\",\"width\":400,\"height\":400,\"caption\":\"Ardruino NANO Interface Board\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.snapwhole.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Building a Development uBitx Raduino\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.snapwhole.com\/#website\",\"url\":\"https:\/\/www.snapwhole.com\/\",\"name\":\"SnapWhole.com\",\"description\":\"Your Cool Refreshing Eclectic Destination\",\"publisher\":{\"@id\":\"https:\/\/www.snapwhole.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.snapwhole.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.snapwhole.com\/#organization\",\"name\":\"Snapwhole\",\"url\":\"https:\/\/www.snapwhole.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.snapwhole.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/radioactive.jpg\",\"contentUrl\":\"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/radioactive.jpg\",\"width\":282,\"height\":268,\"caption\":\"Snapwhole\"},\"image\":{\"@id\":\"https:\/\/www.snapwhole.com\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Building a Development uBitx Raduino - SnapWhole.com","description":"Building a Development uBitx Raduino","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:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/","og_locale":"en_US","og_type":"article","og_title":"Building a Development uBitx Raduino - SnapWhole.com","og_description":"Building a Development uBitx Raduino","og_url":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/","og_site_name":"SnapWhole.com","article_modified_time":"2023-01-17T01:05:10+00:00","og_image":[{"url":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/","url":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/","name":"Building a Development uBitx Raduino - SnapWhole.com","isPartOf":{"@id":"https:\/\/www.snapwhole.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#primaryimage"},"image":{"@id":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#primaryimage"},"thumbnailUrl":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg","datePublished":"2021-04-28T22:50:42+00:00","dateModified":"2023-01-17T01:05:10+00:00","description":"Building a Development uBitx Raduino","breadcrumb":{"@id":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#primaryimage","url":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg","contentUrl":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/ubitxnanodevboard.jpg","width":400,"height":400,"caption":"Ardruino NANO Interface Board"},{"@type":"BreadcrumbList","@id":"https:\/\/www.snapwhole.com\/index.php\/building-a-development-ubitx-raduino\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.snapwhole.com\/"},{"@type":"ListItem","position":2,"name":"Building a Development uBitx Raduino"}]},{"@type":"WebSite","@id":"https:\/\/www.snapwhole.com\/#website","url":"https:\/\/www.snapwhole.com\/","name":"SnapWhole.com","description":"Your Cool Refreshing Eclectic Destination","publisher":{"@id":"https:\/\/www.snapwhole.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.snapwhole.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.snapwhole.com\/#organization","name":"Snapwhole","url":"https:\/\/www.snapwhole.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.snapwhole.com\/#\/schema\/logo\/image\/","url":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/radioactive.jpg","contentUrl":"https:\/\/www.snapwhole.com\/wp-content\/uploads\/2021\/04\/radioactive.jpg","width":282,"height":268,"caption":"Snapwhole"},"image":{"@id":"https:\/\/www.snapwhole.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/pages\/103777"}],"collection":[{"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/comments?post=103777"}],"version-history":[{"count":12,"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/pages\/103777\/revisions"}],"predecessor-version":[{"id":130031,"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/pages\/103777\/revisions\/130031"}],"wp:attachment":[{"href":"https:\/\/www.snapwhole.com\/index.php\/wp-json\/wp\/v2\/media?parent=103777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}