{"id":8486,"date":"2024-07-17T14:06:52","date_gmt":"2024-07-17T12:06:52","guid":{"rendered":"https:\/\/staging.niryo.com\/?p=8486"},"modified":"2026-01-08T17:30:49","modified_gmt":"2026-01-08T16:30:49","slug":"how-learn-robotics-raspberry-pi-1-2","status":"publish","type":"post","link":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/","title":{"rendered":"How to learn robotics with Raspberry Pi (1\/2)"},"content":{"rendered":"<p><strong>You want to start learning robotics and do really cool stuff by making your robot clever ?<\/strong><\/p>\n<p><span style=\"font-weight: 400;\">Raspberry Pi boards and robots are close to achieve the <\/span><a href=\"http:\/\/staging.niryo.com\/2017\/01\/12\/7-reasons-to-use-raspberry-pi-for-your-robotics-project\/\"><span style=\"font-weight: 400;\">perfect match<\/span><\/a><span style=\"font-weight: 400;\">. In the future, many accessible robots will embed a Raspberry Pi board (or a similar board) to provide great functionalities for a good price.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">A Raspberry Pi board is a small computer you can use for anything you want, from IoT (Internet of Things) to robotics, web server, \u2026<\/span><\/p>\n<p><span style=\"font-weight: 400;\">If you want to<strong> take part in the <\/strong><\/span><strong><a href=\"http:\/\/staging.niryo.com\/2016\/10\/27\/take-part-next-robotics-revolution-niryo\/\">next robotics revolution<\/a><\/strong><span style=\"font-weight: 400;\">, it\u2019s time for you to learn robotics with Raspberry Pi !<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In this post (2 parts) we\u2019ll give you some guidelines about where to start with a Raspberry Pi board, and which things you should focus on to learn robotics while getting benefit from all the nice and useful Raspberry Pi features.<\/span><\/p>\n<h2><strong>What is Raspberry Pi<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">Raspberry Pi is a project developed by the <\/span><a href=\"https:\/\/www.raspberrypi.org\/about\/\"><span style=\"font-weight: 400;\">Raspberry Pi foundation<\/span><\/a><span style=\"font-weight: 400;\"> to bring <strong>accessible computers and technology education for anyone in the world.<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400;\">Raspberry Pi is now a series of 3 computer boards with different configurations.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">What you\u2019ll find on a Raspberry Pi board :<\/span><\/p>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Processor<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">RAM<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">USB ports<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">HDMI port<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Ethernet port<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Camera interface<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">GPIO pins<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">microSD card reader<\/span><\/li>\n<\/ul>\n<p><span style=\"font-weight: 400;\">As you can see, nothing too different from a real computer. In fact, a <strong>Raspberry Pi is a real computer,<\/strong> which fits on a<strong> credit card<\/strong> <strong>size<\/strong> board. From that you\u2019ll also have different ports and pins to<strong> connect many devices and hardware components.<\/strong> Impressive, right ?<\/span><\/p>\n<h2><strong>What will you learn with Raspberry Pi<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">Before you start learning robotics with Raspberry Pi, it\u2019s better to know exactly what you will learn when using this computer board.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Robotics is mostly about 3 skills : mechanics, electronics, computer science. With Raspberry Pi, you will mostly learn about <strong>computer science and communication protocols<\/strong> for dealing with external electronics devices such as sensors, motors, \u2026<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You will also learn about<strong> system administration and network,<\/strong> as you will need to configure some part of your operating system, and you might need to communicate with other boards or Internet services.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Finally you will extend your knowledge about <strong>electronics<\/strong>. If you want to receive data from a sensor (for example to know the inclination of your robot), you will learn how to use some communication protocols, how to plug the wires in the right place, and how to <strong>read<\/strong> <strong>a component datasheet.<\/strong> Reading a datasheet is quite hard at the beginning, but once you manage to understand one, you can almost understand all of them, as they often follow some similar patterns.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">After all that, if you want to go further, you could buy a board with a micro-controller (like <\/span><a href=\"http:\/\/staging.niryo.com\/2016\/12\/21\/learn-robotics-arduino\/\"><span style=\"font-weight: 400;\">Arduino<\/span><\/a><span style=\"font-weight: 400;\">) that you will use along with your Raspberry Pi board to do more \u201clow level\u201d tasks on your hardware. You will get to learn different aspects of robotics.<\/span><\/p>\n<h2><strong>What you can do, and what you can\u2019t do with a Raspberry Pi board<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">Let\u2019s understand what are the benefits and the limitations of using a Raspberry Pi board.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">As a Raspberry Pi board is a real computer, you will be able to do some <strong>heavy computation,<\/strong> and <strong>run real software<\/strong> developed by you or by the community. You will not be limited to basic programs (like blinking leds, or controlling a motor). You will be able to <strong>put more intelligence in your robot.<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400;\">Raspberry Pi comes with some operating systems made for <\/span><a href=\"https:\/\/www.raspberrypi.org\/downloads\/\"><span style=\"font-weight: 400;\">beginners<\/span><\/a><span style=\"font-weight: 400;\">, along with easy and detailed instructions. That way you don\u2019t need to worry about the setup, you can directly learn robotics with Raspberry Pi, by following some tutorials online and experiment on your own.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">You\u2019ll also find a lot of available ports and pins for network communication and hardware control. On the last board (Raspberry Pi 3), you can also use Wi-Fi and Bluetooth, which are natively integrated !<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Combine all of that, and the fact that Raspberry Pi boards have the size of a credit card : <strong>it is very easy to embed a board on your robot.<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400;\">Whether you are a total beginner or an advanced user, you will always find your way to control your robot using a Raspberry Pi board. A great way to learn robotics !<\/span><\/p>\n<p><span style=\"font-weight: 400;\">The only limitations are that even it\u2019s a computer, it is certainly less powerful than your laptop (unless you have a 10 years old laptop\u2026). You will be able to run almost everything you need for your robot, but don\u2019t expect to launch some heavy graphical programs like CAD softwares (Solidworks, Catia, \u2026). However don\u2019t think it is a red flag for your project, because you don\u2019t generally buy a Raspberry Pi for this purpose.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Another limitation, more complex, is when you need to deal with real-time constraints on your robot. We will develop this point later on this post.<\/span><\/p>\n<h2><strong>Raspberry Pi 1, 2, or 3, which one to choose<\/strong><\/h2>\n<p><span style=\"font-weight: 400;\">Each board takes the best of the previous one, with more powerful components, and new functionalities. It doesn\u2019t mean that it becomes more expensive for each iteration. You can find both 3 boards at a price <strong>under 40$.<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400;\">We strongly recommend that you start using a <strong>Raspberry Pi 3.<\/strong> This board is more powerful than the Raspberry Pi 2 (faster processor and more RAM), and has very useful new features, such as Wi-Fi and Bluetooth native integration. You can now simply use your Raspberry Pi board without any other device, all you need to do is to plug a keyboard and a mouse, and you can get started.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Even if Raspberry Pi 3 is quite new (early 2016), the softwares and operating systems that come with it are now <strong>stable<\/strong>, and the<strong> community is very active<\/strong>, so don\u2019t worry about missing features.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In this first part we gave you an overview of how to learn robotics with Raspberry Pi. Now you should have a better understanding of the <strong>big picture.<\/strong><\/span><\/p>\n<p><span style=\"font-weight: 400;\">In the <\/span><a href=\"http:\/\/staging.niryo.com\/2017\/01\/27\/how-to-learn-robotics-with-raspberry-pi-2-2\/\"><span style=\"font-weight: 400;\">second part of this post<\/span><\/a><span style=\"font-weight: 400;\"> we\u2019ll go into the details and see what to learn and what to do with your Raspberry Pi board.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>You want to start learning robotics and do really cool stuff by making your robot clever ? Raspberry Pi boards and robots are close to achieve the perfect match. In the future, many accessible robots will embed a Raspberry Pi board (or a similar board) to provide great functionalities for a good price. A Raspberry [&hellip;]<\/p>\n","protected":false},"author":151,"featured_media":8488,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[50,49],"tags":[],"class_list":["post-8486","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-learn-robotics","category-around-robotics"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to learn robotics with Raspberry Pi (1\/2) - Niryo<\/title>\n<meta name=\"description\" content=\"Discover how to start learning robotics while getting benefit from all the nice and useful Raspberry Pi features.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to learn robotics with Raspberry Pi (1\/2) - Niryo\" \/>\n<meta property=\"og:description\" content=\"Discover how to start learning robotics while getting benefit from all the nice and useful Raspberry Pi features.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/\" \/>\n<meta property=\"og:site_name\" content=\"Niryo\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-17T12:06:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T16:30:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Marc-Henri Frouin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marc-Henri Frouin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/\"},\"author\":{\"name\":\"Marc-Henri Frouin\",\"@id\":\"https:\/\/staging.niryo.com\/en\/#\/schema\/person\/d4b12065603a48d4313585d650cb16ef\"},\"headline\":\"How to learn robotics with Raspberry Pi (1\/2)\",\"datePublished\":\"2024-07-17T12:06:52+00:00\",\"dateModified\":\"2026-01-08T16:30:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/\"},\"wordCount\":1006,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp\",\"articleSection\":[\"Learn Robotics\",\"Around Robotics\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/\",\"url\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/\",\"name\":\"How to learn robotics with Raspberry Pi (1\/2) - Niryo\",\"isPartOf\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp\",\"datePublished\":\"2024-07-17T12:06:52+00:00\",\"dateModified\":\"2026-01-08T16:30:49+00:00\",\"description\":\"Discover how to start learning robotics while getting benefit from all the nice and useful Raspberry Pi features.\",\"breadcrumb\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#primaryimage\",\"url\":\"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp\",\"contentUrl\":\"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp\",\"width\":800,\"height\":600},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/staging.niryo.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to learn robotics with Raspberry Pi (1\/2)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/staging.niryo.com\/en\/#website\",\"url\":\"https:\/\/staging.niryo.com\/en\/\",\"name\":\"Niryo\",\"description\":\"Empower your robotics potential - Collaborative robots\",\"publisher\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/staging.niryo.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/staging.niryo.com\/en\/#organization\",\"name\":\"Niryo\",\"url\":\"https:\/\/staging.niryo.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.niryo.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/03\/logo-horizontal-bleu.svg\",\"contentUrl\":\"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/03\/logo-horizontal-bleu.svg\",\"caption\":\"Niryo\"},\"image\":{\"@id\":\"https:\/\/staging.niryo.com\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/10970402\/admin\/feed\/posts\/\",\"https:\/\/www.tiktok.com\/@niryo_robotics\",\"https:\/\/www.instagram.com\/niryo_robotics\/\",\"https:\/\/discord.com\/invite\/EqpPYTf9FJ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/staging.niryo.com\/en\/#\/schema\/person\/d4b12065603a48d4313585d650cb16ef\",\"name\":\"Marc-Henri Frouin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/staging.niryo.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/staging.staging.niryo.com\/wp-content\/uploads\/2026\/01\/cropped-Marc-Henri-Frouin-96x96.jpg\",\"contentUrl\":\"https:\/\/staging.staging.niryo.com\/wp-content\/uploads\/2026\/01\/cropped-Marc-Henri-Frouin-96x96.jpg\",\"caption\":\"Marc-Henri Frouin\"},\"description\":\"Marc-Henri Frouin advocates for a more intuitive, sovereign, and accessible industrial robotics. He promotes a pragmatic approach to robotics and artificial intelligence focused on usability and performance, serving both people and industrial competitiveness.\",\"sameAs\":[\"https:\/\/staging.staging.niryo.com\/\",\"https:\/\/www.linkedin.com\/in\/marc-henri-frouin-605131b9\/\"],\"url\":\"https:\/\/staging.niryo.com\/en\/author\/marc-henri-frouin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to learn robotics with Raspberry Pi (1\/2) - Niryo","description":"Discover how to start learning robotics while getting benefit from all the nice and useful Raspberry Pi features.","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:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/","og_locale":"en_US","og_type":"article","og_title":"How to learn robotics with Raspberry Pi (1\/2) - Niryo","og_description":"Discover how to start learning robotics while getting benefit from all the nice and useful Raspberry Pi features.","og_url":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/","og_site_name":"Niryo","article_published_time":"2024-07-17T12:06:52+00:00","article_modified_time":"2026-01-08T16:30:49+00:00","og_image":[{"width":800,"height":600,"url":"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp","type":"image\/webp"}],"author":"Marc-Henri Frouin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Marc-Henri Frouin","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#article","isPartOf":{"@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/"},"author":{"name":"Marc-Henri Frouin","@id":"https:\/\/staging.niryo.com\/en\/#\/schema\/person\/d4b12065603a48d4313585d650cb16ef"},"headline":"How to learn robotics with Raspberry Pi (1\/2)","datePublished":"2024-07-17T12:06:52+00:00","dateModified":"2026-01-08T16:30:49+00:00","mainEntityOfPage":{"@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/"},"wordCount":1006,"commentCount":0,"publisher":{"@id":"https:\/\/staging.niryo.com\/en\/#organization"},"image":{"@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp","articleSection":["Learn Robotics","Around Robotics"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/","url":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/","name":"How to learn robotics with Raspberry Pi (1\/2) - Niryo","isPartOf":{"@id":"https:\/\/staging.niryo.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#primaryimage"},"image":{"@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#primaryimage"},"thumbnailUrl":"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp","datePublished":"2024-07-17T12:06:52+00:00","dateModified":"2026-01-08T16:30:49+00:00","description":"Discover how to start learning robotics while getting benefit from all the nice and useful Raspberry Pi features.","breadcrumb":{"@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#primaryimage","url":"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp","contentUrl":"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp","width":800,"height":600},{"@type":"BreadcrumbList","@id":"https:\/\/staging.niryo.com\/en\/how-learn-robotics-raspberry-pi-1-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/staging.niryo.com\/en\/"},{"@type":"ListItem","position":2,"name":"How to learn robotics with Raspberry Pi (1\/2)"}]},{"@type":"WebSite","@id":"https:\/\/staging.niryo.com\/en\/#website","url":"https:\/\/staging.niryo.com\/en\/","name":"Niryo","description":"Empower your robotics potential - Collaborative robots","publisher":{"@id":"https:\/\/staging.niryo.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/staging.niryo.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/staging.niryo.com\/en\/#organization","name":"Niryo","url":"https:\/\/staging.niryo.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.niryo.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/03\/logo-horizontal-bleu.svg","contentUrl":"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/03\/logo-horizontal-bleu.svg","caption":"Niryo"},"image":{"@id":"https:\/\/staging.niryo.com\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/company\/10970402\/admin\/feed\/posts\/","https:\/\/www.tiktok.com\/@niryo_robotics","https:\/\/www.instagram.com\/niryo_robotics\/","https:\/\/discord.com\/invite\/EqpPYTf9FJ"]},{"@type":"Person","@id":"https:\/\/staging.niryo.com\/en\/#\/schema\/person\/d4b12065603a48d4313585d650cb16ef","name":"Marc-Henri Frouin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/staging.niryo.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/staging.staging.niryo.com\/wp-content\/uploads\/2026\/01\/cropped-Marc-Henri-Frouin-96x96.jpg","contentUrl":"https:\/\/staging.staging.niryo.com\/wp-content\/uploads\/2026\/01\/cropped-Marc-Henri-Frouin-96x96.jpg","caption":"Marc-Henri Frouin"},"description":"Marc-Henri Frouin advocates for a more intuitive, sovereign, and accessible industrial robotics. He promotes a pragmatic approach to robotics and artificial intelligence focused on usability and performance, serving both people and industrial competitiveness.","sameAs":["https:\/\/staging.staging.niryo.com\/","https:\/\/www.linkedin.com\/in\/marc-henri-frouin-605131b9\/"],"url":"https:\/\/staging.niryo.com\/en\/author\/marc-henri-frouin\/"}]}},"jetpack_featured_media_url":"https:\/\/staging.niryo.com\/wp-content\/uploads\/2024\/07\/raspberry-pi-1-2-75.webp","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/posts\/8486","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/users\/151"}],"replies":[{"embeddable":true,"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/comments?post=8486"}],"version-history":[{"count":0,"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/posts\/8486\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/media\/8488"}],"wp:attachment":[{"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/media?parent=8486"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/categories?post=8486"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/staging.niryo.com\/en\/wp-json\/wp\/v2\/tags?post=8486"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}