{"id":42809,"date":"2022-06-14T08:00:51","date_gmt":"2022-06-14T06:00:51","guid":{"rendered":"https:\/\/botland.com.pl\/blog\/arduino-where-to-start\/"},"modified":"2022-08-04T13:03:55","modified_gmt":"2022-08-04T11:03:55","slug":"arduino-where-to-start","status":"publish","type":"post","link":"https:\/\/botland.store\/blog\/arduino-where-to-start\/","title":{"rendered":"Arduino: where to start?"},"content":{"rendered":"<span class=\"span-reading-time rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">Reading time:<\/span> <span class=\"rt-time\"> 3<\/span> <span class=\"rt-label rt-postfix\">min.<\/span><\/span><p>Arduino allows you to create software for embedded systems and build your own electronic projects. Check out how to start your adventure with Arduino!<\/p>\n<h2>What is Arduino?<\/h2>\n<p>Arduino is a platform created by the Italian organisation of the same name. It includes <b>software with a special C-based language and the Arduino IDE environment, as well as hardware in the form of a series of boards<\/b> with a microcontroller in a single printed circuit and leads.<\/p>\n<p>It is an open source project, so it is possible not only to buy an <a href=\"https:\/\/botland.store\/283-arduino-main-modules\" data-wpel-link=\"internal\">Arduino board<\/a> from the manufacturer, but also to build it yourself and program it based on provided schematics and source code.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" src=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2021\/05\/arduino-5.jpg\" sizes=\"(max-width: 540px) 100vw, 540px\" srcset=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2021\/05\/arduino-5.jpg 540w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2021\/05\/arduino-5-300x300.jpg 300w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2021\/05\/arduino-5-150x150.jpg 150w\" alt=\"Arduino UNO\" width=\"540\" height=\"540\" \/><br \/>\n<a role=\"button\" href=\"https:\/\/botland.store\/283-arduino-main-modules\" data-wpel-link=\"internal\"><br \/>\nCHECK AT STORE<br \/>\n<\/a><\/p>\n<h3>Application of Arduino boards<\/h3>\n<p>Arduino can be used to <b>build a variety of projects<\/b> such as robots, plant and equipment controllers, electronic devices, RC vehicles, toys, lighting decorations and much more. This is possible using compatible extensions, electronic components and peripherals, which include <a href=\"https:\/\/botland.store\/282-arduino-shield-extension\" data-wpel-link=\"internal\">Arduino Shield<\/a> GPIO overlays, sensor modules, audio playback and recording hardware, lead expanders, motor and servo controllers, servos, motors, cameras, displays, keyboards or buttons. Everything can be found in the <a href=\"https:\/\/botland.store\/\" data-wpel-link=\"internal\">Botland shop<\/a>.<\/p>\n<h2>Advantages of an Arduino<\/h2>\n<p><img decoding=\"async\" src=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/aduino-pasek-1024x341.jpg\" sizes=\"(max-width: 800px) 100vw, 800px\" srcset=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/aduino-pasek-1024x341.jpg 1024w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/aduino-pasek-300x100.jpg 300w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/aduino-pasek-768x256.jpg 768w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/aduino-pasek-1536x512.jpg 1536w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/aduino-pasek.jpg 1800w\" alt=\" width=\" height=\"266\" \/><\/p>\n<p>Arduino was invented as a platform to enable fast, easy and cheap prototyping. Thanks to these assumptions, using the board <b>does not require advanced skills <\/b>and therefore <b>allows even beginners to create interesting projects<\/b>. Another great advantage of the Arduino platform is <b>its popularity and large community of users <\/b>gathered around the project, thanks to which access to accessories, extensions and ready-made projects is very wide, and finding help in case of problems is not difficult at all.<\/p>\n<h2>Choose the Arduino board for yourself<\/h2>\n<p>Currently, you can find over thirty original <a href=\"https:\/\/botland.store\/234-arduino\" data-wpel-link=\"internal\">Arduino boards<\/a> and hundreds of clones on the market. With so much choice, a novice user may feel lost. Although most versions of Arduino are suitable for beginners, it is advisable to go for the most popular generations of the board, such as <a href=\"https:\/\/botland.store\/arduino-basic-boards\/1060-arduino-uno-rev3-module-a000066-7630049200050.html\" data-wpel-link=\"internal\">Arduino UNO<\/a>, to start with. <b>They allow you to use the most extensions<\/b> and there are hundreds of projects using them available online.<\/p>\n<h3>Original Arduino or clones?<\/h3>\n<p>You can find in shops both original Arduino boards and their copies created by other producers. If you decide to learn with the help of an Arduino &#8220;clone&#8221;, <b>make sure to choose a product from a reputable company<\/b> and reach for a model that will allow you to learn the construction and programming of the original Arduino.<\/p>\n<h2>Arduino &#8211; where to start?<\/h2>\n<p>Once you&#8217;ve selected and purchased an Arduino board, you can move on to the actual learning. Unlike more complicated devices such as the Raspberry Pi, you don&#8217;t need memory media, power supplies or peripherals to run the Arduino &#8211; just a USB cable to connect the board to your computer and start programming.<\/p>\n<h3>Arduino programming &#8211; how does it work?<\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/pakata-goh-RDolnHtjVCY-unsplash.jpg\" sizes=\"(max-width: 640px) 100vw, 640px\" srcset=\"https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/pakata-goh-RDolnHtjVCY-unsplash.jpg 640w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/pakata-goh-RDolnHtjVCY-unsplash-300x300.jpg 300w, https:\/\/botland.store\/blog\/sandbox\/wp-content\/uploads\/2022\/06\/pakata-goh-RDolnHtjVCY-unsplash-150x150.jpg 150w\" alt=\"Programming Arduino\" width=\"640\" height=\"640\" \/><\/p>\n<p>Arduino is programmed in a special language, which is<b> largely based on the popular C\/C++<\/b>, but thanks to its simplified structure it allows easy programming even for beginners. <b>Coding is done through the Arduino IDE environment<\/b>. There are plenty of example programs available online and within the IDE, so you can easily learn how to write applications for Arduino. There are also a lot of ready-made libraries from accessory manufacturers and users &#8211; thanks to them, the code will become clearer and controlling particular functions will be much easier. <a href=\"https:\/\/www.arduino.cc\/en\/software\" data-wpel-link=\"external\" target=\"_blank\" rel=\"nofollow external noopener noreferrer\">Arduino IDE<\/a> <b>can be downloaded from the project&#8217;s official website<\/b> under the &#8220;Software&#8221; tab.<\/p>\n<h3>First steps<\/h3>\n<p>After downloading and installing Arduino IDE, <b>just run the program<\/b> to access the text editor. <b>After connecting the board to your computer, indicate its model and COM port used<\/b> (you can check it in &#8220;Device Manager&#8221;). Everything is ready &#8211; you can start programming! If you don&#8217;t have any additional accessories, <b>the easiest way is to use a ready-made program<\/b>, e.g. one that blinks the LED on your board (sample &#8220;starter&#8221; programs can be found in the &#8220;Basics&#8221; tab of the sample files menu in Arduino IDE). To do this, after entering the code into the editor, <b>you need to press the verify button <\/b>(&#8220;bird&#8221; in the upper left corner), <b>and then load the program onto the board<\/b> (button representing an arrow pointing to the right).<\/p>\n<h3>Additional accessories<\/h3>\n<p>You can discover the true possibilities of Arduino by using <a href=\"https:\/\/botland.store\/498-arduino-shield-gpio-extenders\" data-wpel-link=\"internal\">additional elements<\/a> connected to the board. These can be GPIO overlays, expansion modules wired to individual pins, contact boards with sets of electronic components or peripherals, which will <b>allow you to build thousands of amazing electronic projects<\/b> and custom devices.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Would you like to start your electronics and programming adventure with Arduino boards? You&#8217;ll see where you should start &#8211; the article includes first steps, programming environment and accessories.<\/p>\n","protected":false},"author":20,"featured_media":42810,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[335],"tags":[350,454,349],"class_list":["post-42809","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-arduino-en","tag-arduino-ide-en","tag-modules","tag-tips"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Arduino: where to start? - Botland<\/title>\n<meta name=\"description\" content=\"Arduino is a popular platform for prototyping and creating your own projects. Check out how to start your adventure with Arduino boards!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/botland.store\/blog\/arduino-where-to-start\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Arduino: where to start? - Botland\" \/>\n<meta property=\"og:description\" content=\"Arduino is a popular platform for prototyping and creating your own projects. Check out how to start your adventure with Arduino boards!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/botland.store\/blog\/arduino-where-to-start\/\" \/>\n<meta property=\"og:site_name\" content=\"Botland\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/Botland\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-06-14T06:00:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-04T11:03:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/arduino-start.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1510\" \/>\n\t<meta property=\"og:image:height\" content=\"1510\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Maciej Figiel\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Maciej Figiel\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/\"},\"author\":{\"name\":\"Maciej Figiel\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#\\\/schema\\\/person\\\/a8e66118d1f27ebf9f540831e5a3283b\"},\"headline\":\"Arduino: where to start?\",\"datePublished\":\"2022-06-14T06:00:51+00:00\",\"dateModified\":\"2022-08-04T11:03:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/\"},\"wordCount\":765,\"publisher\":{\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/arduino-start.jpg\",\"keywords\":[\"Arduino IDE\",\"modules\",\"tips\"],\"articleSection\":[\"Arduino\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/\",\"name\":\"Arduino: where to start? - Botland\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/arduino-start.jpg\",\"datePublished\":\"2022-06-14T06:00:51+00:00\",\"dateModified\":\"2022-08-04T11:03:55+00:00\",\"description\":\"Arduino is a popular platform for prototyping and creating your own projects. Check out how to start your adventure with Arduino boards!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/#primaryimage\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/arduino-start.jpg\",\"contentUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/07\\\/arduino-start.jpg\",\"width\":1510,\"height\":1510},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/arduino-where-to-start\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\\\/\\\/botland.store\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Arduino: where to start?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/\",\"name\":\"Botland\",\"description\":\"Blog Raspberry Pi, Arduino, elektronika i robotyka - Botland\",\"publisher\":{\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#organization\",\"name\":\"Botland\",\"url\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/04\\\/logo_kolor_WP_2-1.png\",\"contentUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2018\\\/04\\\/logo_kolor_WP_2-1.png\",\"width\":250,\"height\":57,\"caption\":\"Botland\"},\"image\":{\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/Botland\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/botland.com.pl\\\/blog\\\/#\\\/schema\\\/person\\\/a8e66118d1f27ebf9f540831e5a3283b\",\"name\":\"Maciej Figiel\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Image-from-iOS-150x150.jpg\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Image-from-iOS-150x150.jpg\",\"contentUrl\":\"https:\\\/\\\/botland.store\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/Image-from-iOS-150x150.jpg\",\"caption\":\"Maciej Figiel\"},\"description\":\"Wszechstronny, ch\u0119tnie podejmuje si\u0119 wyzwa\u0144, bo uwa\u017ca, \u017ce jest to najszybsza droga ku rozwojowi. Ceni sobie kontakt z natur\u0105 i aktywny wypoczynek. Pasjonat motoryzacji i nowych technologii.\",\"url\":\"https:\\\/\\\/botland.store\\\/blog\\\/author\\\/maciej-figiel\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Arduino: where to start? - Botland","description":"Arduino is a popular platform for prototyping and creating your own projects. Check out how to start your adventure with Arduino boards!","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:\/\/botland.store\/blog\/arduino-where-to-start\/","og_locale":"en_US","og_type":"article","og_title":"Arduino: where to start? - Botland","og_description":"Arduino is a popular platform for prototyping and creating your own projects. Check out how to start your adventure with Arduino boards!","og_url":"https:\/\/botland.store\/blog\/arduino-where-to-start\/","og_site_name":"Botland","article_publisher":"https:\/\/facebook.com\/Botland\/","article_published_time":"2022-06-14T06:00:51+00:00","article_modified_time":"2022-08-04T11:03:55+00:00","og_image":[{"width":1510,"height":1510,"url":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/arduino-start.jpg","type":"image\/jpeg"}],"author":"Maciej Figiel","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Maciej Figiel","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/#article","isPartOf":{"@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/"},"author":{"name":"Maciej Figiel","@id":"https:\/\/botland.com.pl\/blog\/#\/schema\/person\/a8e66118d1f27ebf9f540831e5a3283b"},"headline":"Arduino: where to start?","datePublished":"2022-06-14T06:00:51+00:00","dateModified":"2022-08-04T11:03:55+00:00","mainEntityOfPage":{"@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/"},"wordCount":765,"publisher":{"@id":"https:\/\/botland.com.pl\/blog\/#organization"},"image":{"@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/#primaryimage"},"thumbnailUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/arduino-start.jpg","keywords":["Arduino IDE","modules","tips"],"articleSection":["Arduino"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/","url":"https:\/\/botland.store\/blog\/arduino-where-to-start\/","name":"Arduino: where to start? - Botland","isPartOf":{"@id":"https:\/\/botland.com.pl\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/#primaryimage"},"image":{"@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/#primaryimage"},"thumbnailUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/arduino-start.jpg","datePublished":"2022-06-14T06:00:51+00:00","dateModified":"2022-08-04T11:03:55+00:00","description":"Arduino is a popular platform for prototyping and creating your own projects. Check out how to start your adventure with Arduino boards!","breadcrumb":{"@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/botland.store\/blog\/arduino-where-to-start\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/#primaryimage","url":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/arduino-start.jpg","contentUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2022\/07\/arduino-start.jpg","width":1510,"height":1510},{"@type":"BreadcrumbList","@id":"https:\/\/botland.store\/blog\/arduino-where-to-start\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/botland.store\/blog\/"},{"@type":"ListItem","position":2,"name":"Arduino: where to start?"}]},{"@type":"WebSite","@id":"https:\/\/botland.com.pl\/blog\/#website","url":"https:\/\/botland.com.pl\/blog\/","name":"Botland","description":"Blog Raspberry Pi, Arduino, elektronika i robotyka - Botland","publisher":{"@id":"https:\/\/botland.com.pl\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/botland.com.pl\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/botland.com.pl\/blog\/#organization","name":"Botland","url":"https:\/\/botland.com.pl\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/botland.com.pl\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2018\/04\/logo_kolor_WP_2-1.png","contentUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2018\/04\/logo_kolor_WP_2-1.png","width":250,"height":57,"caption":"Botland"},"image":{"@id":"https:\/\/botland.com.pl\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/Botland\/"]},{"@type":"Person","@id":"https:\/\/botland.com.pl\/blog\/#\/schema\/person\/a8e66118d1f27ebf9f540831e5a3283b","name":"Maciej Figiel","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2021\/12\/Image-from-iOS-150x150.jpg","url":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2021\/12\/Image-from-iOS-150x150.jpg","contentUrl":"https:\/\/botland.store\/blog\/wp-content\/uploads\/2021\/12\/Image-from-iOS-150x150.jpg","caption":"Maciej Figiel"},"description":"Wszechstronny, ch\u0119tnie podejmuje si\u0119 wyzwa\u0144, bo uwa\u017ca, \u017ce jest to najszybsza droga ku rozwojowi. Ceni sobie kontakt z natur\u0105 i aktywny wypoczynek. Pasjonat motoryzacji i nowych technologii.","url":"https:\/\/botland.store\/blog\/author\/maciej-figiel\/"}]}},"_links":{"self":[{"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/posts\/42809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/comments?post=42809"}],"version-history":[{"count":0,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/posts\/42809\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/media\/42810"}],"wp:attachment":[{"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/media?parent=42809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/categories?post=42809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/botland.store\/blog\/wp-json\/wp\/v2\/tags?post=42809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}