.NET MAUI Development
Xamarin Application Development
React Native App Development
iOS Application Development
Android Application Development
Android Wear App Development
Ionic Development
Universal Windows Platform (UWP)
Kotlin Application Development
Swift Application Development
Flutter Application Development
PWA Application Development
Hire Flutter Developers
Hire Certified React Native Developers
Flutter Health Tech & Wearable App Development Company
React Native Health Tech Wearable App Development
Offshore Software Development
Custom Application Development
Front-End Development
Full Stack Development
AI & Machine Learning
Custom CRM Solutions
Flask Software Development
Electron JS Development
ChatGPT Development
.NET Application Development
.NET Nuke Development
Microsoft Dynamics CRM
Microsoft Small Business Solution
VB .NET Development
C# Development
Sharepoint Migration
Sharepoint Development
ASP.NET Core Development
ASP.NET Development
ASP.NET MVC Development
Kentico CMS
Umbraco CMS
AJAX Development
Agile Development
Microsoft Bot
Microsoft Blazor
Microsoft Azure Cognitive
.Net Maui Healthcare Wearable App
Nuki Smart Lock
Salto Smart Lock
TTlock Smart Lock
NFC App Development
Smart Locker Solutions
Hospital Smart Lock Systems
Hotel Smart Lock Systems
Smart Home & Office Locks
Smart Access for Schools & Colleges
Unloc Smart Lock Integration
Yale & August Smart Lock Integration
Populife Smart Lock Integration
Smart Lock Hardware Development
RaspBerry Pi
Firmware Software Development
ESP 32 Software Development
Embedded Development
Internet of Things
IoT Sensor Integration & Development Solutions
Azure IOT Integration
Tuya IoT App Development
Particle IoT SDK
Hire IoT & Embedded Developers
STM32 Firmware & Hardware Development
IoT Development with AI
Dairy GPS Tracking Solutions
GPS Fleet Management Software
Car Rental & Subscription Solutions
Car Buy & Sell Marketplace Development
AI-Powered Car Wash App Development
PCB Design & Fabrication
IoT AC Automation
AI–IoT Painting Solutions
IoT Wearable Hardware & App Development
HVAC Automation & AI Control Systems
Smart Home IoT Engineering
AI Embedded Systems
AI Hardware Design Service
Advanced IoT Hardware & Firmware Development
Device Driver Development Services
Microchip PIC & AVR Development
Hire IoT Architects
IoT Cloud & Infrastructure Solutions
Infineon XMC / AURIX Development Services
Matter & Thread IoT Services
IoT Wearable Device Development
Native IoT Mobile App Development (BLE & Wi-Fi)
Snapdragon IoT Firmware Development
Renesas RA/RX Firmware Services
Smart Wearable App Development
Smart IoT Meters
Smart Healthcare Wearable App Development
Health Care Monitoring System
Fitness Tracking App Development
Smart Home Automation Apps
nRF PCB Design
ESP32 PCB Design
STM32 PCB Design
Embedded Wearables Engineers
Rental Property Management System
Smart Lighting Development
Infineon Semiconductor Firmware Development Services
Custom Camera Development: Hardware, Firmware & PCB Prototyping
In this case study, we present our expertise in automating IoT devices by creating connected vehicle solutions using embedded systems with predictive maintenance platforms. The "Smart Car Health Doctor" illustrates our ability to use the NXP S32K, OBD-II diagnostics, and vehicle analytic data, mobile applications developed with .NET MAUI, and ASP.NET Core for back-end development.
The goal of this case study is to show the process we use to create production-ready automotive IoT solutions that turn vehicle telemetry into actionable maintenance insight, allowing OEMs, fleet operators and mobility startups to minimize their downtime, increase their reliability, and predict potential failures before they happen.
Every mechanic has heard the same story. A driver pulls in with a seized engine or a dead alternator, and the first question asked is always: "Were there any warning signs?" The answer, almost always, is yes, subtle ones.
An initial hesitation during ignition occurred, fuel consumption increased over the previous three months, a battery that had difficulty with cold weather starts.
The data existed at all times, only nobody was present to evaluate it. "The Smart Car Health Doctor" prototype has been specifically designed to bridge the gap between data being present and the ability to create actionable insights from that data.
Not another OBD-II dongle that mirrors dashboard lights onto a phone screen. Something fundamentally different: a device that reads the vehicle's physiology continuously, builds a model of what normal looks like for that specific engine, and flags deviations before they cascade into failures.
This is the engineering story of how that device was built.
Early hardware decisions can have serious downstream effects. One such decision was to pick the NXP S32K344 MCU as the hub for development, this was not a random choice but one made after careful consideration of alternatives.
The choice was based on several factors, but all of these were specific to automotive applications and were not negotiable. Specifically, the S32K344 has an ISO 26262 ASIL-D capable design ecosystem, which is important given that the device will be permanently connected to the electrical system of the host vehicle.
Its six integrated CAN FD controllers eliminate the need for external CAN controller ICs, reducing BOM complexity and potential failure points. The operating temperature range of −40°C to +125°C covers real-world under-dash and OBD port conditions across climates.
And the presence of NXP's EdgeLock SE050 secure element as an optional companion chip opened the door to cryptographically signed diagnostic logs — a feature that becomes commercially significant in insurance and warranty dispute contexts.
While not the lowest cost option available in the market, the S32K344 was selected due to the nature of predictive diagnostics (which require consistent, reliable real-time processing of CAN messages) such that skimping on the MCU would have compromised the entire premise of the product.
The diagnostic "intelligence" is a function of the CAN data that evaluates (interprets) the OBD-II PID of the CAN data; it does not simply measure the availability of the OBD-II PID data. The device uses ISO 15765-4 to poll through 4 groups of OBD-II PID (in greater detail).
Not just the instantaneous coolant temperature value, but the rate-of-rise from cold start. A healthy thermostat and cooling system produce a predictable warm-up profile.
Deviation from that curve, too slow, too fast, or irregular plateauing is an early indicator of thermostat failure or coolant flow restriction, often weeks before the temperature warning lamp activates.
Short-term and long-term fuel trim values (PIDs 0x06 and 0x07) reveal injector health invisibly. A single injector delivering slightly lean or rich mixture shifts trim values in ways the ECU compensates for silently.
The Health Doctor software monitors long term trim drift as it appears in the vehicle. A long term fuel trim value greater than +8% on bank one observed across more than 200 drive cycles is an indication of statistical injector imbalance. It does not guarantee injector failure but does rank the risk of potential failure in front of the driver.
Control module voltage (PID 0x42) is sampled at engine start, during load application (headlights, HVAC engagement), and at idle. The S32K344 correlates voltage sag magnitude against alternator output behavior patterns.
A reduction of a battery's cold cranking ability has a definite dip in the voltage characteristic at the beginning which then progressively increases over sampling periods; this will not be apparent as a voltage check but rather as a long term analysis across time.
Engine RPM stability at idle, combined with misfire count PIDs where supported by the vehicle ECU, provides early-stage ignition system health indicators. Coil-on-plug degradation manifests as intermittent single-cylinder RPM perturbations long before a misfire DTC is thrown.
The OBD-II module has an external low-profile housing to minimize the risk of conflicts with other components. It measures 62mm long x 38mm wide x 22mm high.
The circuit board was designed using four layers using Altium Designer with careful consideration for two special issues (electromagnetic interference from a vehicle's ignition system and voltage stability for the 12V battery between 9V and 16V depending on whether the battery is being charged).
Power management uses the NXP MC33FS automotive power system basis chip, which handles reverse polarity protection, battery voltage monitoring, and supervised power sequencing for the S32K344, a combination that a discrete protection circuit would require significantly more board area to replicate.
For data uplink, the u-blox SARA-R4 LTE-M/NB-IoT module provides cellular connectivity. This application was built on LTE-M, not standard LTE Cat-1, because the vehicle could be parked for long periods of time with the device in low-power monitoring mode.
PSM (Power Saving Mode) on LTE-M allows the modem to sleep between upload windows without dropping the network registration, so the current draw on the vehicle battery is dramatically reduced.
The NXP EdgeLock SE050 secure element is connected via I2C and handles private key storage and payload signing. Every telemetry bundle uploaded to the cloud carries a cryptographic signature verifiable server-side, a design decision that protects the integrity of diagnostic records in contexts where they may be used as evidence.
| Component | Part | Role |
|---|---|---|
| MCU | NXP S32K344 | CAN processing, core logic |
| Secure Element | NXP EdgeLock SE050 | Payload signing, key storage |
| Power Basis | NXP MC33FS | Power management, protection |
| Cellular | u-blox SARA-R4 | LTE-M/NB-IoT uplink |
| Flash | IS25WP064 SPI NOR | Local telemetry buffering |
| CAN Transceiver | NXP TJA1462 | CAN FD physical interface |
| OBD Connector | JAE MX34 series | Vehicle interface |
The firmware architecture separates concerns across five FreeRTOS tasks managed within NXP's S32K3 RTD (Real-Time Drivers) SDK environment, developed in S32 Design Studio.
The most intellectually interesting task is the Health Model Task, a running statistical engine that maintains exponentially weighted moving averages (EWMA) for each monitored parameter across drive cycles.
Rather than comparing instantaneous readings against fixed manufacturer thresholds (which is what every generic OBD scanner does), this task compares current readings against the vehicle's own established baseline. A coolant temperature that reads 94°C is meaningless without knowing whether this particular engine normally runs at 88°C or 96°C. Context is everything in predictive diagnostics.
Anomaly scores are computed per parameter, normalized to a 0–100 health index, and combined into a weighted composite vehicle health score.
The weights are configurable at the server level and sent down through the cloud configuration endpoint for fleet management companies and/or insurance partners to use to customize their scoring for each of their risk models without needing to perform a firmware update.
All data stored to the device's SPI NOR flash is encrypted with a key management methodology based on the EdgeLock SE050 using AES-128 encryption to keep the data encrypted even if the device has been physically accessed.
Choosing to develop with .NET from front to back, with ASP.NET Core for the back end and .NET MAUI for mobile clients, was based on the team make-up of developers and a strong desire to share code and type definitions between the various layers.
ASP.NET Core is deployed as a collection of modular services behind an NGINX reverse proxy in the Azure cloud for hosting. A device publishes telemetry (in MQTT format) to an Azure IoT Hub acting as an MQTT broker, which is then transmitted to an Azure Service Bus queue for dependable and ordered processing.
A background hosted service (IHostedService) consumes the queue and writes telemetry into Azure SQL with TimescaleDB-style partitioning handled through table partitioning by vehicle ID and timestamp range. SignalR hubs push real-time health score updates to connected MAUI clients.
Using ML.NET, generating "anomaly scores" and "health index" is done on the server side by creating a predictive model based on labeled historical datasets of telemetry patterns prior to failure.
The model runs as a background inference job, updating vehicle health scores after each telemetry batch. This architectural choice keeps inference off the constrained MCU while still enabling near-real-time score delivery.
Azure API Management enforces OAuth2 authentication, rate limiting, and request logging across all client-facing endpoints, providing the security perimeter appropriate for a service handling sensitive vehicle and user data.
The .NET MAUI Application uses a single code base that runs natively on both Android and iOS devices. The app's primary UI metaphor, a health score gauge displayed as an animated arc that resembles a medical vital signs monitor, is intentionally different from the look of conventional OBD apps, which have a data-dump look.
Each monitored system (charging, fuel, thermal, ignition) has its own health card with trend sparklines showing trajectory, not just current state. A "Predicted Attention Window" timeline tells the driver not just that something may be degrading, but roughly when intervention becomes advisable based on current trend velocity.
SignalR client integration provides live health score updates without polling. Offline mode caches the last known vehicle state in SQLite on-device via Entity Framework Core's SQLite provider, a natural fit given the shared .NET ecosystem.
To perform hardware-in-the-loop testing, a Kvaser Memorator CAN logger was used to replay CAN traces collected from various vehicles that had previously been in service and were known to be experiencing some type of fault.
This method allowed for validation of firmware against actual degradation characteristics without having to have a physical test vehicle experiencing a fault at the time of the test.
Backend load testing with NBomber simulated 5,000 concurrent vehicle telemetry streams. ML.NET inference latency was benchmarked at under 40ms per vehicle health score update at that concurrency level, within the acceptable window for near-real-time mobile dashboard updates.
The most challenging engineering problem encountered was CAN bus message filtering across vehicle makes and models.
OBD-II PIDs are standardized, but response timing and message multiplexing behavior vary enough between ECU manufacturers to require per-make polling delay tuning, ultimately managed through a cloud-hosted vehicle profile library queried at device provisioning time.
The prototype described supports individual consumer and SMB fleet use cases. The architecture scales to three commercially distinct directions: an insurance UBI (Usage-Based Insurance) SDK integration path using signed telemetry payloads, a white-label fleet health management platform and an OEM embedded variant where the S32K344 module is integrated directly into the vehicle rather than the OBD port.
Certified PCB Design & Layout Engineer with 10+ years of experience, IPC-certified expertise in EMC/EMI-compliant, high-speed, mixed-signal PCB design, signal integrity, DFM, and hardware development.
Client satisfaction is our ultimate goal. Here are some kind words of our precious clients they have used to express their satisfaction with our service.
I came across Adequate Infosoft while searching for an IT company to design a virtual platform for my Telemedicine business. AI helped me to make my dream project a reality.
Frederick Hess
The price and professionalism of Adequate Infosoft's project team are the most appealing aspects of working with them. The team provides weekly progress reports and responds quickly to the concerns I have.
Kim Jespersen
My team is very satisfied with the professionalism shown by the Adequate Infosoft team during the project. We are looking forward to working with them again.
Óli Freysson
I contacted AI for an Android and iOS application and I am completely satisfied with their service.
Thomas Cheah
I am very satisfied with Adequate Infosoft. very helpful, positive, and quick communication so far. I am looking forward to further cooperation.
Great experience hiring them, understood the requirements very well, and were very effective and efficient in delivering the project. I will hire them for my next project as well and also recommend them to others.
Adequate Infosoft lead development team is efficient and provides the best IT solutions. If you're looking for quick and affordable software development, Adequate Infosoft is your go-to guru!
Adequate Infosoft has stood out to be the best company for providing IT services at affordable prices. Their rapid development approach works in line with our iterative process.
David Kattah
We have worked with Adequate Infosoft for 4 years and it has been a positive experience for me and my company.
Frank Eson
Adequate Infosoft has set a benchmark with its robust product development services. Their development team is highly professional that understands the value of time.
Exceptional service! The AI team guided me through the entire procedure and made it an enjoyable experience.
Kim Jespersen
As a small business, we were most attracted to Adequate Infosoft's competitive pricing and the ability to quickly scale up or down the number of developers supporting the application.
Mr. Aaron
It was a pleasure to collaborate with Adequate Infosoft. Their development team is comprised of true experts.
Adequate Infosoft helped us get the most from Ceraphi, with smooth setup, responsive support, and practical, effective solutions.
Adequate Infosoft helped us develop our smart lock solution, including both the mobile app and web app
The Adequate Infosoft team helped us deliver a custom IoT solution for our European customers very efficiently
Smart Controls
Adequate Infosoft did a great job, helping us implement energy-efficient solutions smoothly.
Australia Health Pty Ltd
The team understood our needs and delivered quality health tech solutions on time.
Adequate Infosoft felt like a true partner, very supportive team, clear communication, on-time delivery, and quality work we genuinely trust.
With a physical presence in over 15 countries and a global footprint spanning 25+ countries, we are ready to serve you anywhere. Location, language, or culture is never a barrier, because our global team can work with you in your language. Our strong international team ensures seamless collaboration across borders We have a strong tech team, highly recognized in their domains, with extensive technical expertise.
Architect & Solution-Level Expert | Recognized Thought Leader with 8k+ LinkedIn Followers
Certified Developer | Driving AI, ML & Data Science Solutions
17+ Years in AI & IoT | 7,000+ Followers | Recognized Technology Leader
20+ Years in Tech | AI & Cloud Architect | HealthTech Innovator | 3,000+ Followers
IoT4All | IoT & Hardware Expert | Established Reputation in Europe
Technology Director at AOTC Limited, certified in CISSP, TOGAF, and SAFe. Leading technical operations across UK, Australia & New Zealand. Former Principal Integration Architect at Vodafone. Available on WhatsApp: +44 7563 407814, +61 458 765 85.
Helping SMEs Overcome Digitalization Challenges | Startup Tech Expert
AI, Life Sciences, HealthTech & Robotics Expert | 8,000+ Followers
25+ Years in Tech | Cloud Consultant | Lead Developer
SFMC Consultant & Developer
Cloud & AI Consultant
Tech Consultant • Sr. Application Developer • IoT & Hardware Expert
AI, IoT & Cloud Expert | Software Consultant
SAP Developer • Technical Consultant | ERP Solutions Specialist
Database & Network Expert • Mobile & Web Architect
Java Developer | Backend & Application Specialist
Engineer & Technology Consultant
Developer • Technical Consultant | Solutions & Strategy Expert
Technical Consultant | IT Strategy & Solutions Specialist
Technical Consultant & Developer
Cloud Solutions Expert with 17+ Years of Experience | HBIT Graduate | AI, IoT & Scalable Architecture Specialist
Lead Architect, Java Developer specializing in RESTful Services & Mobile Applications
Technical Consulting & Speaking | ANZ Region
Product Leadership & AI Architecture
Product Engineer (Python, C#, JavaScript, SQL) | Software Engineer & Speaker
Specializing in servers, virtualization, and network infrastructure
IoT Leadership | Global Operations | Digital Transformation
PMP-Certified Expert in IoT, AMI & Smart Metering
Send your message in the form below and we will get back to you as early as possible.
Your request has been sent successfully!