{"id":5673,"date":"2024-12-16T13:57:26","date_gmt":"2024-12-16T12:57:26","guid":{"rendered":"https:\/\/home.et.utwente.nl\/slootenvanf\/?p=5673"},"modified":"2025-09-19T14:39:10","modified_gmt":"2025-09-19T12:39:10","slug":"data-logging-raspberry-pi-pico","status":"publish","type":"post","link":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/","title":{"rendered":"Data logging with the Raspberry Pi Pico W"},"content":{"rendered":"\n<p>This tutorial extends the <a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/04\/30\/connected-temperature-sensor-with-raspberry-pi-pico\/\" target=\"_blank\" rel=\"noreferrer noopener\">tutorial of a temperature sensor with a display<\/a>, and adds data logging to that. This can be realized by logging to an SD card (part 1), by logging to a website (via Wifi) (part 2) or by logging to the memory of the Raspberry Pi (part 3).<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Part 1: Data logging to a microSD Card<\/h2>\n\n\n\n<p>First, <a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/04\/30\/connected-temperature-sensor-with-raspberry-pi-pico\/\" target=\"_blank\" rel=\"noreferrer noopener\">create a temperature sensor with a display<\/a>. This part of the tutorial adds logging the temperature and humidity to a <a href=\"https:\/\/en.wikipedia.org\/wiki\/Comma-separated_values\" target=\"_blank\" rel=\"noreferrer noopener\">CSV file<\/a> on a microSD card to that.<\/p>\n\n\n\n<p>Insert an sdcard in a <a href=\"https:\/\/www.tinytronics.nl\/en\/data-storage\/modules\/microsd-card-adapter-module-3.3v-5v-with-level-shifter\" target=\"_blank\" rel=\"noreferrer noopener\">microSD Card Adapter Module<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"364\" height=\"163\" src=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-1.png\" alt=\"\" class=\"wp-image-5679\" srcset=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-1.png 364w, https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-1-300x134.png 300w\" sizes=\"auto, (max-width: 364px) 100vw, 364px\" \/><\/a><\/figure>\n\n\n\n<p>Connect the module:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Module pin<\/strong><\/td><td><strong>Raspberry Pi Pico pin<\/strong><\/td><\/tr><tr><td><strong>CS <\/strong>(chip select)<\/td><td>GPIO 17<\/td><\/tr><tr><td><strong>SCK<\/strong> (serial clock)<\/td><td>GPIO 18<\/td><\/tr><tr><td><strong>MOSI<\/strong> (master out slave in)<\/td><td>GPIO 19<\/td><\/tr><tr><td><strong>MISO<\/strong> (master in slave out)<\/td><td>GPIO 16<\/td><\/tr><tr><td><strong>VCC<\/strong><\/td><td>VBUS (5V)<\/td><\/tr><tr><td><strong>GND<\/strong> (ground)<\/td><td>GND<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Please note that we moved the signal wire of the temperature sensor and connected that to GP15!<\/strong> (it was on GP16 in the temperature sensor tutorial).<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-3.png\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"781\" src=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-3.png\" alt=\"\" class=\"wp-image-5685\" srcset=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-3.png 1024w, https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-3-300x229.png 300w, https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-3-768x586.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<p>If you did not install MicroPython on the Raspberry Pi Pico yet, do so. Also install the <a href=\"https:\/\/thonny.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Thonny editor<\/a> (incl. Python). For details see <a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/04\/30\/connected-temperature-sensor-with-raspberry-pi-pico\/\" target=\"_blank\" rel=\"noreferrer noopener\">the tutorial of the temperature sensor<\/a>.<\/p>\n\n\n\n<p>Install the <strong>sdcard<\/strong> and <strong>ssd1306<\/strong> libraries (In Thonny, via <em>Tools &gt; Manage Packages<\/em>):<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-2.png\"><img loading=\"lazy\" decoding=\"async\" width=\"672\" height=\"473\" src=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-2.png\" alt=\"\" class=\"wp-image-5683\" srcset=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-2.png 672w, https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/image-2-300x211.png 300w\" sizes=\"auto, (max-width: 672px) 100vw, 672px\" \/><\/a><\/figure>\n\n\n\n<p>Next, download and open the example Python file <strong><a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/div\/micropython\/dht11_display_datalogger_sdcard.py\" target=\"_blank\" rel=\"noreferrer noopener\">dht11_display_datalogger_sdcard.py<\/a><\/strong> in Thonny. Connect the Pico with the USB cable. Run the code.<\/p>\n\n\n\n<p>If all goes well, it should start logging data to the card (check that in the Shell in Thonny).<\/p>\n\n\n\n<p>After a while, unplug the USB cable. Extract the sdcard and plug it in your computer (or use a card reader). Check the file sdtest.csv, open it with a text editor, to view its contents.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">More information:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/electrocredible.com\/raspberry-pi-pico-micro-sd-card-module-micropython\/\" target=\"_blank\" rel=\"noreferrer noopener\">Interface Raspberry Pi Pico with Micro SD Card Module<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/www.instructables.com\/Raspberry-Pi-Pico-Micro-SD-Card-Interface\/\" target=\"_blank\" rel=\"noreferrer noopener\">Raspberry Pi Pico &#8212; Micro SD Card Interface<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/electrocredible.com\/raspberry-pi-pico-w-pinout-guide-diagrams\/\" target=\"_blank\" rel=\"noreferrer noopener\">Raspberry Pi Pico &amp; Pico W Pinout Guide<\/a><\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Part 2: Data logging to a website (via Wifi)<\/h2>\n\n\n\n<p>Check out the tutorial: <a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/04\/30\/connected-temperature-sensor-with-raspberry-pi-pico\/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Build a connected temperature sensor with a Raspberry Pi Pico W&#8221;<\/a>. It leads you through steps to connect the Pico to your Phone, and send sensor values to the Phone, via Bluetooth. All the way at the end of that tutorial, at the paragraph &#8220;Send value to a website, via Wifi&#8221;, it also gives an example script of how to connect to Wifi and send the values to a website, which could store or log the data.<\/p>\n\n\n\n<p>It is also possible to do datalogging to Google Sheets but as you can <a href=\"https:\/\/www.instructables.com\/How-to-Upload-Data-to-Google-Sheets-Using-Pi-Pico--1\/\" target=\"_blank\" rel=\"noreferrer noopener\">see in this tutorial<\/a> that is a bit of a hassle.<\/p>\n\n\n\n<p>For Wifi, our students can utilize the <a href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/2025\/09\/03\/connect-to-wi-fi-raspberry-pi-pico-w\/\" target=\"_blank\" rel=\"noreferrer noopener\">IOTroam wireless service<\/a> at our university.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Part 3: Data logging to memory of Raspberry Pi<\/h2>\n\n\n\n<p>There is a nice tutorial <a href=\"https:\/\/www.halvorsen.blog\/documents\/technology\/iot\/pico\/pico_datalogging.php\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Raspberry Pi Pico and Logging Sensor Data&#8221;<\/a> (+<a href=\"https:\/\/www.youtube.com\/watch?v=coboFmwMK9M&amp;ab_channel=IndustrialITandAutomation\" target=\"_blank\" rel=\"noreferrer noopener\">video here<\/a>) from Hans-Petter Halvorsen that covers this very well. It ends with creating a chart for the values on your desktop, using matplotlib.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">More on data logging<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/www.hackster.io\/rajivcodelab\/csv-data-logger-read-and-write-csv-files-with-pi-pico-w-1f14d7\" target=\"_blank\" rel=\"noreferrer noopener\">CSV Data Logger: Read and Write CSV Files with Pi Pico W<\/a> (time-based temperature readings from onboard sensor of Pico)<\/li>\n\n\n\n<li><a href=\"https:\/\/randomnerdtutorials.com\/raspberry-pi-pico-w-mqtt-micropython\/\" target=\"_blank\" rel=\"noreferrer noopener\">Raspberry Pi Pico W: Getting Started with MQTT (MicroPython)<\/a>. <a href=\"https:\/\/randomnerdtutorials.com\/what-is-mqtt-and-how-it-works\/\" target=\"_blank\" rel=\"noreferrer noopener\">MQTT<\/a> is a communication protocol used in Home Automation and IoT applications.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial extends the tutorial of a temperature sensor with a display, and adds data logging to that. This can be realized by logging to an SD card (part 1), by logging to a website (via Wifi) (part 2) or by logging to the memory of the Raspberry Pi (part 3). Part 1: Data logging [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":5689,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"categories":[3],"tags":[544,546,92,545,95,529,161,162],"class_list":["post-5673","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education","tag-data","tag-datalogging","tag-electronics","tag-logging","tag-programming","tag-raspberrypi","tag-sensor","tag-temperature"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Data logging with the Raspberry Pi Pico W - vanslooten.com<\/title>\n<meta name=\"description\" content=\"Data logging with the Raspberry Pi Pico W Data logging with the Raspberry Pi Pico\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data logging with the Raspberry Pi Pico W - vanslooten.com\" \/>\n<meta property=\"og:description\" content=\"Data logging with the Raspberry Pi Pico W Data logging with the Raspberry Pi Pico\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/\" \/>\n<meta property=\"og:site_name\" content=\"vanslooten.com\" \/>\n<meta property=\"article:published_time\" content=\"2024-12-16T12:57:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-19T12:39:10+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/IMG_20241216_135453-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1152\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Fjodor van Slooten\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fjodorvs\" \/>\n<meta name=\"twitter:site\" content=\"@fjodorvs\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Fjodor van Slooten\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/\"},\"author\":{\"name\":\"Fjodor van Slooten\",\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/#\\\/schema\\\/person\\\/e62ff2d6beaa937dc9345a023eeb05dd\"},\"headline\":\"Data logging with the Raspberry Pi Pico W\",\"datePublished\":\"2024-12-16T12:57:26+00:00\",\"dateModified\":\"2025-09-19T12:39:10+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/\"},\"wordCount\":528,\"publisher\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/#\\\/schema\\\/person\\\/e62ff2d6beaa937dc9345a023eeb05dd\"},\"image\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/IMG_20241216_135453-scaled.jpg\",\"keywords\":[\"data\",\"datalogging\",\"electronics\",\"logging\",\"programming\",\"raspberrypi\",\"sensor\",\"temperature\"],\"articleSection\":[\"Education\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/\",\"url\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/\",\"name\":\"Data logging with the Raspberry Pi Pico W - vanslooten.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/IMG_20241216_135453-scaled.jpg\",\"datePublished\":\"2024-12-16T12:57:26+00:00\",\"dateModified\":\"2025-09-19T12:39:10+00:00\",\"description\":\"Data logging with the Raspberry Pi Pico W Data logging with the Raspberry Pi Pico\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/#primaryimage\",\"url\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/IMG_20241216_135453-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/IMG_20241216_135453-scaled.jpg\",\"width\":2560,\"height\":1152,\"caption\":\"Micro SD Card Module with temperature sensor\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/2024\\\/12\\\/16\\\/data-logging-raspberry-pi-pico\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data logging with the Raspberry Pi Pico W\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/#website\",\"url\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/\",\"name\":\"vanslooten.com\",\"description\":\"Personal website of Fjodor van Slooten\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/#\\\/schema\\\/person\\\/e62ff2d6beaa937dc9345a023eeb05dd\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/#\\\/schema\\\/person\\\/e62ff2d6beaa937dc9345a023eeb05dd\",\"name\":\"Fjodor van Slooten\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/2018-08-24-13.33.38_small.jpg\",\"url\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/2018-08-24-13.33.38_small.jpg\",\"contentUrl\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/2018-08-24-13.33.38_small.jpg\",\"width\":300,\"height\":214,\"caption\":\"Fjodor van Slooten\"},\"logo\":{\"@id\":\"https:\\\/\\\/home.et.utwente.nl\\\/slootenvanf\\\/wp-content\\\/uploads\\\/2019\\\/06\\\/2018-08-24-13.33.38_small.jpg\"},\"sameAs\":[\"http:\\\/\\\/vanslooten.com\",\"https:\\\/\\\/x.com\\\/fjodorvs\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data logging with the Raspberry Pi Pico W - vanslooten.com","description":"Data logging with the Raspberry Pi Pico W Data logging with the Raspberry Pi Pico","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:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/","og_locale":"en_US","og_type":"article","og_title":"Data logging with the Raspberry Pi Pico W - vanslooten.com","og_description":"Data logging with the Raspberry Pi Pico W Data logging with the Raspberry Pi Pico","og_url":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/","og_site_name":"vanslooten.com","article_published_time":"2024-12-16T12:57:26+00:00","article_modified_time":"2025-09-19T12:39:10+00:00","og_image":[{"width":2560,"height":1152,"url":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/IMG_20241216_135453-scaled.jpg","type":"image\/jpeg"}],"author":"Fjodor van Slooten","twitter_card":"summary_large_image","twitter_creator":"@fjodorvs","twitter_site":"@fjodorvs","twitter_misc":{"Written by":"Fjodor van Slooten","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/#article","isPartOf":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/"},"author":{"name":"Fjodor van Slooten","@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/#\/schema\/person\/e62ff2d6beaa937dc9345a023eeb05dd"},"headline":"Data logging with the Raspberry Pi Pico W","datePublished":"2024-12-16T12:57:26+00:00","dateModified":"2025-09-19T12:39:10+00:00","mainEntityOfPage":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/"},"wordCount":528,"publisher":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/#\/schema\/person\/e62ff2d6beaa937dc9345a023eeb05dd"},"image":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/#primaryimage"},"thumbnailUrl":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/IMG_20241216_135453-scaled.jpg","keywords":["data","datalogging","electronics","logging","programming","raspberrypi","sensor","temperature"],"articleSection":["Education"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/","url":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/","name":"Data logging with the Raspberry Pi Pico W - vanslooten.com","isPartOf":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/#website"},"primaryImageOfPage":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/#primaryimage"},"image":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/#primaryimage"},"thumbnailUrl":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/IMG_20241216_135453-scaled.jpg","datePublished":"2024-12-16T12:57:26+00:00","dateModified":"2025-09-19T12:39:10+00:00","description":"Data logging with the Raspberry Pi Pico W Data logging with the Raspberry Pi Pico","breadcrumb":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/#primaryimage","url":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/IMG_20241216_135453-scaled.jpg","contentUrl":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2024\/12\/IMG_20241216_135453-scaled.jpg","width":2560,"height":1152,"caption":"Micro SD Card Module with temperature sensor"},{"@type":"BreadcrumbList","@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/2024\/12\/16\/data-logging-raspberry-pi-pico\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.et.utwente.nl\/slootenvanf\/"},{"@type":"ListItem","position":2,"name":"Data logging with the Raspberry Pi Pico W"}]},{"@type":"WebSite","@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/#website","url":"https:\/\/home.et.utwente.nl\/slootenvanf\/","name":"vanslooten.com","description":"Personal website of Fjodor van Slooten","publisher":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/#\/schema\/person\/e62ff2d6beaa937dc9345a023eeb05dd"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.et.utwente.nl\/slootenvanf\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/#\/schema\/person\/e62ff2d6beaa937dc9345a023eeb05dd","name":"Fjodor van Slooten","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2019\/06\/2018-08-24-13.33.38_small.jpg","url":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2019\/06\/2018-08-24-13.33.38_small.jpg","contentUrl":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2019\/06\/2018-08-24-13.33.38_small.jpg","width":300,"height":214,"caption":"Fjodor van Slooten"},"logo":{"@id":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-content\/uploads\/2019\/06\/2018-08-24-13.33.38_small.jpg"},"sameAs":["http:\/\/vanslooten.com","https:\/\/x.com\/fjodorvs"]}]}},"_links":{"self":[{"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/posts\/5673","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/comments?post=5673"}],"version-history":[{"count":32,"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/posts\/5673\/revisions"}],"predecessor-version":[{"id":6431,"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/posts\/5673\/revisions\/6431"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/media\/5689"}],"wp:attachment":[{"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/media?parent=5673"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/categories?post=5673"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.et.utwente.nl\/slootenvanf\/wp-json\/wp\/v2\/tags?post=5673"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}