{"id":37718,"date":"2020-10-28T14:36:23","date_gmt":"2020-10-28T06:36:23","guid":{"rendered":"\/blog\/?p=37718"},"modified":"2021-06-10T14:54:44","modified_gmt":"2021-06-10T06:54:44","slug":"circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m","status":"publish","type":"post","link":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/","title":{"rendered":"ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming?"},"content":{"rendered":"\n<figure class=\"wp-block-image size-large\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1030\" height=\"579\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/thumb-1030x579.png\" alt=\"\" class=\"wp-image-37719\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-1030x579.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-300x169.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-768x432.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-1024x576.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png 1200w\" sizes=\"(max-width: 1030px) 100vw, 1030px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Background <\/h2>\n\n\n\n<p>If you wanted to get started with programming for microcontrollers in order to build exciting projects, your first choice would be to use an Arduino board. When you use Arduino boards for programming, you mainly have to write your codes in C++ language. Arduino is a great platform, but however, C++ is not the best beginner-friendly programming language that is available out there. <\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Python for Beginners<\/h2>\n\n\n\n<p>If you have ever heard of <a rel=\"noreferrer noopener\" aria-label=\"Python (opens in a new tab)\" href=\"https:\/\/www.python.org\/\" target=\"_blank\">Python<\/a> programming language, it is a much more beginner-friendly programming language because it is a much high-level programming language than C++, meaning the syntax of Python is easy to read and understand. Python is considered as one of the best programming languages to begin with, for learners and it allows you to write fewer codes compared with C++, to execute the same operation. Also, Python has an extensive set of library modules that allows it to be implemented efficiently. This allows Python to easily be used in different fields such as Artificial Intelligence, Software Development, and Web Development. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.python.org\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/python-logo-inkscape-1030x265.png\" alt=\"\" class=\"wp-image-37720\" width=\"371\" height=\"95\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/python-logo-inkscape-1030x265.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/python-logo-inkscape-300x77.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/python-logo-inkscape-768x198.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/python-logo-inkscape-1536x395.png 1536w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/python-logo-inkscape-2048x527.png 2048w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/python-logo-inkscape-1024x263.png 1024w\" sizes=\"(max-width: 371px) 100vw, 371px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">MicroPython \u2013 Python for Microcontrollers<\/h2>\n\n\n\n<p>If you already love using Python for programming and want to get started with microcontroller programming as well, you don\u2019t have to rely on C++ programming anymore. That is because of the introduction of <a href=\"https:\/\/micropython.org\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"MicroPython (opens in a new tab)\">MicroPython<\/a>. MicroPython can be considered as a stripped-down version of CPython (main Python) that we already know and love, with added support for hardware functionality. This can be considered as a subset of the CPython.  <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/micropython.org\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/Micropython-logo-1012x1030.png\" alt=\"\" class=\"wp-image-37722\" width=\"203\" height=\"206\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Micropython-logo-1012x1030.png 1012w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Micropython-logo-295x300.png 295w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Micropython-logo-80x80.png 80w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Micropython-logo-768x782.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Micropython-logo-1024x1042.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Micropython-logo.png 1500w\" sizes=\"(max-width: 203px) 100vw, 203px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>Now let\u2019s look at two different variants of MicroPython, which are CircuitPython and ArduPy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is CircuitPython?<\/h2>\n\n\n\n<p><a href=\"https:\/\/circuitpython.org\/\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\"CircuitPython (opens in a new tab)\">CircuitPython<\/a> is a flavor of MicroPython, developed by Adafruit which is designed to simplify experimenting and learning to program on low-cost microcontroller boards. It makes getting started easier than ever with no upfront desktop downloads needed. Once you get your board set up, open any text editor, and get started editing code.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/circuitpython.org\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/CircuitPython_Repo_header_logo.png\" alt=\"\" class=\"wp-image-37723\" width=\"407\" height=\"155\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/CircuitPython_Repo_header_logo.png 1000w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/CircuitPython_Repo_header_logo-300x114.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/CircuitPython_Repo_header_logo-768x292.png 768w\" sizes=\"(max-width: 407px) 100vw, 407px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">What is ArduPy?<\/h2>\n\n\n\n<p><a rel=\"noreferrer noopener\" aria-label=\"ArduPy (opens in a new tab)\" href=\"https:\/\/wiki.seeedstudio.com\/ArduPy\/\" target=\"_blank\">ArduPy<\/a> is a platform which is a combination of Arduino and MicroPython and is developed by Seeed Studio. It was initially released MicroPython uses the universal Arduino API to control the hardware so that it can be quickly compatible with new platforms. By utilizing ArduPy, you can use Python to verify ideas quickly, learn python programming, and learn about Open-Source hardware.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/wiki.seeedstudio.com\/ArduPy\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/ardupy_logo-1030x372.png\" alt=\"\" class=\"wp-image-37725\" width=\"436\" height=\"157\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/ardupy_logo-1030x372.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/ardupy_logo-300x108.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/ardupy_logo-768x277.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/ardupy_logo-1536x554.png 1536w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/ardupy_logo-2048x739.png 2048w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/ardupy_logo-1024x370.png 1024w\" sizes=\"(max-width: 436px) 100vw, 436px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">A Microcontroller which has both CircuitPython and ArduPy support<\/h2>\n\n\n\n<p>We have released the <a rel=\"noreferrer noopener\" aria-label=\"Wio Terminal (opens in a new tab)\" href=\"https:\/\/www.seeedstudio.com\/Wio-Terminal-p-4509.html\" target=\"_blank\">Wio Terminal<\/a> which is perfectly compatible to use with both CircuitPython or ArduPy. Wio Terminal is an ATSAMD51-based microcontroller with wireless connectivity supported by Realtek RTL8720DN and is equipped with a 2.4\u201d LCD Screen, onboard accelerometer (LIS3DHTR), Microphone, Buzzer, micro-SD card slot, Light sensor, and Infrared Emitter(IR 940nm).<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/www.seeedstudio.com\/Wio-Terminal-p-4509.html\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/wt-new-1030x773.png\" alt=\"\" class=\"wp-image-37726\" width=\"449\" height=\"336\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/wt-new-1030x773.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/wt-new-300x225.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/wt-new-768x576.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/wt-new-1024x768.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/wt-new.png 1400w\" sizes=\"(max-width: 449px) 100vw, 449px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Easy initialization of CircuitPython and ArduPy  <\/h2>\n\n\n\n<p>You can easily flash the default bootloader of CircuitPython or ArduPy into the Wio Terminal by dragging the .uf2 file into the drive created once you enter the bootloader mode of Wio Terminal.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 1:<\/strong> Download the official bootloader of <a rel=\"noreferrer noopener\" aria-label=\"CircuitPython (opens in a new tab)\" href=\"https:\/\/circuitpython.org\/board\/seeeduino_wio_terminal\/\" target=\"_blank\">CircuitPython<\/a> or <a rel=\"noreferrer noopener\" aria-label=\"ArduPy (opens in a new tab)\" href=\"https:\/\/files.seeedstudio.com\/wiki\/Wio-Terminal\/res\/ArduPy_wio_terminal_lastest.uf2\" target=\"_blank\">ArduPy<\/a> for Wio Terminal. A .uf2 should be downloaded.<\/li><li><strong>Step 2:<\/strong> Plug-in the Seeeduino Wio Terminal to your PC via USB Type-C.<\/li><li><strong>Step 3:<\/strong> Enter the bootloader mode by sliding the power switch twice quickly.  <\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/Wio-Terminal-Bootloader-1030x495.png\" alt=\"\" class=\"wp-image-37727\" width=\"483\" height=\"231\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Wio-Terminal-Bootloader-1030x495.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Wio-Terminal-Bootloader-300x144.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Wio-Terminal-Bootloader-768x369.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Wio-Terminal-Bootloader-1536x738.png 1536w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Wio-Terminal-Bootloader-1024x492.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/Wio-Terminal-Bootloader.png 1920w\" sizes=\"(max-width: 483px) 100vw, 483px\" \/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 4:<\/strong> An external drive named Arduino should appear on your PC. Drag the downloaded CircuitPython\/ ArduPy uf2 files to the Arduino drive.<\/li><\/ul>\n\n\n\n<p>Once this is done, CircuitPython\/ ArduPy is successfully installed on the Wio Terminal. As you can see, it didn\u2019t take much time to prepare the Wio Terminal to start programming on CircuitPython or ArduPy.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conveniently run code on Circuitpython and ArduPy  <\/h2>\n\n\n\n<p>After you have flashed the ArduPy\/ CircuitPython firmware, there will be a new USB drive created as ARDUPY or CIRCUITPY. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">CircuitPython<\/h3>\n\n\n\n<p>Once you go into the CIRCUITPY drive, there will be a boot.py file (or settings.py) and a main.py file (or code.py). The boot.py runs only once on start up before USB is initialized. This lays the groundwork for configuring USB at startup rather than it being fixed. Furthermore, code.py (or main.py) is run after every reload until it finishes or is interrupted. Also, it is run when the file is saved. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">ArduPy<\/h3>\n\n\n\n<p>Once you go into the ARDUPY drive, there will be a boot.py file and a main.py file. The boot.py file is used to store code when you want to run it after you turn on the device. However, when you put the code inside main.py, it only runs only after you save the file. It does not run on boot.<\/p>\n\n\n\n<p>Now let\u2019s look at how each of the above two is better than the other.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why CircuitPython is better than ArduPy?<\/h2>\n\n\n\n<p>CircuitPython has been around before ArduPy and that makes CircuitPython somewhat more mature than ArduPy. However, we are constantly working hard to bring you new features to ArduPy in order to make your ArduPy experience much better.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/CP-better-1030x185.png\" alt=\"\" class=\"wp-image-37729\" width=\"762\" height=\"135\"\/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Extensive collection of software and hardware libraries <\/h3>\n\n\n\n<p>CircuitPython offers a wide range of software and hardware libraries than ArduPy, such as Audio, HID, Display, Wi-Fi etc. You can check <a rel=\"noreferrer noopener\" aria-label=\"here (opens in a new tab)\" href=\"https:\/\/circuitpython.readthedocs.io\/en\/latest\/shared-bindings\/index.html#modules\" target=\"_blank\">here<\/a> to see a list of the core modules of CircuitPython and <a rel=\"noreferrer noopener\" aria-label=\"here (opens in a new tab)\" href=\"https:\/\/learn.adafruit.com\/circuitpython-essentials\/circuitpython-essentials\" target=\"_blank\">here<\/a> to see a list of the hardware libraries available.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/16038204001.png\" alt=\"\" class=\"wp-image-37730\" width=\"448\" height=\"526\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038204001.png 546w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038204001-256x300.png 256w\" sizes=\"(max-width: 448px) 100vw, 448px\" \/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Easy library installation <\/h3>\n\n\n\n<p>Even though most of the software libraries come preinstalled with the CircuitPython firmware, you might need to install separate hardware libraries when you want to connect different electronic modules to Wio Terminal. In CircuitPython, it is very easy to install a library. You just need to drag and drop the library file (in .mpy) into the \u201clib\u201d folder inside the CIRCUITPY drive. This means you can store the library codes separately from the firmware and it makes it easier to update both the code you write and dependent libraries. Check here to see the complete CircuitPython Library Bundle which contains all current libraries available for CircuitPython.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/16038212551.png\" alt=\"\" class=\"wp-image-37731\" width=\"355\" height=\"217\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038212551.png 374w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038212551-300x184.png 300w\" sizes=\"(max-width: 355px) 100vw, 355px\" \/><\/figure><\/div>\n\n\n\n<p>On the other hand, in ArduPy, the only way to install a library is by using the ArduPy Integrated Platform (AIP) tool. AIP is an awesome tool that you can run on the command line and I will explain further about it later. But for now, I will briefly explain how AIP is used to install a library. So basically, you can use AIP to download ArduPy libraries from GitHub, then build the library along with the ArduPy firmware for Wio Terminal, and then flash that firmware to Wio Terminal. As you can see, this process looks fairly longer than the method of installing libraries in CircuitPython. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/16038208741-1030x449.png\" alt=\"\" class=\"wp-image-37732\" width=\"704\" height=\"306\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038208741-1030x449.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038208741-300x131.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038208741-768x335.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038208741-1024x446.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038208741.png 1188w\" sizes=\"(max-width: 704px) 100vw, 704px\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/16038210171-1030x616.png\" alt=\"\" class=\"wp-image-37733\" width=\"705\" height=\"420\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038210171-300x179.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038210171-768x459.png 768w\" sizes=\"(max-width: 705px) 100vw, 705px\" \/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Multi-Language Support <\/h3>\n\n\n\n<p>When you go into the <a rel=\"noreferrer noopener\" aria-label=\"page (opens in a new tab)\" href=\"https:\/\/circuitpython.org\/board\/seeeduino_wio_terminal\/\" target=\"_blank\">page<\/a> to download the bootloader of CircuitPython for Wio Terminal, you are presented with many languages to choose from. Currently, there are more than 10 languages supported and this means, all the error messages and some other information will be displayed in the desired language you choose when you download the CircuitPython firmware. This makes it easier for users who are familiar with their mother tongue, rather than English. However, the basic commands will still be in English.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/circuitpython.org\/board\/seeeduino_wio_terminal\/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/16038213821.png\" alt=\"\" class=\"wp-image-37734\" width=\"532\" height=\"562\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038213821.png 788w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038213821-284x300.png 284w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038213821-768x812.png 768w\" sizes=\"(max-width: 532px) 100vw, 532px\" \/><\/a><\/figure><\/div>\n\n\n\n<p>On the other hand, ArduPy is currently only supported by English.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why ArduPy is better than CircuitPython?<\/h2>\n\n\n\n<p>Now that we have understood the advantages of using CircuitPython over ArduPy, let\u2019s look at the advantages of using ArduPy over CircuitPython. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/AP-better-1030x185.png\" alt=\"\" class=\"wp-image-37736\" width=\"717\" height=\"129\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/AP-better-1030x185.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/AP-better-300x54.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/AP-better-768x138.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/AP-better-1536x276.png 1536w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/AP-better-1024x184.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/AP-better.png 1634w\" sizes=\"(max-width: 717px) 100vw, 717px\" \/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Better Performance <\/h3>\n\n\n\n<p>ArduPy offers overall better performance as compared with CircuitPython because most of the drivers such as display drivers are written in more low-level, meaning they are direct hardware drivers. However, CircuitPython libraries are mostly simulated by software such as SPI, and therefore is comparatively slower than ArduPy.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Interactive ArduPy AIP Tool<\/h3>\n\n\n\n<p>I have previously talked about AIP briefly and now I will show you why ArduPy stands out from CircuitPython, because of AIP. AIP stands for ArduPy Integrated platform and it is a simple command-line tool that offers many functionalities. I have explained before that it can be used to install libraries, but however it is not a standing out feature since CircuitPython offers a better way to install libraries, I will talk about the other features of ArduPy.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">ardupy-mpfshell<\/h4>\n\n\n\n<p>Once you enter the ardupy-mpfshell using AIP, it gives a simple file explorer that you can use to access the available files inside the Wio Terminal, copy\/ paste files, read\/ write\/ create files, run files available on PC, and many other functionalities. This is can be regarded as a very convenient way to manage all the files inside the Wio Terminal. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/16038217571-1030x763.png\" alt=\"\" class=\"wp-image-37737\" width=\"568\" height=\"420\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038217571-1030x763.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038217571-300x222.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038217571-768x569.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038217571-1024x759.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038217571.png 1123w\" sizes=\"(max-width: 568px) 100vw, 568px\" \/><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\">REPL <\/h4>\n\n\n\n<p>You can also enter the \u201cREPL\u201d environment by using AIP. REPL stands for Read, Evaluate, Print, Loop and it is an interactive, console-based programming environment in Python. By using REPL, you can interactively develop working code with instant results and check for available API methods.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/16038219011.png\" alt=\"\" class=\"wp-image-37738\" width=\"550\" height=\"271\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038219011.png 711w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038219011-300x148.png 300w\" sizes=\"(max-width: 550px) 100vw, 550px\" \/><\/figure><\/div>\n\n\n\n<p>CircuitPython doesn\u2019t offer a tool like AIP that can be used to conveniently access the above-mentioned functions.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Easily bind Arduino Libraries to MicroPython Libraries<\/h3>\n\n\n\n<p>If you already have an Arduino Library for an electronic module and want to use it with ArduPy or CircuitPython, you want to convert that library into an ArduPy or CircuitPython library first. However, the process of converting the existing Arduino libraries to ArduPy is much simpler than the process of converting the existing Arduino libraries to CircuitPython. We have prepared a <a rel=\"noreferrer noopener\" aria-label=\"step-by-step guide (opens in a new tab)\" href=\"https:\/\/wiki.seeedstudio.com\/ArduPy-Libraries\/\" target=\"_blank\">step-by-step guide<\/a> to explain this very clearly and you can convert the libraries into ArduPy more efficiently. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large is-resized\"><a href=\"https:\/\/github.com\/Seeed-Studio\/seeed-ardupy-dht\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/blog.seeedstudio.com\/wp-content\/uploads\/2020\/10\/16038605671-1030x621.png\" alt=\"\" class=\"wp-image-37739\" width=\"722\" height=\"434\" srcset=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038605671-1030x621.png 1030w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038605671-300x181.png 300w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038605671-768x463.png 768w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038605671-1024x617.png 1024w, https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/16038605671.png 1304w\" sizes=\"(max-width: 722px) 100vw, 722px\" \/><\/a><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"> Which one is the best?<\/h2>\n\n\n\n<p>Now let\u2019s recap what we have talked about so far. <\/p>\n\n\n\n<p>I explained that CircuitPython is better than ArduPy because of the extensive collection of software and hardware libraries offered by CircuitPython, easy library installation, and multi-language support.<\/p>\n\n\n\n<p>On the other hand, I explained that ArduPy is better than CircuitPython because of the better performance of ArduPy, the interactive ArduPy AIP tool, and the ability to easily bind Arduino libraries to MicroPython Libraries.<\/p>\n\n\n\n<p>All-in-all CircuitPython and ArduPy both have their own strengths and weaknesses, and you can choose any you like and try out yourself to understand what best suits you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Background If you wanted to get started with programming for microcontrollers in order to build<\/p>\n","protected":false},"author":141,"featured_media":37719,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","_price":"","_stock":"","_tribe_ticket_header":"","_tribe_default_ticket_provider":"","_tribe_ticket_capacity":"0","_ticket_start_date":"","_ticket_end_date":"","_tribe_ticket_show_description":"","_tribe_ticket_show_not_going":false,"_tribe_ticket_use_global_stock":"","_tribe_ticket_global_stock_level":"","_global_stock_mode":"","_global_stock_cap":"","_tribe_rsvp_for_event":"","_tribe_ticket_going_count":"","_tribe_ticket_not_going_count":"","_tribe_tickets_list":"[]","_tribe_ticket_has_attendee_info_fields":false,"iawp_total_views":0,"footnotes":""},"categories":[1],"tags":[3027,3342,1352,142,1339,3003],"class_list":["post-37718","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-ardupy","tag-circuitpython","tag-micropython","tag-open-hardware","tag-python","tag-wio-terminal"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming? - Latest News from Seeed Studio<\/title>\n<meta name=\"description\" content=\"This blog explains about ArduPy and CircuitPython, how they are better than each other, and also their key strengths.\" \/>\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.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming? - Latest News from Seeed Studio\" \/>\n<meta property=\"og:description\" content=\"This blog explains about ArduPy and CircuitPython, how they are better than each other, and also their key strengths.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/\" \/>\n<meta property=\"og:site_name\" content=\"Latest News from Seeed Studio\" \/>\n<meta property=\"article:published_time\" content=\"2020-10-28T06:36:23+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-06-10T06:54:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Lakshan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Lakshan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/\",\"name\":\"ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming? - Latest News from Seeed Studio\",\"isPartOf\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png\",\"datePublished\":\"2020-10-28T06:36:23+00:00\",\"dateModified\":\"2021-06-10T06:54:44+00:00\",\"author\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/75eb10f611f7c10a195a98452628bba5\"},\"description\":\"This blog explains about ArduPy and CircuitPython, how they are better than each other, and also their key strengths.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#primaryimage\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png\",\"contentUrl\":\"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png\",\"width\":1200,\"height\":675},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.seeedstudio.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#website\",\"url\":\"https:\/\/www.seeedstudio.com\/blog\/\",\"name\":\"Latest News from Seeed Studio\",\"description\":\"Emerging IoT, AI and Autonomous Applications on the Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/75eb10f611f7c10a195a98452628bba5\",\"name\":\"Lakshan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/c1688294d55a746c8c80f4b85eb94989?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/c1688294d55a746c8c80f4b85eb94989?s=96&r=g\",\"caption\":\"Lakshan\"},\"url\":\"https:\/\/www.seeedstudio.com\/blog\/author\/lakshan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming? - Latest News from Seeed Studio","description":"This blog explains about ArduPy and CircuitPython, how they are better than each other, and also their key strengths.","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.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/","og_locale":"en_US","og_type":"article","og_title":"ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming? - Latest News from Seeed Studio","og_description":"This blog explains about ArduPy and CircuitPython, how they are better than each other, and also their key strengths.","og_url":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/","og_site_name":"Latest News from Seeed Studio","article_published_time":"2020-10-28T06:36:23+00:00","article_modified_time":"2021-06-10T06:54:44+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png","type":"image\/png"}],"author":"Lakshan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Lakshan","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/","url":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/","name":"ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming? - Latest News from Seeed Studio","isPartOf":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#primaryimage"},"image":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#primaryimage"},"thumbnailUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png","datePublished":"2020-10-28T06:36:23+00:00","dateModified":"2021-06-10T06:54:44+00:00","author":{"@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/75eb10f611f7c10a195a98452628bba5"},"description":"This blog explains about ArduPy and CircuitPython, how they are better than each other, and also their key strengths.","breadcrumb":{"@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#primaryimage","url":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png","contentUrl":"https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png","width":1200,"height":675},{"@type":"BreadcrumbList","@id":"https:\/\/www.seeedstudio.com\/blog\/2020\/10\/28\/circuitpython-vs-ardupy-which-is-better-for-micropython-microcontroller-programming-m\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.seeedstudio.com\/blog\/"},{"@type":"ListItem","position":2,"name":"ArduPy vs CircuitPython \u2013 Which is Better for MicroPython Microcontroller Programming?"}]},{"@type":"WebSite","@id":"https:\/\/www.seeedstudio.com\/blog\/#website","url":"https:\/\/www.seeedstudio.com\/blog\/","name":"Latest News from Seeed Studio","description":"Emerging IoT, AI and Autonomous Applications on the Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.seeedstudio.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/75eb10f611f7c10a195a98452628bba5","name":"Lakshan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.seeedstudio.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/c1688294d55a746c8c80f4b85eb94989?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c1688294d55a746c8c80f4b85eb94989?s=96&r=g","caption":"Lakshan"},"url":"https:\/\/www.seeedstudio.com\/blog\/author\/lakshan\/"}]}},"modified_by":"Lily","views":11191,"featured_image_urls":{"full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png",1200,675,false],"thumbnail":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-80x80.png",80,80,true],"medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-300x169.png",300,169,true],"medium_large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-768x432.png",640,360,true],"large":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-1030x579.png",640,360,true],"1536x1536":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png",1200,675,false],"2048x2048":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png",1200,675,false],"visody_icon":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png",32,18,false],"magazine-7-slider-full":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb.png",1200,675,false],"magazine-7-slider-center":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-936x675.png",936,675,true],"magazine-7-featured":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-1024x576.png",1024,576,true],"magazine-7-medium":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-720x380.png",720,380,true],"magazine-7-medium-square":["https:\/\/www.seeedstudio.com\/blog\/wp-content\/uploads\/2020\/10\/thumb-675x450.png",675,450,true]},"author_info":{"display_name":"Lakshan","author_link":"https:\/\/www.seeedstudio.com\/blog\/author\/lakshan\/"},"category_info":"<a href=\"https:\/\/www.seeedstudio.com\/blog\/category\/news\/\" rel=\"category tag\">News<\/a>","tag_info":"News","comment_count":"0","_links":{"self":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/37718","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/users\/141"}],"replies":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/comments?post=37718"}],"version-history":[{"count":14,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/37718\/revisions"}],"predecessor-version":[{"id":37751,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/posts\/37718\/revisions\/37751"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media\/37719"}],"wp:attachment":[{"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/media?parent=37718"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/categories?post=37718"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.seeedstudio.com\/blog\/wp-json\/wp\/v2\/tags?post=37718"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}