{"id":3226,"date":"2026-08-10T09:03:02","date_gmt":"2026-08-10T09:03:02","guid":{"rendered":"https:\/\/nokobox.com\/index.php\/item\/udemy-web-service-clients-on-raspberry-pi-pico-wc-2024-4\/"},"modified":"2026-08-10T09:03:02","modified_gmt":"2026-08-10T09:03:02","slug":"udemy-web-service-clients-on-raspberry-pi-pico-wc-2024-4","status":"publish","type":"digital_item","link":"https:\/\/nokobox.com\/index.php\/item\/udemy-web-service-clients-on-raspberry-pi-pico-wc-2024-4\/","title":{"rendered":"Udemy \u2013 Web Service Clients on Raspberry Pi Pico W(C++) 2024-4"},"content":{"rendered":"<div class=\"w-post-elm post_content\">\n<h2><span style=\"vertical-align: inherit\">Description<\/span><\/h2>\n<p data-sourcepos=\"3:1-3:321\"><span style=\"vertical-align: inherit\">Web Service Clients course on Raspberry Pi Pico W (C++). In this course, we will examine how to code with C\/C++ language to convert a Pico-W to a web service client. We look at two basic libraries for handling the HTTP protocol: LWIP HTTP App and coreHTTP. coreHTTP requires the use of the FreeRTOS core and LWIP sockets. This library gives us a lot of flexibility and allows us to connect to HTTPS web services with wolfSSL. RESTful web services, which we will focus on in this course, respond with JSON data. This course teaches how to analyze this data using two optional libraries coreJSON and tiny-JSON. Some of the web service data returns XML, and two other libraries are considered to handle this data.<\/span><\/p>\n<p data-sourcepos=\"9:1-9:340\"><span style=\"vertical-align: inherit\">This course uses STDIO to output most web services. Two examples use a pre-built Pico-W display board, the PIMORONI Galactic Unicorn. An example uses a TFT screen that needs to be wired to a pico-w. Optionally you can modify these examples to generate STDIO or use alternative hardware. This course assumes that you have knowledge of C++ programming. Although each example describes functionality, this course will not discuss C++ syntax. The FreeRTOS kernel is used to support concurrent tasks and enable POSIX sockets. This course assumes a basic understanding of the FreeRTOS core. I have another course on FreeRTOS kernel for Raspberry Pi Pico that covers this topic. This course assumes you can compile and run C++ code on the Pico using the Raspberry Pi SDK. My other course \u201cIntroduction to C Development Environment for Raspberry Pi Pico\u201d teaches these skills. 6. To build and understand these web service clients, a web service test environment using Python is used. A little knowledge of Python would be helpful.<\/span><\/p>\n<h3 data-sourcepos=\"21:1-21:34\"><span style=\"vertical-align: inherit\">What you will learn in the course<\/span><\/h3>\n<ul data-sourcepos=\"23:1-29:0\">\n<li data-sourcepos=\"23:1-23:33\"><span style=\"vertical-align: inherit\">Understanding the concepts of RESTful web services<\/span><\/li>\n<li data-sourcepos=\"24:1-24:65\"><span style=\"vertical-align: inherit\">Writing web service clients on Raspberry Pi Pico using LWIP<\/span><\/li>\n<li data-sourcepos=\"25:1-25:69\"><span style=\"vertical-align: inherit\">Writing web service clients on Raspberry Pi Pico using coreHTTP<\/span><\/li>\n<li data-sourcepos=\"26:1-26:72\"><span style=\"vertical-align: inherit\">Writing web service servers on Raspberry Pi Pico using LWIP (optional)<\/span><\/li>\n<li data-sourcepos=\"27:1-29:0\"><span style=\"vertical-align: inherit\">Writing web service servers on Raspberry Pi Pico using socket-based HTTPD (optional)<\/span><\/li>\n<\/ul>\n<h3 data-sourcepos=\"30:1-30:29\"><span style=\"vertical-align: inherit\">This course is suitable for people who<\/span><\/h3>\n<ul data-sourcepos=\"32:1-34:35\">\n<li data-sourcepos=\"32:1-32:28\"><span style=\"vertical-align: inherit\">IoT developers<\/span><\/li>\n<li data-sourcepos=\"33:1-33:65\"><span style=\"vertical-align: inherit\">Interested in working on Internet of Things and Web Services projects<\/span><\/li>\n<li data-sourcepos=\"34:1-34:35\"><span style=\"vertical-align: inherit\">Embedded systems developers<\/span><\/li>\n<\/ul>\n<h3><span style=\"vertical-align: inherit\">Specifications of Web Service Clients course on Raspberry Pi Pico W (C++)<\/span><\/h3>\n<ul>\n<li><span style=\"vertical-align: inherit\">Publisher:&nbsp; <\/span><a href=\"https:\/\/href.li\/?https:\/\/www.udemy.com\/course\/web-service-clients-on-rpi-pico-w\/?couponCode=LETSLEARNNOWPP\" target=\"_blank\"><span style=\"vertical-align: inherit\">Udemy<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Lecturer: <\/span><a href=\"https:\/\/downloadlynet.ir\/tag\/dr-jon-durrant\/\"><span style=\"vertical-align: inherit\">Dr Jon Durrant<\/span><\/a><\/li>\n<li><span style=\"vertical-align: inherit\">Training level: beginner to advanced<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Training duration: 6 hours and 4 minutes<\/span><\/li>\n<li><span style=\"vertical-align: inherit\">Number of courses: 63<\/span><\/li>\n<\/ul>\n<h3><span style=\"vertical-align: inherit\">Course headings<\/span><\/h3>\n<h2>&nbsp;<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-901352 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2024\/05\/Web-Service-Clients-on-Raspberry-Pi-Pico-WC-1.jpg\" alt=\"Web Service Clients on Raspberry Pi Pico W(C++)\" width=\"805\" height=\"640\"><\/h2>\n<h3><span style=\"vertical-align: inherit\">Prerequisites of the course Web Service Clients on Raspberry Pi Pico W (C++)<\/span><\/h3>\n<ul>\n<li dir=\"ltr\" style=\"text-align: left\">Able to work with the Raspberry Pi Pico SDK Toolchain<\/li>\n<li dir=\"ltr\" style=\"text-align: left\">Able to programme in C\/C++ on microcontroller<\/li>\n<li dir=\"ltr\" style=\"text-align: left\">Awareness of computer networks (IP and Ethernet)<\/li>\n<li dir=\"ltr\" style=\"text-align: left\">Able to install software and configure firewall on own laptop or desktop<\/li>\n<li dir=\"ltr\" style=\"text-align: left\">Basic knowledge of Python which will be used for test clients and servers.<\/li>\n<\/ul>\n<h3><span style=\"vertical-align: inherit\">Course images<\/span><\/h3>\n<h2><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter wp-image-901351 size-full\" src=\"https:\/\/downloadly.ir\/wp-content\/uploads\/2024\/05\/Web-Service-Clients-on-Raspberry-Pi-Pico-WC.jpg\" alt=\"Web Service Clients on Raspberry Pi Pico W(C++)\" width=\"748\" height=\"310\"><\/h2>\n<h3><span style=\"vertical-align: inherit\">Sample video of the course<\/span><\/h3>\n<div style=\"width: 640px;\" class=\"wp-video\"><span class=\"mejs-offscreen\">Video Player<\/span><\/p>\n<div id=\"mep_0\" class=\"mejs-container mejs-container-keyboard-inactive wp-video-shortcode mejs-video\" tabindex=\"0\" role=\"application\" aria-label=\"Video Player\" style=\"width: 640px; height: 360px; min-width: 217px;\">\n<div class=\"mejs-inner\">\n<div class=\"mejs-mediaelement\"><mediaelementwrapper id=\"video-125927-1\"><video class=\"wp-video-shortcode\" id=\"video-125927-1_html5\" width=\"640\" height=\"360\" preload=\"metadata\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Web_Service_Clients_on_Raspberry_Pi_Pico_W_Cpp_Downloadly.ir.mp4?_=1\" style=\"width: 640px; height: 360px;\"><source type=\"video\/mp4\" src=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Web_Service_Clients_on_Raspberry_Pi_Pico_W_Cpp_Downloadly.ir.mp4?_=1\"><a href=\"https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Web_Service_Clients_on_Raspberry_Pi_Pico_W_Cpp_Downloadly.ir.mp4?nocache=1786097763113\">https:\/\/dl.downloadly.ir\/Files\/Elearning\/Sample\/Web_Service_Clients_on_Raspberry_Pi_Pico_W_Cpp_Downloadly.ir.mp4<\/a><\/video><\/mediaelementwrapper><\/div>\n<div class=\"mejs-layers\">\n<div class=\"mejs-poster mejs-layer\" style=\"display: none; width: 100%; height: 100%;\"><\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-loading\"><span class=\"mejs-overlay-loading-bg-img\"><\/span><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer\" style=\"display: none; width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-error\"><\/div>\n<\/div>\n<div class=\"mejs-overlay mejs-layer mejs-overlay-play\" style=\"width: 100%; height: 100%;\">\n<div class=\"mejs-overlay-button\" role=\"button\" tabindex=\"0\" aria-label=\"Play\" aria-pressed=\"false\"><\/div>\n<\/div>\n<\/div>\n<div class=\"mejs-controls\">\n<div class=\"mejs-button mejs-playpause-button mejs-play\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Play\" aria-label=\"Play\" tabindex=\"0\"><\/button><\/div>\n<div class=\"mejs-time mejs-currenttime-container\" role=\"timer\" aria-live=\"off\"><span class=\"mejs-currenttime\">00:00<\/span><\/div>\n<div class=\"mejs-time-rail\"><span class=\"mejs-time-total mejs-time-slider\" role=\"slider\" tabindex=\"0\" aria-label=\"Time Slider\" aria-valuemin=\"0\" aria-valuemax=\"0\" aria-valuenow=\"0\" aria-valuetext=\"00:00\"><span class=\"mejs-time-buffering\" style=\"display: none;\"><\/span><span class=\"mejs-time-loaded\"><\/span><span class=\"mejs-time-current\"><\/span><span class=\"mejs-time-hovered no-hover\"><\/span><span class=\"mejs-time-handle\"><span class=\"mejs-time-handle-content\"><\/span><\/span><span class=\"mejs-time-float\"><span class=\"mejs-time-float-current\">00:00<\/span><span class=\"mejs-time-float-corner\"><\/span><\/span><\/span><\/div>\n<div class=\"mejs-time mejs-duration-container\"><span class=\"mejs-duration\">00:00<\/span><\/div>\n<div class=\"mejs-button mejs-volume-button mejs-mute\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Mute\" aria-label=\"Mute\" tabindex=\"0\"><\/button><a href=\"javascript:void(0);\" class=\"mejs-volume-slider\" aria-label=\"Volume Slider\" aria-valuemin=\"0\" aria-valuemax=\"100\" role=\"slider\" aria-orientation=\"vertical\"><span class=\"mejs-offscreen\">Use Up\/Down Arrow keys to increase or decrease volume.<\/span><\/p>\n<div class=\"mejs-volume-total\">\n<div class=\"mejs-volume-current\" style=\"bottom: 0px; height: 100%;\"><\/div>\n<div class=\"mejs-volume-handle\" style=\"bottom: 100%; margin-bottom: -3px;\"><\/div>\n<\/div>\n<p><\/a><\/div>\n<div class=\"mejs-button mejs-fullscreen-button\"><button type=\"button\" aria-controls=\"mep_0\" title=\"Fullscreen\" aria-label=\"Fullscreen\" tabindex=\"0\"><\/button><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<h3><span style=\"vertical-align: inherit\">Installation guide<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">After Extract, view with your favorite Player.<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Subtitle: None<\/span><\/p>\n<p><span style=\"vertical-align: inherit\">Quality: 720p<\/span><\/p>\n<\/div>\n<h3><span style=\"vertical-align: inherit\">download link<\/span><\/h3>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Udemy_Web_Service_Clients_on_Raspberry_Pi_Pico_W_Cpp_2024-4.part1_Downloadly.ir.rar?nocache=1786097761\"><span style=\"vertical-align: inherit\">Download part 1 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Udemy_Web_Service_Clients_on_Raspberry_Pi_Pico_W_Cpp_2024-4.part2_Downloadly.ir.rar?nocache=1786097761\"><span style=\"vertical-align: inherit\">Download part 2 \u2013 1 GB<\/span><\/a><\/p>\n<p><a href=\"https:\/\/dl3.downloadly.ir\/Files\/Elearning\/Udemy_Web_Service_Clients_on_Raspberry_Pi_Pico_W_Cpp_2024-4.part3_Downloadly.ir.rar?nocache=1786097761\"><span style=\"vertical-align: inherit\">Download part 3 \u2013 662 MB<\/span><\/a><\/p>\n<p><span style=\"vertical-align: inherit\">File(s) password: www.downloadly.ir<\/span><\/p>\n<h3><span style=\"vertical-align: inherit\">Size<\/span><\/h3>\n<p><span style=\"vertical-align: inherit\">2.6 GB<\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Description Web Service Clients course on Raspberry Pi Pico W (C++). In this course, we will examine how to code with C\/C++ language to convert a Pico-W to a we<\/p>\n","protected":false},"author":1,"template":"","dgi_category":[10458],"dgi_tag":[35794,35795,35796,35797,35798,35799,35800,35801,35802,35803,35804,35805,35806,35807,35808,35809,35810,35811,35812,35813,35814,35815,35816,35817],"class_list":["post-3226","digital_item","type-digital_item","status-publish","has-post-thumbnail","hentry","dgi_category-video-tutorials","dgi_tag-course-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-download-course-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-download-link-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-download-links-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-download-paid-course-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-download-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-download-web-service-clients-on-raspberry-pi-pico-wc-course","dgi_tag-download-web-service-clients-on-raspberry-pi-pico-wc-course-for-free","dgi_tag-dr-jon-durrant","dgi_tag-free-download-course-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-free-download-link-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-free-download-links-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-free-download-paid-course-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-free-download-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-free-links-download-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-free-paid-course-download-links-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-free-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-free-web-service-clients-on-raspberry-pi-pico-wc-download-course","dgi_tag-paid-course-web-service-clients-on-raspberry-pi-pico-wc","dgi_tag-web-service-clients-on-raspberry-pi-pico-wc-download-course","dgi_tag-web-service-clients-on-raspberry-pi-pico-wc-download-links","dgi_tag-web-service-clients-on-raspberry-pi-pico-wc-for-free","dgi_tag-web-service-clients-on-raspberry-pi-pico-wc-free-course","dgi_tag-web-service-clients-on-raspberry-pi-pico-wc-free-download"],"_links":{"self":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/3226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item"}],"about":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/types\/digital_item"}],"author":[{"embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"version-history":[{"count":0,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/digital_item\/3226\/revisions"}],"wp:attachment":[{"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/media?parent=3226"}],"wp:term":[{"taxonomy":"dgi_category","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_category?post=3226"},{"taxonomy":"dgi_tag","embeddable":true,"href":"https:\/\/nokobox.com\/index.php\/wp-json\/wp\/v2\/dgi_tag?post=3226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}