{"id":7847,"date":"2025-11-29T06:52:17","date_gmt":"2025-11-29T05:52:17","guid":{"rendered":"https:\/\/web-dev-weissblau.de\/microconsult\/?p=7847"},"modified":"2026-02-13T15:16:15","modified_gmt":"2026-02-13T14:16:15","slug":"iot-connectivity-with-limited-resources-is-no-problem","status":"publish","type":"post","link":"https:\/\/www.microconsult.de\/en\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/","title":{"rendered":"IoT connectivity with limited resources? No problem!"},"content":{"rendered":"<h2>Experiences with embedded software for small IoT nodes<\/h2>\n<p style=\"text-align: left;\" align=\"center\">Author: Andreas Foltinek, IMACS GmbH<\/p>\n<h3>Contribution \u2013 Embedded Software Engineering Congress 2017<\/h3>\n<p class=\"Standard1\"><strong>Remote data communication between technical systems is as old as the systems themselves. With the ever-expanding and faster web infrastructure, it&#039;s a natural step to utilize it for technical systems, leading to the established terms IoT and IIoT. Based on Linux\/Windows or similar operating systems, implementing IoT capabilities from a software perspective is now manageable. Unfortunately, however, Linux-based systems and similar systems are unsuitable for many applications for a variety of reasons (component\/manufacturing costs, boot process, complexity, stability, energy consumption), especially when higher production volumes and thus increased efficiency are required. Implementing IoT on &quot;small&quot; embedded targets, on the other hand, presents a greater software challenge. The following practical report demonstrates that even with the resources of smaller 32-bit single-chip controllers, typical IoT features such as TCP\/IP protocols, web client\/server functionality, push mechanisms, and firmware updates via the cloud can be easily implemented \u2013 while also meeting current security standards. The following section explains the experiences from several such projects regarding hardware, toolchain, RTOS, stacks, drivers and their special features in integration, commissioning and daily use.<\/strong><\/p>\n<h3 class=\"Standard1\">IoT connectivity \u2013 environment classification<\/h3>\n<p class=\"Standard1\">To implement an IoT-enabled device or integrate an IoT interface into a device, the relevant use cases and the resulting requirements should first be clearly defined. The following aspects should be considered:<\/p>\n<h3 class=\"Standard1\">Use Case<\/h3>\n<ul>\n<li>Quantity and therefore cost relevance as well as possible hardware configuration of the system<\/li>\n<li>Typical use case: How often does communication with the cloud need to be performed? How often\/quickly is the device &quot;operated&quot; via the cloud?<\/li>\n<li>Required data volume (at specific points) and data volume (on average over the long term)<\/li>\n<li>Security requirements, for example, arise from the operating environment. However, not every device that communicates via web technology is connected to the internet. Many company-local intranet applications are no less interesting.<\/li>\n<li>Additional device tasks besides IoT connectivity (controllers, bus systems, HMI, \u2026) and the associated additional resource requirements.<\/li>\n<li>Availability or required offline operation and data buffering in case of internet outage<\/li>\n<li>User environment: Installation by professionals to non-technical users.<\/li>\n<li>Configurability: How and with what tools is the device configured at the beginning, and what actions\/information are reasonable for the user?<\/li>\n<li>Cloud type: In the traditional approach, the cloud provides a web server. Newer concepts, however, operate on the basis of MQTT or OPC UA. Depending on the project, both offer advantages and disadvantages that need to be weighed.<\/li>\n<li>Cloud flexibility: Is it an existing system &quot;as it is&quot; (e.g., that of the &quot;large providers&quot;) with fixed interfaces\/functions, or is a customized cloud solution with customizable processing possible\/planned?<\/li>\n<li>Device update capability via cloud<\/li>\n<li>Response speed (times for event on device to cloud or cloud to device)<\/li>\n<\/ul>\n<h3 class=\"Standard1\">Types of use and device-specific functions\/features<\/h3>\n<p class=\"Standard1\">What is the primary function of the device?<\/p>\n<ul>\n<li>Gateway, meaning its main task is data transmission, collection, and processing.<\/li>\n<\/ul>\n<ul>\n<li>or a device with its own demanding main function, e.g., safety, real-time, HMI, communication interfaces to other systems, mass storage such as USB sticks\/SD cards, analog\/digital EAs<\/li>\n<\/ul>\n<h3 class=\"Standard1\">Physical interfaces to the cloud<\/h3>\n<p class=\"Standard1\">Which connection technologies should be used? The following are generally available and established:<\/p>\n<ul>\n<li>Primarily TCP\/IP-based: Ethernet \/ WLAN \/ Powerline LAN \/ Mobile (GPRS, LTE, \u2026)<\/li>\n<li>Secondary TCP\/IP based: LPWAN (Sigfox, LoRa)<\/li>\n<\/ul>\n<p class=\"Standard1\">The latter form a separate class of systems and, due to their technology, require significantly fewer resources; however, they are therefore only relevant for a specific application area. These will not be considered further below.<\/p>\n<h3 class=\"Standard1\">Security<\/h3>\n<p class=\"Standard1\">The initially obvious use of secure tunnels (e.g., VPN) is unfortunately ruled out in most cases due to the complex installation or lack of acceptance. For the straightforward installation and operation of an IoT device, a free internet connection should suffice.<\/p>\n<p class=\"Standard1\">However, this means that attacks in various forms (eavesdropping, manipulation) are possible at any point in the connection. The use of established, sometimes even directly readable, formats\/protocols (XML, JSON, HTTP, etc.) further exacerbates this issue.<\/p>\n<p class=\"Standard1\">Therefore, the following protective mechanisms (individually or in combination) should be planned:<\/p>\n<ul>\n<li>The connection must only be established from the IoT device to the cloud, i.e., the device acts as a web client (exception: installation activities if the device does not have its own HMI or other mechanisms).<\/li>\n<li>The exchanged data should be encrypted using a certificate-based mechanism (currently TLS1.2).<\/li>\n<li>Necessary external access channels (e.g., web servers for configuration) should be extremely limited in scope and functionality.<\/li>\n<\/ul>\n<p class=\"Standard1\">The following variations are also possible when using certificates:<\/p>\n<ul>\n<li>Use of self-generated certificates or those from a known certificate provider.<\/li>\n<li>Certificate validity is limited in time or unlimited in duration<\/li>\n<li>Using one certificate for all copies of a device or copy-specific certificates (better, but more complex handling).<\/li>\n<\/ul>\n<p class=\"Standard1\">In addition, customers increasingly want to use the existing IoT interface to connect directly locally (via mobile device) or with &quot;external,&quot; non-certificate-supporting systems (e.g., smart home, building technology, etc.). The procedure described above applies depending on the type of communication (client\/server).<\/p>\n<h2 class=\"Standard1\">Hardware platforms<\/h2>\n<p class=\"Standard1\">What does &quot;narrow&quot; mean? To keep costs as low as possible, targets of the Cortex M3\/M4 or PIC32 MX\/MZ class were used, with processor-internal memory ranging from 256kB flash, 128kB RAM, 80MHz to 2048kB flash, 512kB RAM, 200MHz.<\/p>\n<p class=\"Standard1\">Even with the smallest hardware configuration, less than 50% of resources were required for IoT functionality, despite LAN and WLAN support. A 100 Mbit Ethernet interface with an external PHY and the controller&#039;s own MAC unit was always used, and WLAN and Powerline LAN via SPI were added in various combinations.<\/p>\n<p class=\"Standard1\">To implement the primary IoT capability, only a serial EEPROM (for storing access data) was required. To meet application-specific requirements (offline buffering, updates, logging), this was supplemented in some cases with a data flash, a USB master interface (for memory sticks), and an SD card. The PCB was implemented in a two-layer design in most cases and still fully met the EMC requirements immediately.<\/p>\n<h2 class=\"Standard1\">Software components and scope<\/h2>\n<p class=\"Standard1\">The vendor-provided toolchains and libraries were used in combination with FreeRTOS to create the base software (lower layers). Wolf-SSL was used as the TLS stack where necessary.<\/p>\n<p class=\"Standard1\">In addition to the various HAL components, the systems included up to 2 web clients (access to the cloud via LAN and WLAN or Powerline-LAN) and a web server (access for local app) (thus also providing 3 instances of the TLS stack).<\/p>\n<p class=\"Standard1\">In addition, there was the actual customer-specific application layer (user data communication, data evaluation and processing, etc.), which was developed using a model-based approach and generated via a code generator. Constantly growing model libraries significantly facilitated the development of subsequent projects and even enabled the preliminary execution\/testing of the application on a PC platform with full IoT functionality.<\/p>\n<h2 class=\"Standard1\">integration<\/h2>\n<p class=\"Standard1\">Despite functional reference designs, using the manufacturer&#039;s code naturally meant a time-consuming learning curve and the discovery of bugs, which were, however, quickly resolved by the manufacturer. New manufacturer versions also required various adjustments to the application code we had developed up to that point. This proved worthwhile, however, in the implementation of subsequent projects on this platform.<\/p>\n<p class=\"Standard1\">The model-based development system also offered the possibility of PC visualization, which was linked to the target via an interface and displayed all variables and events online, recording them in logs. This significantly simplified the debugging of errors, which often only appeared after days of continuous operation.<\/p>\n<h2 class=\"Standard1\">Experience and insights<\/h2>\n<p class=\"Standard1\">In the projects of this type carried out so far, the following aspects were considered important and noteworthy:<\/p>\n<ul>\n<li>Naturally, such systems exchange a lot of data via buffers, the size of which is limited by general resource constraints. Testing mechanisms should be in place to detect when these buffers are too small.<\/li>\n<li>Since problems often only arise\/are detected in conjunction with the cloud, correlated logging of data internally with data to\/from the cloud for analysis is essential.<\/li>\n<li>Due to numerous parallel and frequent processing operations, the task scheduling and the allocation of computing time should be measured and evaluated. Several processes were not written with optimal timing in mind, which often only becomes apparent some time after implementation and is therefore not natively detectable.<\/li>\n<li>Define and provide debugging capabilities early on (WireShark, cloud protocols, etc.)<\/li>\n<li>The customer&#039;s and production&#039;s perspectives need to be reviewed regularly. Handling IT\/web technology requires many steps that are normal for a developer, but sometimes unreasonable for a customer and therefore need to be redesigned.<\/li>\n<\/ul>\n<h2 class=\"Standard1\">author<\/h2>\n<p class=\"Standard1\">Andreas Foltinek studied electrical engineering at the University of Stuttgart and can look back on over 30 years of experience in embedded hardware and software.<\/p>\n<p class=\"Standard1\">In 1994, he founded IMACS and has since been responsible for research and development as its managing director. As the initiator of a UML-based CASE tool system and a modular open-source hardware system, his passion lies in simplifying and avoiding redundancy in the development of embedded hardware and software through modularity, reuse, and especially model-based methods and generation.<\/p>\n<p><a title=\"Technical information_ESE_iot-connection_imacs_foltinek\" href=\"https:\/\/www.microconsult.de\/wp-content\/uploads\/2025\/12\/fachinfo_ese_iot-anbindung_imacs_foltinek.pdf\" target=\"_blank\" rel=\"noopener\"><strong>Download the article as a PDF<\/strong><\/a><\/p>\n<hr \/>\n<h2>IoT \/ Industry 4.0 \u2013 our training courses &amp; coaching<\/h2>\n<p><strong>Do you want to bring yourself up to date with the latest technology?<\/strong><\/p>\n<p>Then find out more\u00a0<a title=\"System and hardware development training and coaching\" href=\"https:\/\/www.microconsult.de\/en\/all-training-dates-complete-overview\/\" target=\"_blank\" rel=\"noopener\"><strong>here<\/strong>\u00a0<\/a>MircoConsult offers training courses\/seminars\/workshops and individual coaching on the topics of IoT\/Industry 4.0\/system and hardware development.<\/p>\n<p><strong>Training &amp; coaching on the other topics in our portfolio can be found here.\u00a0<a title=\"Training &amp; Consulting - all topics\" href=\"https:\/\/www.microconsult.de\/en\/training-beratung\/\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/strong><\/p>\n<hr \/>\n<h2>IoT \/ Industry 4.0 \u2013 Expertise<\/h2>\n<p>Valuable expertise in IoT\/Industry 4.0\/system and hardware development is available.\u00a0<a title=\"Systems and Hardware Engineering\" href=\"https:\/\/www.microconsult.de\/en\/system-and-hardware-development\/\" target=\"_blank\" rel=\"noopener\"><strong>here<\/strong>\u00a0<\/a>Available for you to download free of charge.<\/p>\n<p><a title=\"Systems and Hardware Engineering\" href=\"https:\/\/www.microconsult.de\/en\/system-and-hardware-development\/\" target=\"_blank\" rel=\"noopener\"><strong>To the specialist information<\/strong><\/a><\/p>\n<p><strong>You can find expertise on other topics in our portfolio here. <a title=\"Technical information\" href=\"https:\/\/www.microconsult.de\/en\/specialist-knowledge\/\" target=\"_blank\" rel=\"noopener\">here<\/a>.<\/strong><\/p>","protected":false},"excerpt":{"rendered":"<p>Erfahrungen mit Embedded-Software f\u00fcr kleine IoT-Knoten Autor: Andreas Foltinek, IMACS GmbH Beitrag &#8211; Embedded Software Engineering Kongress 2017 Eine Datenfernkommunikation zwischen technischen Systemen ist so alt wie die Systeme selbst. Durch die immer weitere und schnellere Web-Infrastruktur liegt es nahe, diese f\u00fcr technische Systeme zu nutzen, wof\u00fcr sich die Begriffe IoT bzw. IIoT etabliert haben. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","inline_featured_image":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-7847","post","type-post","status-publish","format-standard","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>IoT-Anbindung mit schmalen Ressourcen? Kein Problem! - MicroConsult Academy GmbH<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microconsult.de\/en\/iot-connectivity-with-limited-resources-is-no-problem\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"IoT-Anbindung mit schmalen Ressourcen? Kein Problem! - MicroConsult Academy GmbH\" \/>\n<meta property=\"og:description\" content=\"Erfahrungen mit Embedded-Software f\u00fcr kleine IoT-Knoten Autor: Andreas Foltinek, IMACS GmbH Beitrag &#8211; Embedded Software Engineering Kongress 2017 Eine Datenfernkommunikation zwischen technischen Systemen ist so alt wie die Systeme selbst. Durch die immer weitere und schnellere Web-Infrastruktur liegt es nahe, diese f\u00fcr technische Systeme zu nutzen, wof\u00fcr sich die Begriffe IoT bzw. IIoT etabliert haben. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microconsult.de\/en\/iot-connectivity-with-limited-resources-is-no-problem\/\" \/>\n<meta property=\"og:site_name\" content=\"MicroConsult Academy GmbH\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-29T05:52:17+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-13T14:16:15+00:00\" \/>\n<meta name=\"author\" content=\"weissblau media\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"weissblau media\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/\"},\"author\":{\"name\":\"weissblau media\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#\\\/schema\\\/person\\\/b6d4c4ae959b068fbe8d9416ed019a0a\"},\"headline\":\"IoT-Anbindung mit schmalen Ressourcen? Kein Problem!\",\"datePublished\":\"2025-11-29T05:52:17+00:00\",\"dateModified\":\"2026-02-13T14:16:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/\"},\"wordCount\":1525,\"commentCount\":0,\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/\",\"url\":\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/\",\"name\":\"IoT-Anbindung mit schmalen Ressourcen? Kein Problem! - MicroConsult Academy GmbH\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#website\"},\"datePublished\":\"2025-11-29T05:52:17+00:00\",\"dateModified\":\"2026-02-13T14:16:15+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#\\\/schema\\\/person\\\/b6d4c4ae959b068fbe8d9416ed019a0a\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.microconsult.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"IoT-Anbindung mit schmalen Ressourcen? Kein Problem!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#website\",\"url\":\"https:\\\/\\\/www.microconsult.de\\\/\",\"name\":\"MicroConsult Academy GmbH\",\"description\":\"Professionelle Schulungen, Beratung und Projektunterst\u00fctzung\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.microconsult.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#\\\/schema\\\/person\\\/b6d4c4ae959b068fbe8d9416ed019a0a\",\"name\":\"weissblau media\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g\",\"caption\":\"weissblau media\"},\"sameAs\":[\"https:\\\/\\\/www.microconsult.de\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"IoT connectivity with limited resources? No problem! - MicroConsult Academy GmbH","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:\/\/www.microconsult.de\/en\/iot-connectivity-with-limited-resources-is-no-problem\/","og_locale":"en_GB","og_type":"article","og_title":"IoT-Anbindung mit schmalen Ressourcen? Kein Problem! - MicroConsult Academy GmbH","og_description":"Erfahrungen mit Embedded-Software f\u00fcr kleine IoT-Knoten Autor: Andreas Foltinek, IMACS GmbH Beitrag &#8211; Embedded Software Engineering Kongress 2017 Eine Datenfernkommunikation zwischen technischen Systemen ist so alt wie die Systeme selbst. Durch die immer weitere und schnellere Web-Infrastruktur liegt es nahe, diese f\u00fcr technische Systeme zu nutzen, wof\u00fcr sich die Begriffe IoT bzw. IIoT etabliert haben. [&hellip;]","og_url":"https:\/\/www.microconsult.de\/en\/iot-connectivity-with-limited-resources-is-no-problem\/","og_site_name":"MicroConsult Academy GmbH","article_published_time":"2025-11-29T05:52:17+00:00","article_modified_time":"2026-02-13T14:16:15+00:00","author":"weissblau media","twitter_card":"summary_large_image","twitter_misc":{"Written by":"weissblau media","Estimated reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/#article","isPartOf":{"@id":"https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/"},"author":{"name":"weissblau media","@id":"https:\/\/www.microconsult.de\/#\/schema\/person\/b6d4c4ae959b068fbe8d9416ed019a0a"},"headline":"IoT-Anbindung mit schmalen Ressourcen? Kein Problem!","datePublished":"2025-11-29T05:52:17+00:00","dateModified":"2026-02-13T14:16:15+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/"},"wordCount":1525,"commentCount":0,"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/","url":"https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/","name":"IoT connectivity with limited resources? No problem! - MicroConsult Academy GmbH","isPartOf":{"@id":"https:\/\/www.microconsult.de\/#website"},"datePublished":"2025-11-29T05:52:17+00:00","dateModified":"2026-02-13T14:16:15+00:00","author":{"@id":"https:\/\/www.microconsult.de\/#\/schema\/person\/b6d4c4ae959b068fbe8d9416ed019a0a"},"breadcrumb":{"@id":"https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.microconsult.de\/iot-anbindung-mit-schmalen-ressourcen-kein-problem\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microconsult.de\/"},{"@type":"ListItem","position":2,"name":"IoT-Anbindung mit schmalen Ressourcen? Kein Problem!"}]},{"@type":"WebSite","@id":"https:\/\/www.microconsult.de\/#website","url":"https:\/\/www.microconsult.de\/","name":"MicroConsult Academy GmbH","description":"Professional training, consulting and project support","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microconsult.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.microconsult.de\/#\/schema\/person\/b6d4c4ae959b068fbe8d9416ed019a0a","name":"weissblau media","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/bbb409da4970da9446f6c49465d453cb8a0dae301e4d4f465b5c4e62408daa2e?s=96&d=mm&r=g","caption":"weissblau media"},"sameAs":["https:\/\/www.microconsult.de"]}]}},"post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts\/7847","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/comments?post=7847"}],"version-history":[{"count":6,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts\/7847\/revisions"}],"predecessor-version":[{"id":11749,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts\/7847\/revisions\/11749"}],"wp:attachment":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/media?parent=7847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/categories?post=7847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/tags?post=7847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}