{"id":148082,"date":"2024-02-28T10:58:49","date_gmt":"2024-02-28T10:58:49","guid":{"rendered":"https:\/\/randomnerdtutorials.com\/?p=148082"},"modified":"2024-02-28T10:59:05","modified_gmt":"2024-02-28T10:59:05","slug":"install-esp32-esp8266-usb-drivers-cp210x-windows","status":"publish","type":"post","link":"https:\/\/randomnerdtutorials.com\/install-esp32-esp8266-usb-drivers-cp210x-windows\/","title":{"rendered":"Install ESP32\/ESP8266 USB Drivers &#8211; CP210x USB to UART Bridge (Windows PC)"},"content":{"rendered":"\n<p>The CP210x USB chip turns a USB connection into a regular serial port which allows your computer to establish a serial communication with microcontrollers like the ESP32 or ESP8266. To program or exchange information between your computer and an ESP32\/ESP8266 chip, you need to install the CP210x USB to UART Bridge Virtual COM Port drivers. This guide shows to install the drivers in a Windows PC.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Install-ESP32-ESP8266-USB-Drivers-CP210x-USB-to-UART-Bridge-Windows-PC.jpg?resize=1200%2C675&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Install ESP32 ESP8266 NodeMCU USB Drivers CP210x USB to UART Bridge Windows PC\" class=\"wp-image-148217\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Install-ESP32-ESP8266-USB-Drivers-CP210x-USB-to-UART-Bridge-Windows-PC.jpg?w=1280&amp;quality=100&amp;strip=all&amp;ssl=1 1280w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Install-ESP32-ESP8266-USB-Drivers-CP210x-USB-to-UART-Bridge-Windows-PC.jpg?resize=300%2C169&amp;quality=100&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Install-ESP32-ESP8266-USB-Drivers-CP210x-USB-to-UART-Bridge-Windows-PC.jpg?resize=1024%2C576&amp;quality=100&amp;strip=all&amp;ssl=1 1024w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Install-ESP32-ESP8266-USB-Drivers-CP210x-USB-to-UART-Bridge-Windows-PC.jpg?resize=768%2C432&amp;quality=100&amp;strip=all&amp;ssl=1 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/figure><\/div>\n\n\n<p class=\"rntbox rntclgray\">We have a similar guide for <a href=\"https:\/\/randomnerdtutorials.com\/install-esp32-esp8266-usb-drivers-cp210x-mac-os\/\"><strong>Mac OS X:<\/strong> Install ESP32\/ESP8266 USB Drivers &#8211; CP210x USB to UART Bridge<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">ESP32\/ESP8266 USB Chip &#8211; CP2102\/CP2104<\/h2>\n\n\n\n<p>If it&#8217;s your first time using an ESP32\/ESP8266, it&#8217;s probably that if you plug the ESP board into your computer, you don&#8217;t see your ESP\u2019s COM port available. This means you don\u2019t have the drivers installed. Take a closer look at the chip next to the voltage regulator on the board and check its name. For this board, it comes with the Silabs CP2102 chip.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"750\" height=\"422\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/ESP32-Dev-Board-CP2102-USB-Silicon-Labs-Drivers.jpg?resize=750%2C422&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"ESP32 Dev Board CP2102 USB Silicon Labs Drivers\" class=\"wp-image-148215\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/ESP32-Dev-Board-CP2102-USB-Silicon-Labs-Drivers.jpg?w=750&amp;quality=100&amp;strip=all&amp;ssl=1 750w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/ESP32-Dev-Board-CP2102-USB-Silicon-Labs-Drivers.jpg?resize=300%2C169&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 750px) 100vw, 750px\" \/><\/figure><\/div>\n\n\n<p>For example, the <a href=\"https:\/\/makeradvisor.com\/tools\/esp32-dev-board-wi-fi-bluetooth\/\" target=\"_blank\" rel=\"noopener\" title=\"\">ESP32 DEVKIT V1 DOIT board<\/a> and many other ESP32 and ESP8266 modules use the <strong>CP2102 <\/strong>or the <strong>CP2104<\/strong> chips. <\/p>\n\n\n\n<p>If you install the <strong>CP210x <\/strong>drivers as explained in this blog post, you&#8217;ll ensure that the USB connection and communication will work for any ESP board that uses those USB chips (starting with &#8216;CP210&#8217;).<\/p>\n\n\n\n<p><strong>Note:<\/strong> another popular USB chip used by many ESP32 and ESP8266 modules is the <strong>CH340<\/strong>. Always check the datasheet of your board to make sure you identify the right USB to UART communication chip that&#8217;s being used in your board.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Installing CP210x USB to UART Bridge VCP Drivers (Windows PC)<\/h2>\n\n\n\n<p>Start by downloading the <a href=\"https:\/\/www.silabs.com\/developers\/usb-to-uart-bridge-vcp-drivers?tab=downloads\" target=\"_blank\" rel=\"noopener\" title=\"\">CP210x USB Drivers<\/a> from the official website. If you are on a Windows PC, you need to download the CP210x Windows Drivers folder highlighted in the image below.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"543\" height=\"276\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Installing-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?resize=543%2C276&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Installing CP210x USB to UART Bridge Drivers Windows PC\" class=\"wp-image-148090\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Installing-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?w=543&amp;quality=100&amp;strip=all&amp;ssl=1 543w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Installing-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?resize=300%2C152&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 543px) 100vw, 543px\" \/><\/figure><\/div>\n\n\n<p>After downloading the CP210x Windows Drivers, right-click the folder and unzip the installation files.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"171\" height=\"181\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Unzip-the-CP210x-USB-to-UART-Bridge-Drivers-on-Windows-PC.png?resize=171%2C181&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Unzip the CP210x USB to UART Bridge Drivers on Windows PC\" class=\"wp-image-148094\"\/><\/figure><\/div>\n\n\n<p>Open the unzipped folder and double-click the <em>CP210xVCPInstaller_x64.exe<\/em> file to start the installation process.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"472\" height=\"285\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Open-the-Installation-file-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?resize=472%2C285&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Open the Installation file for CP210x USB to UART Bridge Drivers Windows PC\" class=\"wp-image-148091\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Open-the-Installation-file-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?w=472&amp;quality=100&amp;strip=all&amp;ssl=1 472w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Open-the-Installation-file-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?resize=300%2C181&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 472px) 100vw, 472px\" \/><\/figure><\/div>\n\n\n<p>Follow the installation wizard, click the &#8220;Next&#8221; button, and agree with the terms of use to complete the installation process.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"499\" height=\"387\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Complete-the-Installation-wizard-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?resize=499%2C387&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Complete the Installation wizard for CP210x USB to UART Bridge Drivers Windows PC\" class=\"wp-image-148089\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Complete-the-Installation-wizard-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?w=499&amp;quality=100&amp;strip=all&amp;ssl=1 499w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Complete-the-Installation-wizard-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?resize=300%2C233&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 499px) 100vw, 499px\" \/><\/figure><\/div>\n\n\n<p>The CP210x USB drivers have been installed successfully.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"499\" height=\"387\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Installation-completed-success-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?resize=499%2C387&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Installation completed success for CP210x USB to UART Bridge Drivers Windows PC\" class=\"wp-image-148112\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Installation-completed-success-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?w=499&amp;quality=100&amp;strip=all&amp;ssl=1 499w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Installation-completed-success-for-CP210x-USB-to-UART-Bridge-Drivers-Windows-PC.png?resize=300%2C233&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 499px) 100vw, 499px\" \/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Testing the CP210x USB Drivers<\/h2>\n\n\n\n<p>Click the search bar.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"38\" height=\"47\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/01\/windows-pc-search-bar.png?resize=38%2C47&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Windows PC Search bar\" class=\"wp-image-146657\"\/><\/figure><\/div>\n\n\n<p>Search for \u201cDevice Manager\u201d and open the control panel:<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"347\" height=\"157\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Windows-PC-search-for-Device-Manager-open-it.png?resize=347%2C157&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Windows PC search for Device Manager open it\" class=\"wp-image-148095\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Windows-PC-search-for-Device-Manager-open-it.png?w=347&amp;quality=100&amp;strip=all&amp;ssl=1 347w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Windows-PC-search-for-Device-Manager-open-it.png?resize=300%2C136&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 347px) 100vw, 347px\" \/><\/figure><\/div>\n\n\n<p>Having an ESP32\/ESP8266 board connected to your Windows PC with a USB cable, under the &#8220;<strong>Ports<\/strong>&#8221; section you should see a device &#8220;Silicon Labs CP210x USB to UART Bridge (COM5)&#8221; (or with a different COM port number).<\/p>\n\n\n\n<p>To program the ESP32\/ESP8266 board with Arduino IDE, remember the COM port number, in our case it&#8217;s 5, COM5.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"553\" height=\"455\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Testing-the-CP210x-USB-to-UART-Bridge-Drivers-Installation-on-Windows-PC-Device-Manager.png?resize=553%2C455&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Testing the CP210x USB to UART Bridge Drivers Installation on Windows PC Device Manager\" class=\"wp-image-148093\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Testing-the-CP210x-USB-to-UART-Bridge-Drivers-Installation-on-Windows-PC-Device-Manager.png?w=553&amp;quality=100&amp;strip=all&amp;ssl=1 553w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Testing-the-CP210x-USB-to-UART-Bridge-Drivers-Installation-on-Windows-PC-Device-Manager.png?resize=300%2C247&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 553px) 100vw, 553px\" \/><\/figure><\/div>\n\n\n<p>In the Arduino IDE, select your ESP32\/ESP8266 board COMX Port, as shown earlier. Ours is COM5 Serial Port (USB).<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"676\" height=\"481\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Select-ESP32-ESP8266-NodeMCU-COM-Port-Arduino-IDE.png?resize=676%2C481&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Select ESP32 ESP8266 NodeMCU COM Port Arduino IDE\" class=\"wp-image-148092\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Select-ESP32-ESP8266-NodeMCU-COM-Port-Arduino-IDE.png?w=676&amp;quality=100&amp;strip=all&amp;ssl=1 676w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Select-ESP32-ESP8266-NodeMCU-COM-Port-Arduino-IDE.png?resize=300%2C213&amp;quality=100&amp;strip=all&amp;ssl=1 300w\" sizes=\"(max-width: 676px) 100vw, 676px\" \/><\/figure><\/div>\n\n\n<p>That&#8217;s it! You should now be able to see the COMX Serial Port of the ESP32\/ESP8266 in Arduino IDE. You can upload a new code to your ESP board to test it.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"883\" height=\"300\" src=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Uploading-code-to-ESP32-ESP8266-NodeMCU-Serial-COM-Port-Arduino-IDE.png?resize=883%2C300&#038;quality=100&#038;strip=all&#038;ssl=1\" alt=\"Uploading code to ESP32 ESP8266 NodeMCU Serial COM Port Arduino IDE\" class=\"wp-image-148115\" srcset=\"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Uploading-code-to-ESP32-ESP8266-NodeMCU-Serial-COM-Port-Arduino-IDE.png?w=883&amp;quality=100&amp;strip=all&amp;ssl=1 883w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Uploading-code-to-ESP32-ESP8266-NodeMCU-Serial-COM-Port-Arduino-IDE.png?resize=300%2C102&amp;quality=100&amp;strip=all&amp;ssl=1 300w, https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Uploading-code-to-ESP32-ESP8266-NodeMCU-Serial-COM-Port-Arduino-IDE.png?resize=768%2C261&amp;quality=100&amp;strip=all&amp;ssl=1 768w\" sizes=\"(max-width: 883px) 100vw, 883px\" \/><\/figure><\/div>\n\n\n<h2 class=\"wp-block-heading\">Wrapping Up<\/h2>\n\n\n\n<p>We hope you&#8217;ve found this quick guide useful. Want to learn more about the ESP32? We recommend the following ESP32 tutorials to get started:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/randomnerdtutorials.com\/getting-started-with-esp32\/\">Getting Started with the ESP32 Development Board<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/randomnerdtutorials.com\/esp32-digital-inputs-outputs-arduino\/\">ESP32 Digital Inputs and Digital Outputs (Arduino IDE)<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/randomnerdtutorials.com\/esp32-web-server-arduino-ide\/\" target=\"_blank\" rel=\"noreferrer noopener\">ESP32 Web Server Tutorial<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/randomnerdtutorials.com\/esp32-pinout-reference-gpios\/\">ESP32 Pinout Reference: Which GPIO pins should you use?<\/a><\/li>\n<\/ul>\n\n\n\n<p>If you&#8217;re serious about learning about the ESP32, we recommend taking a look at our best-selling eBook:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/randomnerdtutorials.com\/learn-esp32-with-arduino-ide\/\"><strong>Learn ESP32 with Arduino IDE<\/strong> <strong>eBook<\/strong><\/a><\/li>\n<\/ul>\n\n\n\n<p>If you like ESP32 make sure you <a href=\"https:\/\/randomnerdtutorials.com\/download\">subscribe to our blog<\/a>, so you don&#8217;t miss upcoming projects.<\/p>\n\n\n\n<p>Thanks for reading.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The CP210x USB chip turns a USB connection into a regular serial port which allows your computer to establish a serial communication with microcontrollers like the ESP32 or ESP8266. To &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"Install ESP32\/ESP8266 USB Drivers &#8211; CP210x USB to UART Bridge (Windows PC)\" class=\"read-more button\" href=\"https:\/\/randomnerdtutorials.com\/install-esp32-esp8266-usb-drivers-cp210x-windows\/#more-148082\" aria-label=\"Read more about Install ESP32\/ESP8266 USB Drivers &#8211; CP210x USB to UART Bridge (Windows PC)\">CONTINUE READING \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":148217,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[281,276,277,299,264],"tags":[],"class_list":["post-148082","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-esp32-project","category-esp32","category-esp32-arduino-ide","category-0-esp32","category-project"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/i0.wp.com\/randomnerdtutorials.com\/wp-content\/uploads\/2024\/02\/Install-ESP32-ESP8266-USB-Drivers-CP210x-USB-to-UART-Bridge-Windows-PC.jpg?fit=1280%2C720&quality=100&strip=all&ssl=1","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/148082","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/comments?post=148082"}],"version-history":[{"count":16,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/148082\/revisions"}],"predecessor-version":[{"id":149289,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/posts\/148082\/revisions\/149289"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/media\/148217"}],"wp:attachment":[{"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/media?parent=148082"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/categories?post=148082"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/randomnerdtutorials.com\/wp-json\/wp\/v2\/tags?post=148082"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}