{"id":855455,"date":"2025-10-10T10:40:23","date_gmt":"2025-10-10T10:40:23","guid":{"rendered":"https:\/\/elektrobox.ch\/index.php\/projects-2\/"},"modified":"2026-07-19T17:21:13","modified_gmt":"2026-07-19T17:21:13","slug":"projects","status":"publish","type":"page","link":"https:\/\/elektrobox.ch\/index.php\/projects\/","title":{"rendered":"Projects"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ================================\n   ElektroBox Projects Page\n   30.05.2026 restore candidate\n   ================================ *\/\n\n.ebox-projects-page {\n  max-width: 1180px;\n  margin: 0 auto;\n  padding: 0 20px;\n  color: #1f2933;\n  font-family: inherit;\n  line-height: 1.7;\n}\n\n.ebox-projects-page h1,\n.ebox-projects-page h2,\n.ebox-projects-page h3 {\n  color: #111827;\n  line-height: 1.25;\n}\n\n.ebox-projects-hero {\n  margin: 32px 0 56px;\n  padding: clamp(28px, 5vw, 56px);\n  border: 1px solid #e5edf2;\n  border-radius: 24px;\n  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 55%, #eef6ff 100%);\n  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);\n}\n\n.ebox-projects-label,\n.ebox-section-label,\n.ebox-project-badge {\n  display: inline-block;\n  margin-bottom: 14px;\n  padding: 6px 14px;\n  border-radius: 999px;\n  background: #e0f2fe;\n  color: #075985;\n  font-size: 0.86rem;\n  font-weight: 800;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n}\n\n.ebox-projects-hero h1 {\n  margin: 0 0 18px;\n  font-size: clamp(2.2rem, 5vw, 4rem);\n  font-weight: 850;\n  letter-spacing: -0.045em;\n}\n\n.ebox-projects-hero p {\n  max-width: 900px;\n  margin: 0;\n  color: #4b5563;\n  font-size: 1.08rem;\n}\n\n.ebox-section {\n  margin: 58px 0;\n}\n\n.ebox-section-header {\n  max-width: 780px;\n  margin: 0 auto 34px;\n  text-align: center;\n}\n\n.ebox-section-header h2 {\n  margin: 0 0 14px;\n  font-size: clamp(1.65rem, 3vw, 2.4rem);\n  font-weight: 820;\n  letter-spacing: -0.03em;\n}\n\n.ebox-section-header p {\n  margin: 0;\n  color: #5f6f7a;\n  font-size: 1.04rem;\n  line-height: 1.65;\n}\n\n.ebox-featured-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 28px;\n  align-items: stretch;\n}\n\n.ebox-featured-card {\n  display: flex;\n  flex-direction: column;\n  overflow: hidden;\n  background: #ffffff;\n  border: 1px solid #e2e8ec;\n  border-radius: 22px;\n  box-shadow: 0 10px 28px rgba(31, 45, 53, 0.08);\n  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;\n}\n\n.ebox-featured-card:hover {\n  transform: translateY(-6px);\n  border-color: #c5d6de;\n  box-shadow: 0 18px 42px rgba(31, 45, 53, 0.14);\n}\n\n.ebox-featured-image-link {\n  display: block;\n  width: 100%;\n  aspect-ratio: 16 \/ 10;\n  overflow: hidden;\n  background: #f3f4f6;\n}\n\n.ebox-featured-image {\n  display: block;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n}\n\n.ebox-featured-content {\n  display: flex;\n  flex: 1;\n  flex-direction: column;\n  padding: 24px;\n}\n\n.ebox-featured-content h3 {\n  margin: 0 0 6px;\n  color: #18262d;\n  font-size: 1.45rem;\n}\n\n.ebox-featured-subtitle {\n  margin: 0 0 14px;\n  color: #3f6f82;\n  font-weight: 700;\n}\n\n.ebox-featured-text {\n  margin: 0 0 22px;\n  color: #5e7079;\n  font-size: 0.96rem;\n  line-height: 1.62;\n}\n\n.ebox-featured-button,\n.ebox-project-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  margin-top: auto;\n  padding: 11px 18px;\n  border-radius: 999px;\n  background: #dbe8ee;\n  color: #1f3a46;\n  font-size: 0.92rem;\n  font-weight: 800;\n  text-decoration: none;\n}\n\n.ebox-project-list {\n  display: grid;\n  gap: 26px;\n}\n\n.ebox-project-card {\n  display: flex;\n  align-items: center;\n  gap: 28px;\n  background: #ffffff;\n  border: 1px solid #e5e7eb;\n  border-radius: 18px;\n  padding: 24px;\n  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.07);\n}\n\n.ebox-project-image-link {\n  display: block;\n  flex: 0 0 42%;\n  overflow: hidden;\n  border-radius: 14px;\n  background: #f3f4f6;\n}\n\n.ebox-project-image {\n  display: block;\n  width: 100%;\n  height: 260px;\n  object-fit: cover;\n}\n\n.ebox-project-content {\n  flex: 1;\n}\n\n.ebox-project-title {\n  margin: 0 0 14px;\n  color: #111827;\n  font-size: clamp(1.45rem, 3vw, 2rem);\n  font-weight: 800;\n}\n\n.ebox-project-description {\n  margin: 0 0 22px;\n  color: #4b5563;\n  font-size: 1rem;\n  line-height: 1.65;\n}\n\n@media (max-width: 980px) {\n  .ebox-featured-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 768px) {\n  .ebox-project-card {\n    flex-direction: column;\n    align-items: flex-start;\n    padding: 18px;\n  }\n\n  .ebox-project-image-link {\n    flex: none;\n    width: 100%;\n  }\n\n  .ebox-project-image {\n    height: 220px;\n  }\n}\n\n@media (max-width: 680px) {\n  .ebox-projects-page {\n    padding: 0 16px;\n  }\n\n  .ebox-featured-grid {\n    grid-template-columns: 1fr;\n    gap: 22px;\n  }\n\n  .ebox-section {\n    margin: 46px 0;\n  }\n}\n<\/style>\n\n<div class=\"ebox-projects-page\">\n\n  <section class=\"ebox-projects-hero\">\n    <div class=\"ebox-projects-hero-content\">\n      <span class=\"ebox-projects-label\">ElektroBox Projects<\/span>\n      <h1>DIY Electronics Projects<\/h1>\n      <p>\n        Explore practical DIY electronics builds with ESP32, Arduino, LED displays, sensors,\n        3D-printed enclosures, desktop gadgets, and programming workflows. Each project is written\n        to be understandable, reusable, and useful as a starting point for your own build.\n      <\/p>\n\n      <div class=\"ebox-projects-hero-tags\">\n        <span>ESP32<\/span>\n        <span>Arduino<\/span>\n        <span>Displays<\/span>\n        <span>Sensors<\/span>\n        <span>3D Printing<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <section class=\"ebox-projects-section\">\n    <div class=\"ebox-projects-section-header\">\n      <span class=\"ebox-section-label\">Featured Projects<\/span>\n      <h2>Complete builds with hardware and software<\/h2>\n      <p>\n        These projects combine electronics, programming, mechanical design, and testing.\n        They are the best starting point when you want to follow a complete tutorial from idea\n        to final result.\n      <\/p>\n    <\/div>\n\n    <div class=\"ebox-featured-grid\">\n\n      <article class=\"ebox-featured-card ebox-featured-card--highlight\">\n        <a href=\"https:\/\/elektrobox.ch\/index.php\/piggy-bank-slot-machine-esp32\/\" class=\"ebox-featured-image-link\">\n          <img decoding=\"async\" src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/elektroslot_thumbnail.png\" alt=\"DIY Piggy Bank Slot Machine with ESP32, display, coin sensor, and servo gate\" class=\"ebox-featured-image\">\n        <\/a>\n        <div class=\"ebox-featured-content\">\n          <span class=\"ebox-project-badge\">New \u00b7 ESP32 \u00b7 Coin Sensor \u00b7 Servo Gate<\/span>\n          <h3>Piggy Bank Slot Machine<\/h3>\n          <p class=\"ebox-featured-subtitle\">Saving money, but make it fun<\/p>\n          <p class=\"ebox-featured-text\">\n            Build a 3D-printed piggy bank slot machine where every inserted coin gives one spin.\n            Small wins give extra spins, but only the 777 jackpot opens the money chamber.\n          <\/p>\n          <a href=\"https:\/\/elektrobox.ch\/index.php\/piggy-bank-slot-machine-esp32\/\" class=\"ebox-featured-button\">View Project<\/a>\n        <\/div>\n      <\/article>\n\n      <article class=\"ebox-featured-card\">\n        <a href=\"https:\/\/elektrobox.ch\/index.php\/elektroclock\/\" class=\"ebox-featured-image-link\">\n          <img decoding=\"async\" src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2025\/10\/FAV1.png\" alt=\"DIY ElektroClock smart clock project with ESP32 and LED matrix display\" class=\"ebox-featured-image\">\n        <\/a>\n        <div class=\"ebox-featured-content\">\n          <span class=\"ebox-project-badge\">ESP32 \u00b7 LED Matrix \u00b7 Weather<\/span>\n          <h3>ElektroClock<\/h3>\n          <p class=\"ebox-featured-subtitle\">More than just a clock<\/p>\n          <p class=\"ebox-featured-text\">\n            Build a smart living-room clock using an ESP32, a crisp LED display, Wi-Fi time synchronization,\n            weather data, night mode, and automatic brightness control.\n          <\/p>\n          <a href=\"https:\/\/elektrobox.ch\/index.php\/elektroclock\/\" class=\"ebox-featured-button\">View Project<\/a>\n        <\/div>\n      <\/article>\n\n      <article class=\"ebox-featured-card\">\n        <a href=\"https:\/\/elektrobox.ch\/index.php\/lightbox\/\" class=\"ebox-featured-image-link\">\n          <img decoding=\"async\" src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2025\/10\/IMG_2126_unscharf-scaled.jpg\" alt=\"DIY photo lightbox for product photography\" class=\"ebox-featured-image\">\n        <\/a>\n        <div class=\"ebox-featured-content\">\n          <span class=\"ebox-project-badge\">Lighting \u00b7 Photography \u00b7 DIY<\/span>\n          <h3>LightBox<\/h3>\n          <p class=\"ebox-featured-subtitle\">Good light equals good photos<\/p>\n          <p class=\"ebox-featured-text\">\n            Build a 40 \u00d7 40 cm DIY lightbox for cleaner product photos using a wooden frame,\n            diffuser fabric, reflective lining, LED strips, and adjustable lighting.\n          <\/p>\n          <a href=\"https:\/\/elektrobox.ch\/index.php\/lightbox\/\" class=\"ebox-featured-button\">View Project<\/a>\n        <\/div>\n      <\/article>\n\n      <article class=\"ebox-featured-card\">\n        <a href=\"https:\/\/elektrobox.ch\/index.php\/rgb-led-controller\/\" class=\"ebox-featured-image-link\">\n          <img decoding=\"async\" src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/04\/IMG_2536-scaled.jpg\" alt=\"DIY RGB LED controller with touch display\" class=\"ebox-featured-image\">\n        <\/a>\n        <div class=\"ebox-featured-content\">\n          <span class=\"ebox-project-badge\">RGB LEDs \u00b7 Touch Display \u00b7 Controller<\/span>\n          <h3>LED Controller<\/h3>\n          <p class=\"ebox-featured-subtitle\">Take control over your lighting<\/p>\n          <p class=\"ebox-featured-text\">\n            Create a compact RGB LED controller with a touch display and multiple channels\n            for precise brightness, color, and color-temperature control.\n          <\/p>\n          <a href=\"https:\/\/elektrobox.ch\/index.php\/rgb-led-controller\/\" class=\"ebox-featured-button\">View Project<\/a>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/section>\n\n  <section class=\"ebox-projects-section\">\n    <div class=\"ebox-projects-section-header\">\n      <span class=\"ebox-section-label\">Small Projects &amp; Experiments<\/span>\n      <h2>Compact builds and reusable ideas<\/h2>\n      <p>\n        These smaller projects are useful when you want a compact maker idea, a weekend build,\n        or a simple starting point for experimenting with displays, sensors, LEDs, and microcontrollers.\n      <\/p>\n    <\/div>\n\n    <div class=\"ebox-project-list\">\n\n<article class=\"ebox-project-card\">\n  <a href=\"https:\/\/elektrobox.ch\/index.php\/wireless-charging-xbox-controller\/\" class=\"ebox-project-image-link\">\n    <img\n      decoding=\"async\"\n      loading=\"lazy\"\n      src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/07\/wchero.png\"\n      alt=\"Wireless-charging Xbox Series X and S controller with rechargeable lithium battery and charging coil\"\n      class=\"ebox-project-image\"\n    >\n  <\/a>\n\n  <div class=\"ebox-project-content\">\n    <span class=\"ebox-project-small-badge\">Xbox \u00b7 Wireless Charging \u00b7 Battery Mod<\/span>\n\n    <h3 class=\"ebox-project-title\">\n      Wireless-Charging Xbox Controller\n    <\/h3>\n\n    <p class=\"ebox-project-description\">\n      Modify an Xbox Series X|S controller with an internal rechargeable lithium battery,\n      a wireless-charging receiver, and a regulated 3-volt power supply so it is charged\n      and ready whenever you need it.\n    <\/p>\n\n    <a href=\"https:\/\/elektrobox.ch\/index.php\/wireless-charging-xbox-controller\/\" class=\"ebox-project-button\">\n      View Full Tutorial\n    <\/a>\n  <\/div>\n<\/article>\n\n\n      <article class=\"ebox-project-card\">\n        <a href=\"https:\/\/elektrobox.ch\/index.php\/matrix-picture-frame\/\" class=\"ebox-project-image-link\">\n          <img decoding=\"async\" src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/IMG_2602-scaled.jpg\" alt=\"DIY LED Matrix Picture Frame\" class=\"ebox-project-image\">\n        <\/a>\n        <div class=\"ebox-project-content\">\n          <span class=\"ebox-project-small-badge\">ESP32 \u00b7 LED Matrix<\/span>\n          <h3 class=\"ebox-project-title\">DIY LED Matrix Picture Frame<\/h3>\n          <p class=\"ebox-project-description\">\n            Build a DIY LED Matrix Picture Frame using two chained LED matrix panels and an ESP32.\n            Display pixel-art images with RGB565 bitmap data and reuse leftover electronics parts.\n          <\/p>\n          <a href=\"https:\/\/elektrobox.ch\/index.php\/matrix-picture-frame\/\" class=\"ebox-project-button\">View Full Tutorial<\/a>\n        <\/div>\n      <\/article>\n\n      <article class=\"ebox-project-card\">\n        <a href=\"https:\/\/elektrobox.ch\/index.php\/pc_status_monitor\/\" class=\"ebox-project-image-link\">\n          <img decoding=\"async\" src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/IMG_2614-scaled.jpg\" alt=\"DIY PC Status Monitor with ESP32 display\" class=\"ebox-project-image\">\n        <\/a>\n        <div class=\"ebox-project-content\">\n          <span class=\"ebox-project-small-badge\">ESP32 \u00b7 Python \u00b7 Serial<\/span>\n          <h3 class=\"ebox-project-title\">DIY PC Status Monitor<\/h3>\n          <p class=\"ebox-project-description\">\n            Build a PC status monitor that shows live CPU, RAM, GPU, temperature, and clock-speed data\n            using LibreHardwareMonitor, Python, USB serial, and an ESP32 display.\n          <\/p>\n          <a href=\"https:\/\/elektrobox.ch\/index.php\/pc_status_monitor\/\" class=\"ebox-project-button\">View Full Tutorial<\/a>\n        <\/div>\n      <\/article>\n\n      <article class=\"ebox-project-card\">\n        <a href=\"https:\/\/elektrobox.ch\/index.php\/time_tracking_monitor\/\" class=\"ebox-project-image-link\">\n          <img decoding=\"async\" src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/IMG_2652-scaled.jpg\" alt=\"DIY Time Tracking Monitor with Arduino Nano and LED status bar\" class=\"ebox-project-image\">\n        <\/a>\n        <div class=\"ebox-project-content\">\n          <span class=\"ebox-project-small-badge\">Arduino \u00b7 LEDs \u00b7 Timer<\/span>\n          <h3 class=\"ebox-project-title\">DIY Time Tracking Monitor<\/h3>\n          <p class=\"ebox-project-description\">\n            Build a visual time tracking monitor with an Arduino Nano, 12 LEDs, resistors,\n            and one setup button. Perfect for gaming breaks, work sessions, or project timing.\n          <\/p>\n          <a href=\"https:\/\/elektrobox.ch\/index.php\/time_tracking_monitor\/\" class=\"ebox-project-button\">View Full Tutorial<\/a>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>ElektroBox Projects DIY Electronics Projects Explore practical DIY electronics builds with ESP32, Arduino, LED displays, sensors, 3D-printed enclosures, desktop gadgets, and programming workflows. Each project is written to be understandable, reusable, and useful as a starting point for your own build. ESP32 Arduino Displays Sensors 3D Printing Featured Projects Complete builds with hardware and software [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-855455","page","type-page","status-publish","hentry"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":7}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Projects - ElektroBox<\/title>\n<meta name=\"description\" content=\"Explore ElektroBox projects, DIY electronics tutorials, LED builds, smart devices, and hands-on maker projects with step-by-step guides.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elektrobox.ch\/index.php\/projects\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Projects - ElektroBox\" \/>\n<meta property=\"og:description\" content=\"Explore ElektroBox projects, DIY electronics tutorials, LED builds, smart devices, and hands-on maker projects with step-by-step guides.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elektrobox.ch\/index.php\/projects\/\" \/>\n<meta property=\"og:site_name\" content=\"ElektroBox\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-19T17:21:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/elektroslot_thumbnail.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/projects\\\/\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/projects\\\/\",\"name\":\"Projects - ElektroBox\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/projects\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/projects\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/elektroslot_thumbnail.png\",\"datePublished\":\"2025-10-10T10:40:23+00:00\",\"dateModified\":\"2026-07-19T17:21:13+00:00\",\"description\":\"Explore ElektroBox projects, DIY electronics tutorials, LED builds, smart devices, and hands-on maker projects with step-by-step guides.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/projects\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/projects\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/projects\\\/#primaryimage\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/elektroslot_thumbnail.png\",\"contentUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/elektroslot_thumbnail.png\",\"width\":1448,\"height\":1086},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/projects\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elektrobox.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Projects\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#website\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/\",\"name\":\"ElektroBox\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#\\\/schema\\\/person\\\/878bd55e17d9d0b1a53523fa5e90f6b2\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elektrobox.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#\\\/schema\\\/person\\\/878bd55e17d9d0b1a53523fa5e90f6b2\",\"name\":\"Jacob Jarosz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"contentUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"width\":2560,\"height\":2560,\"caption\":\"Jacob Jarosz\"},\"logo\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\"},\"sameAs\":[\"http:\\\/\\\/elektrobox.ch\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Projects - ElektroBox","description":"Explore ElektroBox projects, DIY electronics tutorials, LED builds, smart devices, and hands-on maker projects with step-by-step guides.","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:\/\/elektrobox.ch\/index.php\/projects\/","og_locale":"en_US","og_type":"article","og_title":"Projects - ElektroBox","og_description":"Explore ElektroBox projects, DIY electronics tutorials, LED builds, smart devices, and hands-on maker projects with step-by-step guides.","og_url":"https:\/\/elektrobox.ch\/index.php\/projects\/","og_site_name":"ElektroBox","article_modified_time":"2026-07-19T17:21:13+00:00","og_image":[{"url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/elektroslot_thumbnail.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elektrobox.ch\/index.php\/projects\/","url":"https:\/\/elektrobox.ch\/index.php\/projects\/","name":"Projects - ElektroBox","isPartOf":{"@id":"https:\/\/elektrobox.ch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elektrobox.ch\/index.php\/projects\/#primaryimage"},"image":{"@id":"https:\/\/elektrobox.ch\/index.php\/projects\/#primaryimage"},"thumbnailUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/elektroslot_thumbnail.png","datePublished":"2025-10-10T10:40:23+00:00","dateModified":"2026-07-19T17:21:13+00:00","description":"Explore ElektroBox projects, DIY electronics tutorials, LED builds, smart devices, and hands-on maker projects with step-by-step guides.","breadcrumb":{"@id":"https:\/\/elektrobox.ch\/index.php\/projects\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elektrobox.ch\/index.php\/projects\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elektrobox.ch\/index.php\/projects\/#primaryimage","url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/elektroslot_thumbnail.png","contentUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/elektroslot_thumbnail.png","width":1448,"height":1086},{"@type":"BreadcrumbList","@id":"https:\/\/elektrobox.ch\/index.php\/projects\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elektrobox.ch\/"},{"@type":"ListItem","position":2,"name":"Projects"}]},{"@type":"WebSite","@id":"https:\/\/elektrobox.ch\/#website","url":"https:\/\/elektrobox.ch\/","name":"ElektroBox","description":"","publisher":{"@id":"https:\/\/elektrobox.ch\/#\/schema\/person\/878bd55e17d9d0b1a53523fa5e90f6b2"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elektrobox.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/elektrobox.ch\/#\/schema\/person\/878bd55e17d9d0b1a53523fa5e90f6b2","name":"Jacob Jarosz","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","contentUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","width":2560,"height":2560,"caption":"Jacob Jarosz"},"logo":{"@id":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png"},"sameAs":["http:\/\/elektrobox.ch"]}]}},"_links":{"self":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855455","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/comments?post=855455"}],"version-history":[{"count":32,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855455\/revisions"}],"predecessor-version":[{"id":856473,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855455\/revisions\/856473"}],"wp:attachment":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/media?parent=855455"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}