{"id":855733,"date":"2025-11-21T06:16:09","date_gmt":"2025-11-21T06:16:09","guid":{"rendered":"https:\/\/elektrobox.ch\/?page_id=855733"},"modified":"2026-06-02T19:24:41","modified_gmt":"2026-06-02T19:24:41","slug":"practical-electronics-build-skills","status":"publish","type":"page","link":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/","title":{"rendered":"Practical Electronics Build Skills"},"content":{"rendered":"\n<div class=\"ebox-learn-page ebox-learn-page--build\">\n\n  <section class=\"ebox-learn-hero\">\n    <div class=\"ebox-learn-hero-grid\">\n      <div class=\"ebox-learn-hero-text\">\n        <span class=\"ebox-learn-label\">Learn Electronics<\/span>\n        <h1>Practical Electronics Build Skills<\/h1>\n        <p>Learn the hands-on skills required to turn electronics ideas into reliable physical builds: breadboarding, soldering, wiring, connectors, strain relief, and enclosure planning.<\/p>\n      <\/div>\n\n<figure class=\"ebox-learn-hero-image\">\n  <img src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/build.png\" alt=\"solderingiron, solderwick and PCB\" loading=\"lazy\" decoding=\"async\">\n  <figcaption>Practical Build Skills<\/figcaption>\n<\/figure>\n  <\/div><\/section>\n\n  <section>\n    <h2>1. What you will learn<\/h2>\n    <div class=\"ebox-learn-summary-grid\">\n      <div class=\"ebox-learn-info-card\"><strong>Breadboarding<\/strong>Build a fast first prototype before soldering or designing a PCB.<\/div>\n      <div class=\"ebox-learn-info-card\"><strong>Soldering<\/strong>Create reliable permanent electrical connections.<\/div>\n      <div class=\"ebox-learn-info-card\"><strong>Wiring<\/strong>Plan signal, power, ground, and connector paths cleanly.<\/div>\n      <div class=\"ebox-learn-info-card\"><strong>Assembly<\/strong>Fit electronics into an enclosure without stressing wires or components.<\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>2. Build checks<\/h2>\n    <div class=\"ebox-learn-formula-grid\">\n      <div class=\"ebox-learn-formula\"><strong>LED resistor<\/strong>R = (Vsupply &#8211; Vf) \/ I<\/div>\n      <div class=\"ebox-learn-formula\"><strong>Pull resistor<\/strong>typical 4.7 k\u03a9 to 10 k\u03a9<\/div>\n      <div class=\"ebox-learn-formula\"><strong>Button input<\/strong>debounce required<\/div>\n      <div class=\"ebox-learn-formula\"><strong>Connector direction<\/strong>check before soldering<\/div>\n    <\/div>\n  <\/section>\n\n<section>\n  <h2>3. Learning modules<\/h2>\n  <p>\n    Work through these modules in order. Each one teaches a practical build skill that helps turn a quick prototype into a clean, reliable electronics project.\n  <\/p>\n\n  <div class=\"ebox-learn-accordion-list\">\n\n    <details class=\"ebox-learn-accordion\" open=\"\">\n      <summary>\n        <span class=\"ebox-learn-step-number\">1<\/span>\n        <span class=\"ebox-learn-summary-title\">\n          <strong>Breadboard first<\/strong>\n          <span>Validate the risky or unknown parts of the circuit before soldering.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          A breadboard is useful for testing the parts of a circuit that are still uncertain. Before you solder wires or design a PCB, test the sensor, display, button, LED, motor driver, or communication interface separately. This helps you find wiring mistakes and wrong assumptions early.\n        <\/p>\n        <p>\n          Do not try to build the full project at once. Start with the smallest working version. For example, if your project uses an ESP32, a button, and a display, first test the ESP32 alone, then the button, then the display, and only then combine everything.\n        <\/p>\n        <ul>\n          <li><strong>Start simple:<\/strong> Test one module or function at a time.<\/li>\n          <li><strong>Check power first:<\/strong> Confirm the correct voltage before connecting sensitive parts.<\/li>\n          <li><strong>Use short wires:<\/strong> Long jumper wires can cause unstable signals and loose connections.<\/li>\n          <li><strong>Document working wiring:<\/strong> Take a photo or write down the exact connections before changing anything.<\/li>\n        <\/ul>\n        <p>\n          A good breadboard test answers one clear question: \u201cDoes this part of the circuit work as expected?\u201d Once the answer is yes, you can move to a more permanent build.\n        <\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"ebox-learn-accordion\">\n      <summary>\n        <span class=\"ebox-learn-step-number\">2<\/span>\n        <span class=\"ebox-learn-summary-title\">\n          <strong>Pin planning<\/strong>\n          <span>Create a clear pin table for modules, sensors, buttons, LEDs, and displays.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          Pin planning prevents confusion when the project grows. A simple pin table shows which microcontroller pin connects to each module, button, LED, display, or connector. This is especially important when using boards like an Arduino, ESP32, or Raspberry Pi Pico, where some pins may have special functions or limitations.\n        <\/p>\n        <p>\n          Create the pin table before soldering. Include the signal name, microcontroller pin, module pin, voltage level, and a short note. This makes debugging much easier later.\n        <\/p>\n        <ul>\n          <li><strong>Use clear names:<\/strong> For example BUTTON_START, OLED_SCL, LED_DATA, or FAN_PWM.<\/li>\n          <li><strong>Check voltage levels:<\/strong> Make sure 5 V modules are safe for 3.3 V microcontroller pins.<\/li>\n          <li><strong>Avoid boot-sensitive pins:<\/strong> Some ESP32 pins affect startup and should not be pulled high or low accidentally.<\/li>\n          <li><strong>Reserve programming pins:<\/strong> Keep USB, UART, reset, and boot pins accessible when possible.<\/li>\n        <\/ul>\n        <p>\n          A clean pin plan also helps when writing code, because your pin definitions can directly match your wiring documentation.\n        <\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"ebox-learn-accordion\">\n      <summary>\n        <span class=\"ebox-learn-step-number\">3<\/span>\n        <span class=\"ebox-learn-summary-title\">\n          <strong>Clean soldering<\/strong>\n          <span>Use enough heat, inspect every joint, and avoid bridges.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          Soldering creates the permanent electrical connections in your project. A good solder joint should look smooth, shiny, and mechanically stable. A bad joint can cause random resets, flickering LEDs, unstable sensors, or complete failure after the project is moved.\n        <\/p>\n        <p>\n          Heat both the pad and the component lead, then feed solder into the joint. Do not only melt solder onto the iron tip. The solder should flow onto the heated metal surfaces, not sit on top like a blob.\n        <\/p>\n        <ul>\n          <li><strong>Use the right temperature:<\/strong> Around 320\u2013370 \u00b0C is typical for many lead-free electronics jobs.<\/li>\n          <li><strong>Keep the tip clean:<\/strong> Wipe and tin the soldering iron regularly.<\/li>\n          <li><strong>Inspect every joint:<\/strong> Look for dull joints, cracks, bridges, or pads without enough solder.<\/li>\n          <li><strong>Use flux when needed:<\/strong> Flux helps solder flow and improves difficult joints.<\/li>\n          <li><strong>Test continuity:<\/strong> After soldering, check important connections with a multimeter.<\/li>\n        <\/ul>\n        <p>\n          Common beginner mistakes are using too little heat, moving the wire before the solder cools, applying too much solder, or accidentally bridging two nearby pads.\n        <\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"ebox-learn-accordion\">\n      <summary>\n        <span class=\"ebox-learn-step-number\">4<\/span>\n        <span class=\"ebox-learn-summary-title\">\n          <strong>Connectors and cable routing<\/strong>\n          <span>Make the build easier to assemble, maintain, and repair.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          Connectors make a project easier to assemble, repair, and modify. Instead of soldering every cable permanently, use connectors for displays, sensors, buttons, power input, LED strips, batteries, and external modules.\n        <\/p>\n        <p>\n          Cable routing is just as important as the connector itself. Wires should not be stretched, pinched, sharply bent, or routed across hot components. A clean wiring layout reduces mechanical stress and makes the project easier to understand later.\n        <\/p>\n        <ul>\n          <li><strong>Use matching connector types:<\/strong> Choose connectors that fit the current, voltage, size, and number of pins.<\/li>\n          <li><strong>Mark polarity:<\/strong> Clearly label plus, minus, signal, and ground.<\/li>\n          <li><strong>Add strain relief:<\/strong> Prevent cable movement from pulling directly on solder joints.<\/li>\n          <li><strong>Separate power and signals:<\/strong> Keep noisy motor, LED, or power wires away from sensitive signal lines when possible.<\/li>\n          <li><strong>Leave service length:<\/strong> Add enough cable length so the enclosure can be opened without ripping wires out.<\/li>\n        <\/ul>\n        <p>\n          A good build should be understandable even after several weeks. Color-coded wires, labels, and consistent connector orientation help a lot.\n        <\/p>\n      <\/div>\n    <\/details>\n\n    <details class=\"ebox-learn-accordion\">\n      <summary>\n        <span class=\"ebox-learn-step-number\">5<\/span>\n        <span class=\"ebox-learn-summary-title\">\n          <strong>Enclosure preparation<\/strong>\n          <span>Plan mounting holes, cable exit points, ventilation, and access to buttons or ports.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          The enclosure should be planned before the final soldering step. Many projects work on the desk but fail when they are installed into a case because connectors are blocked, wires are too short, buttons do not align, or the USB port is no longer accessible.\n        <\/p>\n        <p>\n          Place the main components first: display, PCB, battery, buttons, switches, connectors, and mounting screws. Then check the cable paths and make sure the enclosure can still close without pressing on components.\n        <\/p>\n        <ul>\n          <li><strong>Check dimensions:<\/strong> Measure the real parts, not only the datasheet drawing.<\/li>\n          <li><strong>Plan access:<\/strong> Keep USB ports, power switches, reset buttons, and charging connectors reachable.<\/li>\n          <li><strong>Use mounting points:<\/strong> Avoid loose PCBs inside the enclosure.<\/li>\n          <li><strong>Protect wires:<\/strong> Use grommets or rounded edges where cables leave the case.<\/li>\n          <li><strong>Consider heat:<\/strong> Add ventilation or spacing for regulators, LEDs, power resistors, and motor drivers.<\/li>\n        <\/ul>\n        <p>\n          Before final assembly, do a dry fit without glue or permanent fastening. Confirm that all parts fit, all cables reach, and the device can still be opened for repair.\n        <\/p>\n      <\/div>\n    <\/details>\n\n  <\/div>\n<\/section>\n  <section>\n    <h2>4. Project connections<\/h2>\n    <p>\n      These examples show where the topic appears in practical ElektroBox builds.\n    <\/p>\n\n    <div class=\"ebox-learn-project-grid\">\n      <div class=\"ebox-learn-project-card\"><strong>LED progress bar<\/strong>Build and align a multi-LED indicator.<\/div>\n      <div class=\"ebox-learn-project-card\"><strong>Button input board<\/strong>Wire a stable single-button interface.<\/div>\n      <div class=\"ebox-learn-project-card\"><strong>Display enclosure<\/strong>Mount a display and controller cleanly in a printed or laser-cut case.<\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>5. Common mistakes<\/h2>\n\n    <div class=\"ebox-learn-details-list\">\n      <details>\n        <summary>Skipping basic checks<\/summary>\n        <div class=\"ebox-learn-details-content\">\n          <p>Always verify power, ground, polarity, pin assignment, and the simplest possible test case first.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>Changing too many things at once<\/summary>\n        <div class=\"ebox-learn-details-content\">\n          <p>Change one variable, test again, and document the result. This keeps debugging controlled.<\/p>\n        <\/div>\n      <\/details>\n\n      <details>\n        <summary>Ignoring component limits<\/summary>\n        <div class=\"ebox-learn-details-content\">\n          <p>Check voltage, current, heat, pin limits, and power ratings before assuming a circuit is safe.<\/p>\n        <\/div>\n      <\/details>\n    <\/div>\n  <\/section>\n\n  <section class=\"ebox-learn-final-box\">\n    <h2>Final takeaway<\/h2>\n    <p>A project is not finished when the circuit works once on a breadboard. Practical build skills turn prototypes into usable devices.<\/p>\n  <\/section>\n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn Electronics Practical Electronics Build Skills Learn the hands-on skills required to turn electronics ideas into reliable physical builds: breadboarding, soldering, wiring, connectors, strain relief, and enclosure planning. Practical Build Skills 1. What you will learn BreadboardingBuild a fast first prototype before soldering or designing a PCB. SolderingCreate reliable permanent electrical connections. WiringPlan signal, power, [&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-855733","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>Practical Electronics Build Skills - ElektroBox<\/title>\n<meta name=\"description\" content=\"Learn practical electronics build skills, including breadboarding, soldering, wiring, connectors, enclosures, and reliable assembly\" \/>\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\/practical-electronics-build-skills\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Practical Electronics Build Skills - ElektroBox\" \/>\n<meta property=\"og:description\" content=\"Learn practical electronics build skills, including breadboarding, soldering, wiring, connectors, enclosures, and reliable assembly\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/\" \/>\n<meta property=\"og:site_name\" content=\"ElektroBox\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-02T19:24:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/build.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=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/practical-electronics-build-skills\\\/\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/practical-electronics-build-skills\\\/\",\"name\":\"Practical Electronics Build Skills - ElektroBox\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/practical-electronics-build-skills\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/practical-electronics-build-skills\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/build.png\",\"datePublished\":\"2025-11-21T06:16:09+00:00\",\"dateModified\":\"2026-06-02T19:24:41+00:00\",\"description\":\"Learn practical electronics build skills, including breadboarding, soldering, wiring, connectors, enclosures, and reliable assembly\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/practical-electronics-build-skills\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/practical-electronics-build-skills\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/practical-electronics-build-skills\\\/#primaryimage\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/build.png\",\"contentUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/build.png\",\"width\":363,\"height\":227},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/practical-electronics-build-skills\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elektrobox.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Practical Electronics Build Skills\"}]},{\"@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":"Practical Electronics Build Skills - ElektroBox","description":"Learn practical electronics build skills, including breadboarding, soldering, wiring, connectors, enclosures, and reliable assembly","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\/practical-electronics-build-skills\/","og_locale":"en_US","og_type":"article","og_title":"Practical Electronics Build Skills - ElektroBox","og_description":"Learn practical electronics build skills, including breadboarding, soldering, wiring, connectors, enclosures, and reliable assembly","og_url":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/","og_site_name":"ElektroBox","article_modified_time":"2026-06-02T19:24:41+00:00","og_image":[{"url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/build.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/","url":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/","name":"Practical Electronics Build Skills - ElektroBox","isPartOf":{"@id":"https:\/\/elektrobox.ch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/#primaryimage"},"image":{"@id":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/#primaryimage"},"thumbnailUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/build.png","datePublished":"2025-11-21T06:16:09+00:00","dateModified":"2026-06-02T19:24:41+00:00","description":"Learn practical electronics build skills, including breadboarding, soldering, wiring, connectors, enclosures, and reliable assembly","breadcrumb":{"@id":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/#primaryimage","url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/build.png","contentUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/build.png","width":363,"height":227},{"@type":"BreadcrumbList","@id":"https:\/\/elektrobox.ch\/index.php\/practical-electronics-build-skills\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elektrobox.ch\/"},{"@type":"ListItem","position":2,"name":"Practical Electronics Build Skills"}]},{"@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\/855733","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=855733"}],"version-history":[{"count":9,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855733\/revisions"}],"predecessor-version":[{"id":856412,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855733\/revisions\/856412"}],"wp:attachment":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/media?parent=855733"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}