{"id":7611,"date":"2025-11-28T19:40:13","date_gmt":"2025-11-28T18:40:13","guid":{"rendered":"https:\/\/web-dev-weissblau.de\/microconsult\/?p=7611"},"modified":"2026-02-13T20:08:03","modified_gmt":"2026-02-13T19:08:03","slug":"deploying-ai-and-machine-learning-for-the-iot","status":"publish","type":"post","link":"https:\/\/www.microconsult.de\/en\/deploying-ai-and-machine-learning-for-the-iot\/","title":{"rendered":"Deploying AI and Machine Learning for the IoT"},"content":{"rendered":"<h2>Edge Computing Applied to Auto and Industrial Applications<\/h2>\n<p>Author: Markus Levy, NXP Semiconductors<\/p>\n<h3>Beitrag &#8211; Embedded Software Engineering Kongress 2018<\/h3>\n<p><strong>While AI, neural networks, and classical machine learning algorithms have been around for decades, these technologies have improved 1000x in 3 years. In general, this paper begins by explaining the technical reasons that led to this improvement. This technology is being exploited by the rapid expansion of the IoT, industrial, and automotive market segments, where many industries realized that it was impractical and in violation of privacy to push all data up to the cloud. The author describes various methods for edge AI, which can be applied to vision, voice, and anomaly detection with sensors.<\/strong><\/p>\n<h2>Introduction<\/h2>\n<p>AI has lived in the helm of the mathematicians for more than six decades before public interest suddenly increased. One reason for the current publicity is that, for a long time, considerations on AI applications were purely theoretical, or at least science fiction. For artificial intelligence use cases to become real in the present environment, three conditions had to be fulfilled:<\/p>\n<ol>\n<li>A good representation of appearance and functionality of biological information processing<\/li>\n<li>Very large real-world data sets<\/li>\n<li>The capability to process these huge amounts of data in reasonable time<\/li>\n<\/ol>\n<p>While many may still perceive AI as science fiction, AI as we know it today is real and represents a tremendous opportunity for significant and positive impact on our daily lives. While the cloud appears to be the major focus for AI technology, the edge is garnering a growing amount of intelligence, interfacing with the physical world \u2013 an opportunity that we \u2018Edge AI\u2019. \u2018Under the hood\u2019 industry pundits like to associate AI with the biological representation of the human brain, when in fact the technology is still far from this realization. Nevertheless, with advanced training and learning techniques, AI even has advantages over the human brain, such as the ability to have virtually unlimited memory capacity.<\/p>\n<p>Continuing with the conditions listed above, the other driving two factors that are driving this so-called Edge AI paradigm are the generation of virtually unlimited amounts of data and an increasing availability of computing resources, even down at the microcontroller level. Edge AI allows us to significantly decrease or even eliminate the latency of transferring data to the cloud and alleviate the growing privacy concerns. Advanced computing resources, with various forms of AI acceleration techniques, are an essential ingredient that shouldn\u2019t be taken for granted, but software is of the utmost importance for unlocking the real potential of AI. Therefore, given the availability of computing resources, the practical implementation of AI is made possible by optimized algorithms, software tools and frameworks that support these technologies.<\/p>\n<h2>Software is the Key to Machine Learning at the Edge<\/h2>\n<p>To achieve mainstream adoption across many application areas, Edge AI must be abstracted above the depths of its mathematical underpinnings. It must be simplified by cloud services where models can be trained, and inference engines can be developed &amp; deployed with a easy-to-navigate web interface, rather than requiring the developer to create complex mathematical algorithms. There are many \u2018programming\u2019 options available or coming available, whereby programming for AI, often referred to as Software 2.0, is not about using traditional programming methods, instead AI programming is about utilizing neural networks and classical ML libraries that some entity [e.g. Google with TensorFlow]) has developed. In Software 2.0, the programming is about determining and optimizing weights and parameters (e.g. training models). See Figure 1 (<a title=\"Fachinfo_ESE_ai-for-iot_nxp-semiconductors_levy\" href=\"https:\/\/www.microconsult.de\/wp-content\/uploads\/2025\/11\/fachinfo_ese_ai-for-iot_nxp-semiconductors_levy.pdf\">PDF<\/a>).<\/p>\n<p>The growing number of options (most of which are open source) indicates that Edge AI is beginning to hit mainstream deployment. And software technologies for Edge AI are rapidly expanding and will continue to do so into the foreseeable future. We are witnessing this expansion in many forms including model frameworks, inference engines, neural network optimization techniques, convertor tools, and data augmentation methods (used for training).<\/p>\n<h2>Model Formats<\/h2>\n<p>TensorFlow leads the pack in terms of popularity and functionality (and has become a de facto standard), but it\u2019s baby brother, TensorFlow Lite, is gaining momentum, especially in mobile and edge environments. Today, there are even translation tools to convert TensorFlow models to the TensorFlow Lite format. Care must be taken when converting from TensorFlow to TF Lite \u2013 as the latter does not support the entire list of operations, so some neural network architectures might not function properly.<\/p>\n<p>There are conversion tools to support transition from most any other framework (e.g. MXNet, PyTorch, Caffe 2, Keras, and the list goes on. The convertor tools allow users to transition to their favorites, for example converting from TensorFlow to ONNX (Open Neural Net Exchange format) or NNEF (Neural Network Exchange Format), both of which are industry standard formats intended to reduce fragmentation.<\/p>\n<h2>Inference Engines<\/h2>\n<p>On the inference engine there are also a wide variety of open source options, depending on the target application. For example, for users working with Arm-based platforms (mobile or embedded), Arm NN parses and translates neural network frameworks into a high performance inference engine, utilizing Arm Compute Library (also open source) to pull in its optimized software functions (see Figure 2,\u00a0<a title=\"Fachinfo_ESE_ai-for-iot_nxp-semiconductors_levy\" href=\"https:\/\/www.microconsult.de\/wp-content\/uploads\/2025\/11\/fachinfo_ese_ai-for-iot_nxp-semiconductors_levy.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a>).<\/p>\n<p>The Arm NN has three ways to deploy a neural network model. One way is to is to connect to Arm NN through high level frameworks (e.g. TensorFlow); the software begins by parsing the model into a graph format, exposing the network operations which can be deployed via the Arm compute library (ACL). The user can also connect to existing inference engine, bringing the appropriate library functions from ACL as needed. Or the application can call the ACL directly; although this requires a bit more effort on behalf of the user.<\/p>\n<h2>Understanding Edge AI Hardware Tradeoffs<\/h2>\n<p>From a hardware standpoint, Edge AI hardware designs must recognize a three-axis tradeoff between cost, decision accuracy, and inference time. In any embedded design, all system designers must wrestle with the cost factor, it\u2019s inevitable. But in Edge AI design, we have the unique, interrelated properties of accuracy and inference time. Increased accuracy relates to the \u2018decision\u2019 that the system must make, and it implies the increased training time that is associated with the requirement for more data used in the training. Furthermore, the need for increased accuracy often means that even more complex AI models must be used \u2013 which boosts up cost because higher performing devices, more memory, and ultimately more energy are needed. Inference time (i.e. user experience) is the time required for the system to make the \u2018decision\u2019, and invariably the quicker the decision, the more performance is required.<\/p>\n<p>Cost, accuracy, and inference time tradeoffs are tied to the AI application. For example, in an application that performs pet recognition coming through a door, an inference time in the range of 200-500 milliseconds is far within the acceptable range, easily handled by a high-performance microcontroller. A doorbell security system, an application that has become extremely popular, can suffice with inference times on the same order of magnitude as the microwave. In this application, a camera captures a person\u2019s face and in less than a second, the Edge AI system recognizes that person as friend or foe (or unknown). However, in this case accuracy is extremely critical because you wouldn\u2019t want to be locked out of your own house or worse, let a foe enter. In addition to requiring larger memory capacity, increased accuracy and more classifications (e.g. food items, faces) to \u2018decide\u2019 on could also yield an increased number of computations, thereby requiring a higher performance applications processor to meet the acceptable inference times. The security doorbell represents a good example where an OEM might have low- and high-end products, varying by the capability to recognize a specific number of faces within the acceptable time window.<\/p>\n<p>In some life and death situations, Edge AI will have much stricter requirements (e.g. applications such as autonomous driving) that demands many accurate decisions to be simultaneously made every second. Another Edge AI application example is the monitoring of drivers\u2019 reactions through their eyes \u2013 a real-time function that requires high performance computing available from an applications processor. In short, Edge AI applications have widely varying computing performance requirements, which can \u00a0be satisfied by a wide range of processing devices from MCUs to high-end application processors. But the bottom line is that software is the key that unlocks the door for machine learning at the edge, and this will continue to evolve for the foreseeable future.<\/p>\n<h2>Many More Options and We Just Got Started<\/h2>\n<p>This paper provided a very high-level perspective on what\u2019s needed to deploy AI in edge devices. It\u2019s not that it\u2019s so complicated, it\u2019s really that the options are expanding daily. We will always need the mathematical experts to manage the complex functions of neural networks &#8211; for example, craftily implementing advanced neural network optimizations or creating better and faster ways of accurately training models. Embedded system developers building Edge AI products need Software 2.0 tools to provide a comprehensive ML development environment (e.g. NXP eIQ) and such environments must be specifically targeted, not just at the computational units (e.g. processor cores, AI accelerators), but also at the SoC architecture level, to provide the most efficient implementations. We\u2019re in for exciting times, as more and more developers realize that machine learning capabilities can add significant value to their products.<\/p>\n<h2>Author<\/h2>\n<p>Markus Levy joined NXP in 2017 as the Director of Enabling Technologies. In this position, he is primarily focused on the strategy and development of AI and Machine Learning capabilities for NXP&#8217;s microcontroller and i.MX product lines. Markus is also Chairman of the Board of EEMBC, which he founded and ran as the President since April 1997. Mr. Levy is also President of the Multicore Association, which he co-founded in 2005.<\/p>\n<p><strong><a title=\"Fachinfo_ESE_ai-for-iot_nxp-semiconductors_levy\" href=\"https:\/\/www.microconsult.de\/wp-content\/uploads\/2025\/11\/fachinfo_ese_ai-for-iot_nxp-semiconductors_levy.pdf\" target=\"_blank\" rel=\"noopener\">Beitrag als PDF downloaden<\/a><\/strong><\/p>\n<hr \/>\n<h2>Unsere Trainings &amp; Coachings<\/h2>\n<p><strong>Wollen Sie sich auf den aktuellen Stand der Technik bringen?<\/strong><\/p>\n<p>Dann informieren Sie sich\u00a0<a title=\"System- und Hardwareentwicklung Training und Coaching\" href=\"https:\/\/www.microconsult.de\/alle-trainings-termine-komplettuebersicht\/\" target=\"_blank\" rel=\"noopener\"><strong>hier<\/strong>\u00a0<\/a>zu Schulungen\/ Seminaren\/ Trainings\/ Workshops und individuellen Coachings von MircoConsult zum System- und Hardwareentwicklung.<\/p>\n<p><strong>Training &amp; Coaching zu den weiteren Themen unseren Portfolios finden Sie\u00a0<a title=\"Training &amp; Beratung - alle Themen\" href=\"https:\/\/www.microconsult.de\/training-beratung\/\" target=\"_blank\" rel=\"noopener\">hier<\/a>.<\/strong><\/p>\n<hr \/>\n<h2>Fachwissen<\/h2>\n<p>Wertvolles Fachwissen zum Thema System- und Hardwareentwicklung steht\u00a0<a title=\"System- und Hardwareentwicklung\" href=\"https:\/\/www.microconsult.de\/embedded-und-echtzeit-softwareentwicklung\/\" target=\"_blank\" rel=\"noopener\"><strong>hier<\/strong>\u00a0<\/a>f\u00fcr Sie zum kostenfreien Download bereit.<\/p>\n<p><a title=\"System- und Hardwareentwicklung\" href=\"https:\/\/www.microconsult.de\/embedded-und-echtzeit-softwareentwicklung\/\" target=\"_blank\" rel=\"noopener\"><strong>Zu den Fachinformationen<\/strong><\/a><\/p>\n<p><strong>Fachwissen zu weiteren Themen unseren Portfolios finden Sie\u00a0<a title=\"Fachinformationen\" href=\"https:\/\/www.microconsult.de\/fachwissen\/\" target=\"_blank\" rel=\"noopener\">hier<\/a>.<\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Edge Computing Applied to Auto and Industrial Applications Author: Markus Levy, NXP Semiconductors Beitrag &#8211; Embedded Software Engineering Kongress 2018 While AI, neural networks, and classical machine learning algorithms have been around for decades, these technologies have improved 1000x in 3 years. In general, this paper begins by explaining the technical reasons that led to [&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-7611","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>Deploying AI and Machine Learning for the IoT - 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\/deploying-ai-and-machine-learning-for-the-iot\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Deploying AI and Machine Learning for the IoT - MicroConsult Academy GmbH\" \/>\n<meta property=\"og:description\" content=\"Edge Computing Applied to Auto and Industrial Applications Author: Markus Levy, NXP Semiconductors Beitrag &#8211; Embedded Software Engineering Kongress 2018 While AI, neural networks, and classical machine learning algorithms have been around for decades, these technologies have improved 1000x in 3 years. In general, this paper begins by explaining the technical reasons that led to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microconsult.de\/en\/deploying-ai-and-machine-learning-for-the-iot\/\" \/>\n<meta property=\"og:site_name\" content=\"MicroConsult Academy GmbH\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-28T18:40:13+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-13T19:08:03+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=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/\"},\"author\":{\"name\":\"weissblau media\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#\\\/schema\\\/person\\\/b6d4c4ae959b068fbe8d9416ed019a0a\"},\"headline\":\"Deploying AI and Machine Learning for the IoT\",\"datePublished\":\"2025-11-28T18:40:13+00:00\",\"dateModified\":\"2026-02-13T19:08:03+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/\"},\"wordCount\":1714,\"commentCount\":0,\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/\",\"url\":\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/\",\"name\":\"Deploying AI and Machine Learning for the IoT - MicroConsult Academy GmbH\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#website\"},\"datePublished\":\"2025-11-28T18:40:13+00:00\",\"dateModified\":\"2026-02-13T19:08:03+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/#\\\/schema\\\/person\\\/b6d4c4ae959b068fbe8d9416ed019a0a\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.microconsult.de\\\/deploying-ai-and-machine-learning-for-the-iot\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.microconsult.de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Deploying AI and Machine Learning for the IoT\"}]},{\"@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":"Deploying AI and Machine Learning for the IoT - 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\/deploying-ai-and-machine-learning-for-the-iot\/","og_locale":"en_GB","og_type":"article","og_title":"Deploying AI and Machine Learning for the IoT - MicroConsult Academy GmbH","og_description":"Edge Computing Applied to Auto and Industrial Applications Author: Markus Levy, NXP Semiconductors Beitrag &#8211; Embedded Software Engineering Kongress 2018 While AI, neural networks, and classical machine learning algorithms have been around for decades, these technologies have improved 1000x in 3 years. In general, this paper begins by explaining the technical reasons that led to [&hellip;]","og_url":"https:\/\/www.microconsult.de\/en\/deploying-ai-and-machine-learning-for-the-iot\/","og_site_name":"MicroConsult Academy GmbH","article_published_time":"2025-11-28T18:40:13+00:00","article_modified_time":"2026-02-13T19:08:03+00:00","author":"weissblau media","twitter_card":"summary_large_image","twitter_misc":{"Written by":"weissblau media","Estimated reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/#article","isPartOf":{"@id":"https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/"},"author":{"name":"weissblau media","@id":"https:\/\/www.microconsult.de\/#\/schema\/person\/b6d4c4ae959b068fbe8d9416ed019a0a"},"headline":"Deploying AI and Machine Learning for the IoT","datePublished":"2025-11-28T18:40:13+00:00","dateModified":"2026-02-13T19:08:03+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/"},"wordCount":1714,"commentCount":0,"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/","url":"https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/","name":"Deploying AI and Machine Learning for the IoT - MicroConsult Academy GmbH","isPartOf":{"@id":"https:\/\/www.microconsult.de\/#website"},"datePublished":"2025-11-28T18:40:13+00:00","dateModified":"2026-02-13T19:08:03+00:00","author":{"@id":"https:\/\/www.microconsult.de\/#\/schema\/person\/b6d4c4ae959b068fbe8d9416ed019a0a"},"breadcrumb":{"@id":"https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.microconsult.de\/deploying-ai-and-machine-learning-for-the-iot\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microconsult.de\/"},{"@type":"ListItem","position":2,"name":"Deploying AI and Machine Learning for the IoT"}]},{"@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\/7611","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=7611"}],"version-history":[{"count":4,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts\/7611\/revisions"}],"predecessor-version":[{"id":11799,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/posts\/7611\/revisions\/11799"}],"wp:attachment":[{"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/media?parent=7611"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/categories?post=7611"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microconsult.de\/en\/wp-json\/wp\/v2\/tags?post=7611"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}