{"id":8228,"date":"2023-07-10T23:18:31","date_gmt":"2023-07-10T17:48:31","guid":{"rendered":"https:\/\/nuclearrambo.com\/wordpress\/?p=8228"},"modified":"2024-10-03T15:02:19","modified_gmt":"2024-10-03T09:32:19","slug":"easy-to-use-ad9833-c-library","status":"publish","type":"post","link":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/","title":{"rendered":"Easy to use AD9833 C Library"},"content":{"rendered":"\n<p class=\"has-drop-cap\">Hey there, fellow electronics enthusiasts! If you&#8217;ve ever tinkered with the signal generation, you&#8217;ve likely come across the AD9833 waveform generator chip. But did you know that this little gem can do so much more than just waveforms? For example, you could use this as an FSK beacon transmitter, a low-frequency local oscillator for your <a href=\"https:\/\/nuclearrambo.com\/wordpress\/a-simple-hf-up-converter-with-limesdr\/\">HF receiver<\/a> or even as a precision frequency generator in the low-frequency range. Additionally, you can generate sine waves, triangle waves and square waves. Of course, you would need a good low-pass filter to generate a good sine wave with low harmonic distortion. I wrote a quick C library that can be used in your project with minimum effort.  In this blog post, we&#8217;ll explore the library&#8217;s versatile features and show you how it can supercharge your signal projects.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Features of the AD9833 Library<\/strong><\/h2>\n\n\n\n<p>Let&#8217;s dive into the AD9833 Library:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Frequency and Phase Control<\/strong>: Say goodbye to signal headaches! The AD9833 Library allows you to effortlessly set the frequency and phase of your AD9833 chip. With functions like <code>AD9833_setFrequency()<\/code> and <code>AD9833_setPhase()<\/code>, you have full control over your signal&#8217;s characteristics. Whether you&#8217;re creating a local oscillator, an HF beacon, or an FSK transmitter, precise frequency and phase control is at your fingertips.<\/li>\n\n\n\n<li><strong>Flexible Configuration<\/strong>: Need to fine-tune your signal output? No problem! The library offers easy configuration options for various AD9833 settings. With functions like AD9833_outputMode() and AD9833_setConfig(), you can effortlessly adjust the output mode, sleep mode, reset behaviour, and more. Whatever your project demands, the AD9833 Library has you covered.<\/li>\n\n\n\n<li><strong>Seamless Frequency Sweeping<\/strong>: Ready to sweep through a range of frequencies? The AD9833 Library makes it a breeze! Use the <code>AD9833_sweep()<\/code> function to sweep from a start frequency to a stop frequency smoothly. Define the number of steps and set the dwell time between each step. Whether you&#8217;re testing frequency response or creating captivating sound effects, frequency sweeping has never been easier.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Getting Started with the AD9833 Library<\/strong><\/h2>\n\n\n\n<p>Ready to kick-start your signal adventures with the AD9833 Library? Here&#8217;s a quick guide to get you up and running:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Installation<\/strong>: Start by cloning the AD9833 Library repository from GitHub. Then, simply copy the <code>AD9833.c<\/code> and <code>AD9833.h<\/code> files into your project directory. Easy as pie!<\/li>\n\n\n\n<li><strong>Initialization<\/strong>: Open up your source file and include the <code>AD9833.h<\/code> header. Initialize the AD9833 chip using the <code>AD9833_init()<\/code> function with your SPI handle. The library takes care of the setup, so you can focus on unleashing your creativity.<\/li>\n\n\n\n<li><strong>Frequency and Phase Control<\/strong>: It&#8217;s time to work your signal magic! Use the <code>AD9833_setFrequency()<\/code> function to set the desired frequency value. Likewise, employ <code>AD9833_setPhase()<\/code> to control the phase of your signal. Whatever application you have in mind, these functions will help you hit the right notes.<\/li>\n\n\n\n<li><strong>Configuring the Output<\/strong>: Fine-tune your signal output like a pro! With functions such as <code>AD9833_outputMode()<\/code> and <code>AD9833_setConfig()<\/code>, you can easily adjust the output mode and other AD9833 settings. Get ready to tailor your signal to match your project requirements.<\/li>\n\n\n\n<li><strong>Frequency Sweeping<\/strong>: Take your signals on a captivating journey! Utilize the <code>AD9833_sweep()<\/code> function to create mesmerizing frequency sweeps. Define the start and stop frequencies, set the number of steps, and specify the dwell time between each step. Prepare to be amazed by the dynamic range of your signal projects.<\/li>\n<\/ol>\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<p><strong>Contributing and License<\/strong><\/p>\n\n\n\n<p>We love collaboration! If you&#8217;re bursting with ideas, suggestions, or even some coding wizardry, I&#8217;d love to hear from you. Feel free to contribute by reporting issues, making suggestions, or submitting those awesome pull requests. Together, we can make the AD9833 Library even more powerful.<\/p>\n\n\n\n<p>Oh, and here&#8217;s the icing on the cake\u2014the AD9833 Library is released under the permissive MIT License. That means you&#8217;re free to use it in both personal and commercial projects. Check out the details in the repository&#8217;s <code>LICENSE<\/code> file.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Conclusion<\/strong><\/h2>\n\n\n\n<p>The signal generation just got a whole lot more exciting with the AD9833 Library. From local oscillators to HF beacons, FSK transmitters, and beyond, this library brings versatility to the palm of your hand.<\/p>\n\n\n\n<p>Ready to dive in? Head over to the <a href=\"https:\/\/github.com\/your-username\/AD9833-library\">GitHub repository<\/a> and unlock the full potential of the AD9833 chip. Get ready to unleash your signal creativity and embark on captivating projects. Happy exploring!<\/p>\n\n\n\n<p>Click this link for<a href=\"https:\/\/nuclearrambo.com\/wordpress\/diy-stm32-and-ad9913-signal-generator-board\/\"> AD9913 DDS module<\/a>.<\/p>\n\n\n\n<p><sub>This article was written with assistance from ChatGPT because why not!<\/sub><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Hey there, fellow electronics enthusiasts! If you&#8217;ve ever tinkered with the signal generation, you&#8217;ve likely come across the AD9833 waveform generator chip. But did you know that this little gem can do so much&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":8229,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1212,1562],"tags":[1799,170,1645,1800],"class_list":["post-8228","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-electronics-2","category-tutorials","tag-dds","tag-electronics","tag-rf","tag-signals"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Easy to use AD9833 C Library<\/title>\n<meta name=\"description\" content=\"The AD9833 C library can allow you to utilize the DDS for various uses such as FSK transmitter, frequency sweep, local oscillator, etc.\" \/>\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\/easy-to-use-ad9833-c-library\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Easy to use AD9833 C Library\" \/>\n<meta property=\"og:description\" content=\"The AD9833 C library can allow you to utilize the DDS for various uses such as FSK transmitter, frequency sweep, local oscillator, etc.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/\" \/>\n<meta property=\"og:site_name\" content=\"Nuclearrambo\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-10T17:48:31+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-03T09:32:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2023\/07\/ad9833_sweep.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1010\" \/>\n\t<meta property=\"og:image:height\" content=\"609\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/\"},\"author\":{\"name\":\"nuclearrambo\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c\"},\"headline\":\"Easy to use AD9833 C Library\",\"datePublished\":\"2023-07-10T17:48:31+00:00\",\"dateModified\":\"2024-10-03T09:32:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/\"},\"wordCount\":709,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#organization\"},\"keywords\":[\"dds\",\"electronics\",\"rf\",\"signals\"],\"articleSection\":[\"Electronics\",\"Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/\",\"url\":\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/\",\"name\":\"Easy to use AD9833 C Library\",\"isPartOf\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/#website\"},\"datePublished\":\"2023-07-10T17:48:31+00:00\",\"dateModified\":\"2024-10-03T09:32:19+00:00\",\"description\":\"The AD9833 C library can allow you to utilize the DDS for various uses such as FSK transmitter, frequency sweep, local oscillator, etc.\",\"breadcrumb\":{\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/nuclearrambo.com\/wordpress\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Easy to use AD9833 C Library\"}]},{\"@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":"Easy to use AD9833 C Library","description":"The AD9833 C library can allow you to utilize the DDS for various uses such as FSK transmitter, frequency sweep, local oscillator, etc.","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\/easy-to-use-ad9833-c-library\/","og_locale":"en_US","og_type":"article","og_title":"Easy to use AD9833 C Library","og_description":"The AD9833 C library can allow you to utilize the DDS for various uses such as FSK transmitter, frequency sweep, local oscillator, etc.","og_url":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/","og_site_name":"Nuclearrambo","article_published_time":"2023-07-10T17:48:31+00:00","article_modified_time":"2024-10-03T09:32:19+00:00","og_image":[{"width":1010,"height":609,"url":"https:\/\/nuclearrambo.com\/wordpress\/wp-content\/uploads\/2023\/07\/ad9833_sweep.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":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/#article","isPartOf":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/"},"author":{"name":"nuclearrambo","@id":"https:\/\/nuclearrambo.com\/wordpress\/#\/schema\/person\/6093ae9d048d4789bd3d18c136577a0c"},"headline":"Easy to use AD9833 C Library","datePublished":"2023-07-10T17:48:31+00:00","dateModified":"2024-10-03T09:32:19+00:00","mainEntityOfPage":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/"},"wordCount":709,"commentCount":0,"publisher":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#organization"},"keywords":["dds","electronics","rf","signals"],"articleSection":["Electronics","Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/","url":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/","name":"Easy to use AD9833 C Library","isPartOf":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/#website"},"datePublished":"2023-07-10T17:48:31+00:00","dateModified":"2024-10-03T09:32:19+00:00","description":"The AD9833 C library can allow you to utilize the DDS for various uses such as FSK transmitter, frequency sweep, local oscillator, etc.","breadcrumb":{"@id":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nuclearrambo.com\/wordpress\/easy-to-use-ad9833-c-library\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nuclearrambo.com\/wordpress\/"},{"@type":"ListItem","position":2,"name":"Easy to use AD9833 C Library"}]},{"@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\/8228","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=8228"}],"version-history":[{"count":3,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts\/8228\/revisions"}],"predecessor-version":[{"id":8399,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/posts\/8228\/revisions\/8399"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/media\/8229"}],"wp:attachment":[{"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/media?parent=8228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/categories?post=8228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nuclearrambo.com\/wordpress\/wp-json\/wp\/v2\/tags?post=8228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}