{"id":855735,"date":"2025-11-21T06:17:01","date_gmt":"2025-11-21T06:17:01","guid":{"rendered":"https:\/\/elektrobox.ch\/?page_id=855735"},"modified":"2026-06-02T19:25:07","modified_gmt":"2026-06-02T19:25:07","slug":"analog-building-blocks","status":"publish","type":"page","link":"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/","title":{"rendered":"Analog Building Blocks"},"content":{"rendered":"\n<div class=\"ebox-learn-page ebox-learn-page--analog\">\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>Analog Building Blocks<\/h1>\n        <p>Learn the analog circuit blocks that appear in sensors, power stages, signal conditioning, LED control, and real-world electronics interfaces.<\/p>\n      <\/div>\n\n<figure class=\"ebox-learn-hero-image\">\n  <img src=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/analog.png\" alt=\"Analog electronics building blocks\" loading=\"lazy\" decoding=\"async\">\n  <figcaption>Analog Building Blocks<\/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>Voltage dividers<\/strong>Scale voltages and create simple reference points.<\/div>\n      <div class=\"ebox-learn-info-card\"><strong>RC filters<\/strong>Smooth noisy signals or create timing behavior.<\/div>\n      <div class=\"ebox-learn-info-card\"><strong>Diodes<\/strong>Control current direction and protect coils or inputs.<\/div>\n      <div class=\"ebox-learn-info-card\"><strong>Transistors and MOSFETs<\/strong>Switch loads that are too large for a microcontroller pin.<\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n    <h2>2. Analog formulas<\/h2>\n    <div class=\"ebox-learn-formula-grid\">\n      <div class=\"ebox-learn-formula\"><strong>Voltage divider<\/strong>Vout = Vin \u00d7 R2 \/ (R1 + R2)<\/div>\n      <div class=\"ebox-learn-formula\"><strong>RC time constant<\/strong>\u03c4 = R \u00d7 C<\/div>\n      <div class=\"ebox-learn-formula\"><strong>RC cutoff<\/strong>fc = 1 \/ (2\u03c0RC)<\/div>\n      <div class=\"ebox-learn-formula\"><strong>MOSFET gate<\/strong>logic-level required<\/div>\n    <\/div>\n  <\/section>\n\n  <section>\n  <h2>3. Learning modules<\/h2>\n  <p>\n    Work through these modules in order. Each module explains one analog building block and shows how it is used in real electronics projects with microcontrollers, sensors, LEDs, motors, and power stages.\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>Voltage dividers<\/strong>\n          <span>Understand voltage scaling, loading, input impedance, and why dividers are not power supplies.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          A voltage divider uses two resistors to create a smaller voltage from a larger one. It is commonly used to scale signals down so they can be safely measured by a microcontroller ADC, or to create a simple reference voltage.\n        <\/p>\n        <p>\n          The important point is that a voltage divider only works correctly when the connected load draws very little current. If the load current is too high, the output voltage drops and the divider no longer gives the expected value.\n        <\/p>\n        <ul>\n          <li><strong>Use it for signals:<\/strong> Good for ADC inputs, sensor outputs, and simple reference points.<\/li>\n          <li><strong>Do not use it as a power supply:<\/strong> A divider cannot reliably power modules, motors, displays, or LEDs.<\/li>\n          <li><strong>Check ADC limits:<\/strong> For example, a 3.3 V microcontroller input must not receive 5 V.<\/li>\n          <li><strong>Watch the resistor values:<\/strong> Very low values waste current; very high values can become noisy or unstable with ADC inputs.<\/li>\n        <\/ul>\n        <p>\n          Practical example: If a sensor outputs 5 V but your ESP32 input only accepts 3.3 V, a voltage divider can scale the signal down before it reaches the ADC pin.\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>Capacitors<\/strong>\n          <span>Use capacitors for smoothing, timing, filtering, buffering, and local decoupling.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          Capacitors store electrical charge for a short time. In practical circuits they are used to smooth supply voltage, reduce noise, create timing behavior, filter signals, and help components survive short current peaks.\n        <\/p>\n        <p>\n          A very common use is decoupling. A small capacitor placed close to an IC or module helps stabilize the local supply voltage when the circuit suddenly needs current.\n        <\/p>\n        <ul>\n          <li><strong>Decoupling:<\/strong> Place small capacitors close to microcontrollers, sensors, and IC power pins.<\/li>\n          <li><strong>Smoothing:<\/strong> Use larger capacitors to reduce supply dips or ripple.<\/li>\n          <li><strong>Filtering:<\/strong> Combine a resistor and capacitor to reduce noise or smooth PWM signals.<\/li>\n          <li><strong>Timing:<\/strong> RC circuits can create delays, slow voltage changes, or simple reset behavior.<\/li>\n          <li><strong>Polarity:<\/strong> Electrolytic capacitors usually have a positive and negative side. Reversing them can damage the capacitor.<\/li>\n        <\/ul>\n        <p>\n          Practical example: If an LED strip causes a microcontroller to reset when switching on, adding a suitable capacitor near the power input can help reduce the voltage dip.\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>Diodes<\/strong>\n          <span>Use diodes for polarity protection, flyback protection, voltage drops, and simple clamping.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          A diode allows current to flow mainly in one direction. This makes it useful for reverse-polarity protection, signal clamping, voltage drop applications, and protecting circuits from inductive voltage spikes.\n        <\/p>\n        <p>\n          One of the most important beginner applications is the flyback diode. When a relay, solenoid, or motor coil is switched off, it can generate a high voltage spike. A flyback diode gives this current a safe path and protects the transistor or microcontroller circuit.\n        <\/p>\n        <ul>\n          <li><strong>Polarity matters:<\/strong> A diode has an anode and cathode. The cathode is usually marked with a stripe.<\/li>\n          <li><strong>Forward voltage:<\/strong> Silicon diodes often drop more voltage than Schottky diodes.<\/li>\n          <li><strong>Flyback protection:<\/strong> Always consider a diode when switching coils, relays, solenoids, or small motors.<\/li>\n          <li><strong>Current rating:<\/strong> The diode must survive the current in the application.<\/li>\n          <li><strong>Reverse voltage rating:<\/strong> The diode must also handle the voltage it blocks.<\/li>\n        <\/ul>\n        <p>\n          Practical example: If an ESP32 switches a relay through a transistor, the relay coil should normally have a flyback diode across it to protect the switching transistor.\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>Transistor switches<\/strong>\n          <span>Drive LEDs, relays, motors, fans, and LED strips without overloading GPIO pins.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          A microcontroller pin can only provide a limited amount of current. Transistors and MOSFETs allow a small control signal to switch a larger load, such as an LED strip, fan, relay, motor, or high-power LED.\n        <\/p>\n        <p>\n          For many DIY electronics projects, a logic-level N-channel MOSFET is used as a low-side switch. The load is connected to the positive supply, the MOSFET switches the path to ground, and the microcontroller controls the gate.\n        <\/p>\n        <ul>\n          <li><strong>Use a common ground:<\/strong> The microcontroller ground and load power supply ground usually need to be connected.<\/li>\n          <li><strong>Use a logic-level MOSFET:<\/strong> The MOSFET must fully turn on with the available gate voltage, for example 3.3 V from an ESP32.<\/li>\n          <li><strong>Add a gate resistor:<\/strong> A small resistor can reduce ringing and limit fast gate current peaks.<\/li>\n          <li><strong>Add a gate pulldown:<\/strong> This keeps the MOSFET off while the microcontroller is starting up.<\/li>\n          <li><strong>Protect inductive loads:<\/strong> Motors, relays, and coils may need flyback protection.<\/li>\n        <\/ul>\n        <p>\n          Practical example: An ESP32 pin should not power an LED strip directly. Instead, the ESP32 controls a MOSFET, and the MOSFET switches the higher strip current safely.\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>Sensor conditioning<\/strong>\n          <span>Prepare analog sensor signals before reading them with an ADC.<\/span>\n        <\/span>\n      <\/summary>\n      <div class=\"ebox-learn-accordion-content\">\n        <p>\n          Sensor conditioning means preparing a real-world sensor signal so a microcontroller can read it reliably. Many sensors do not output a perfect clean voltage. The signal may be too small, too noisy, too high, too slow, or affected by cable length and power supply noise.\n        <\/p>\n        <p>\n          The goal is to bring the signal into the correct voltage range, reduce noise, and make the measurement stable enough for the project. Depending on the sensor, this can be done with a voltage divider, RC filter, pull-up resistor, amplifier, buffer, or software averaging.\n        <\/p>\n        <ul>\n          <li><strong>Match the voltage range:<\/strong> The sensor output must stay within the ADC input range.<\/li>\n          <li><strong>Filter noise:<\/strong> An RC filter can smooth fast noise before the ADC reads the signal.<\/li>\n          <li><strong>Use stable power:<\/strong> Noisy supply voltage can create unstable sensor readings.<\/li>\n          <li><strong>Calibrate readings:<\/strong> Convert raw ADC values into real units such as temperature, light level, or position.<\/li>\n          <li><strong>Check response time:<\/strong> Too much filtering can make the sensor react slowly.<\/li>\n        <\/ul>\n        <p>\n          Practical example: A light-dependent resistor can be used with a voltage divider to create an analog voltage. The microcontroller reads this voltage and converts it into a brightness value.\n        <\/p>\n      <\/div>\n    <\/details>\n\n  <\/div>\n<\/section>\n\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>MOSFET LED driver<\/strong>Control LED strips from an ESP32 output.<\/div>\n      <div class=\"ebox-learn-project-card\"><strong>RC filter<\/strong>Smooth a PWM signal or reduce noise.<\/div>\n      <div class=\"ebox-learn-project-card\"><strong>Sensor divider<\/strong>Read variable resistance as an analog voltage.<\/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>Analog building blocks connect digital controllers to real-world signals, sensors, and loads.<\/p>\n  <\/section>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Learn Electronics Analog Building Blocks Learn the analog circuit blocks that appear in sensors, power stages, signal conditioning, LED control, and real-world electronics interfaces. Analog Building Blocks 1. What you will learn Voltage dividersScale voltages and create simple reference points. RC filtersSmooth noisy signals or create timing behavior. DiodesControl current direction and protect coils or [&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-855735","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>Analog Building Blocks - ElektroBox<\/title>\n<meta name=\"description\" content=\"Learn analog building blocks with ElektroBox: passive filters, op-amps, active filters, comparators, and analog sensor basics.\" \/>\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\/analog-building-blocks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Analog Building Blocks - ElektroBox\" \/>\n<meta property=\"og:description\" content=\"Learn analog building blocks with ElektroBox: passive filters, op-amps, active filters, comparators, and analog sensor basics.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/\" \/>\n<meta property=\"og:site_name\" content=\"ElektroBox\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-02T19:25:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/analog.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\\\/analog-building-blocks\\\/\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/analog-building-blocks\\\/\",\"name\":\"Analog Building Blocks - ElektroBox\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/analog-building-blocks\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/analog-building-blocks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/analog.png\",\"datePublished\":\"2025-11-21T06:17:01+00:00\",\"dateModified\":\"2026-06-02T19:25:07+00:00\",\"description\":\"Learn analog building blocks with ElektroBox: passive filters, op-amps, active filters, comparators, and analog sensor basics.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/analog-building-blocks\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/analog-building-blocks\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/analog-building-blocks\\\/#primaryimage\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/analog.png\",\"contentUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/analog.png\",\"width\":348,\"height\":201},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/analog-building-blocks\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elektrobox.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Analog Building Blocks\"}]},{\"@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":"Analog Building Blocks - ElektroBox","description":"Learn analog building blocks with ElektroBox: passive filters, op-amps, active filters, comparators, and analog sensor basics.","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\/analog-building-blocks\/","og_locale":"en_US","og_type":"article","og_title":"Analog Building Blocks - ElektroBox","og_description":"Learn analog building blocks with ElektroBox: passive filters, op-amps, active filters, comparators, and analog sensor basics.","og_url":"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/","og_site_name":"ElektroBox","article_modified_time":"2026-06-02T19:25:07+00:00","og_image":[{"url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/analog.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\/analog-building-blocks\/","url":"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/","name":"Analog Building Blocks - ElektroBox","isPartOf":{"@id":"https:\/\/elektrobox.ch\/#website"},"primaryImageOfPage":{"@id":"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/#primaryimage"},"image":{"@id":"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/#primaryimage"},"thumbnailUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/analog.png","datePublished":"2025-11-21T06:17:01+00:00","dateModified":"2026-06-02T19:25:07+00:00","description":"Learn analog building blocks with ElektroBox: passive filters, op-amps, active filters, comparators, and analog sensor basics.","breadcrumb":{"@id":"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/#primaryimage","url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/analog.png","contentUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/06\/analog.png","width":348,"height":201},{"@type":"BreadcrumbList","@id":"https:\/\/elektrobox.ch\/index.php\/analog-building-blocks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elektrobox.ch\/"},{"@type":"ListItem","position":2,"name":"Analog Building Blocks"}]},{"@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\/855735","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=855735"}],"version-history":[{"count":11,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855735\/revisions"}],"predecessor-version":[{"id":856413,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/855735\/revisions\/856413"}],"wp:attachment":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/media?parent=855735"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}