Internet of Things (IoT) update management – Complete Guide

Contents
Flying cubes

It’s great to implement IoT technology in your business

It’s commendable if you are a vendor of IoT devices.

It’s challenging to be an IoT software development company (we know that from experience). 

The number of IoT devices (or so-called IoT things) in one system can count by thousands of devices. Smart home includes dozens of things (tv, speakers, light switches, kitchen staff), while enterprises tend to have hundreds and thousands of devices in their fleet, especially when enterprises use small low-power sensors.

Fast IoT technology development makes the replacement of existing devices whenever a new version appears nearly impossible and uneconomical.

Moreover, it’s not enough to build and implement an IoT system, companies need to manage and maintain it. 

An essential part of maintenance is the updating process. Updates add new software features, improve the performance, fix bugs, and patch security issues. However, deploying a new update on all IoT devices in a system is a complex task that requires a properly set update process to ensure the integrity and resilience of the system during and after the deployment. In other words, it requires good IoT update management. 

In the article, we discuss IoT device management and describe one of its parts: IoT update management. We also provide guidelines and best practices for update management that you can implement in your update process or use to build an update process from scratch. 

Whatever purposes you have, enjoy reading! 

IoT Update Management as a Part of the IoT Device Management 

Let’s start with a simple question: What is IoT device management? 

IoT device management is the process of managing all devices within an IoT system. The management includes: 

  • monitoring and tracking IoT devices and their states
  • configuration of IoT devices using remote access
  • diagnosis of the health of devices within an IoT system 
  • remote troubleshooting and error handling 
  • updating the firmware of parts of the devices (like a processor) and the installed applications and software
  • patch security holes 
  • monitoring of usage and performance metrics 

Every new device in an IoT system entails a procedure for its registration and requires additional efforts to manage and troubleshoot it.The number of connected devices continues to increase. It hit the 13 billion mark in 2023, thus exceeding the world population almost twice in the same year. An average industrial IoT system can count thousands of devices. So it became very apparent that IoT device management requires a separate tailored platform to maintain a huge IoT fleet. IoT device management platforms vary in their functionality: some only offer the option to track and monitor IoT devices within a system, while others give a whole spectrum of tools for IoT device management. 

And although IoT update management is a part of IoT device management, it remains a separate complex process with a unique process flow and best practices. 

About IoT Update Management 

what is IoT update management 

IoT update management is the process of managing the IoT fleet by deploying updates to smart devices in order to keep their firmware updated, fix bugs, add new software features, and increase the security level of the entire system. 

Before we continue to discuss the IoT update management details, it’s good to define two terms: firmware and software

Firmware is the low-level software for different parts of the device, like a processor. It enables components within one device to interact with each other and allows the device to work as one system rather than a set of microcontrollers. The same firmware usually doesn’t suit microprocessors from different manufacturers, which means your system will depend on the IoT devices manufacturer’s support. 

Simple gadgets like environmental sensors may have only firmware, while other devices like smart TV also have some installed applications. These applications are called software

Now let’s jump back to the IoT update process. It consists of two parts

  • a device downloads the update package
  • a device installs updates 

Usually, updates are transferred to things in the IoT fleet using over-the-air (OTA) methods. The main benefit of OTA methods is that you can send updates from one central platform to every IoT device with no need to have physical access to it. 

One way for devices to get updates is to download them directly from the main distribution center: the cloud. Another approach to IoT update management is to build locally placed gateways that are responsible for a certain group of devices in the area and control the traffic that goes to and out of that group, including the updates control. The choice depends on the security requirements, types of smart assets in the system, and the IoT system infrastructure. For example, a large set of low-powered sensors without strong embedded protection from unauthorized access requires a presence of a gateway with strong security software. 

Speaking about the security programs it’s good to mention that IoT update management should cover the updates of such types of software too. 

Why You Should Pay Attention to IoT Update Management

Go back to 2017. Airbnb used smart locks on apartment doors for flats on Airbnb’s platform. Smart locks were paired with a mobile app, providing remote access to lock control. No keys were required, and guests could unlock the front door through the app. 

However, some doors stopped responding to any commands when the lock firmware got new updates. Guests lost the opportunity to open doors from their smartphones and had to use special emergency keys. The lock vendor couldn’t fix the problem remotely. It was necessary either to return the locks to the vendor or ship a replacement of the lock. Either way, the total time for the vendor to solve this issue was 5-7 days in the first scenario while shipping a replacement required 14-18 days. 

That happened because the vendor accidentally had included in the update group the subset of locks from the first generation, which were not compatible with new updates. Fortunately, the vendor managed to handle this critical issue.  

Effective IoT update management helps to avoid such unpleasant situations. So let’s discuss the meaning of the term effective IoT update management and how you can improve your current IoT update process. 

IoT Update Management Best Practices

IoT update Management Process

The main challenge for IoT update management lies in building the update process since it’s unique for every system. However, we can provide you with common workflows in that field and best practices that will make your IoT update process more robust. 

1 Analyze your IoT fleet and adopt your update process to its specificity 

At that stage, you should form a clear vision of the devices in your fleet. You need:

  • To count the number of devices in the fleet. Use IoT management platforms for that purpose. 
  • To choose the method of OTA update: you are going to use a gateway, or devices download updates directly from the server. The first method is preferable when IoT devices are placed in a certain area, while the second is widespread in consumer markets. 
  • Consider all versions of devices. Planning an update deployment, pay attention to the compatibility of old versions of devices. 
  • Define update processes for different types of updates. You can deploy small updates that fix bugs, or make a new release of the software and firmware – these two cases require different update processes. Some updates can be critical, like major security issues. You must establish an emergency update process for such cases. 
  • Decide whether users can manually choose the time when their IoT devices will get updates, or the downloading and installation of updates will be automatic. The manual option is preferable for personal IoT devices, while the automatic option works better for industrial IoT fleets. 

2 Create a backup and integrate a recovery process 

A backup allows restoring configuration files to an earlier point in time in case of firmware or software failure after the installation of the update. The software and firmware can fail for various reasons, like data corruption, software incompatibility, virus, or a banal human error during update deployment. 

The recovery procedure should be embedded into the firmware so the IoT device can deploy the previous trusted configuration even if it fails. 

3 Use a test group of devices before the deployment  

All patches and updates should be tested before the deployment – it’s a crucial step in IoT update management! 

Define a test group of IoT devices. Their system configuration, bandwidth, and software should be identical to those in your IoT fleet. 

Then deploy updates and check whether devices successfully installed them without errors. Run tests to understand the impact on device performance. Test the correctness of the work of installed applications and programs if any. Then delete the patches and check whether the system works stable. 

4 Test the case when update installation is interrupted

There will always be cases of interruptions during the updates deployment. Reasons are various: unstable internet connection, the device can run out of battery during the installation, and low bandwidth that may interrupt the download process. 

To test the resilience in such cases, deploy the updates to a test group, but then interrupt the update process during the downloading and installation by powering off the test devices or aborting the internet connection. The devices should handle these cases and either load an older image of the system or roll back the update process.

5 Schedule and plan the fleet update deployment 

IoT devices have their pick and low weak workload, so you should consider deploying the updates when devices are not working or have a minimum load. Also, take into account the bandwidth of the network during the day since heavy patches can lead to device failure if the network load is high. Small size packages are always better than heavy images. 

If your IoT system fleet consists of personal devices it would be better to allow users to choose the time when they are ready to update a system of their devices. In dealing with industrial IoT systems, automatic updates are preferable. 

Assess the impact of the device downtown during the update deployment and alert all interested parties that the IoT fleet will be out of use for some time. It’s necessary for people who interact and use the IoT fleet to understand the period during which IoT devices will be out of use and sensors will stop collecting the data from the environment. Specific situations like deploying updates on medical equipment during surgery are unacceptable. 

6 Split the fleet into groups 

In case when the fleet consists of a large number of IoT devices that differ in their version, software, firmware, or hardware, the update should be deployed to every group of devices with similar characteristics separately. 

By adhering to that practice, bug fixing becomes a much easier task compared to the situation when all devices in the fleet get updates at once. Gradual deployment is a vital step toward better risk management. 

7 Deploy the updates 

Once all preparations are done, it’s time to actually start the deployment process. After updates are successfully installed to one group of devices, check their health. If the system works properly and updates don’t cause errors you can go to another group of devices. 

8 Log errors and collect feedback  

Even if everything worked out great, IoT update management doesn’t end here. The devices should continuously log all errors, and there must be a way for people who work with IoT devices to contact support or issue a ticket if something goes wrong. 

Best Practices of IoT Update Management

Iot update management beat practices

Make a long-term support agreement with manufacturers 

IoT devices consist of different parts that might break. The option to replace a broken part quickly is necessary to build a robust IoT system. 

Block the option of direct firmware updates from manufacturers

Since manufacturers also provide updates for microcontrollers and embedded sensors, they can send updates directly to the IoT components they made. However, uncentralized update deployment may lead to errors and conflicts in IoT devices. Therefore, IoT update management should also include the management of updates from third parties. 

Use cryptographic validation 

Security patches help devices to stay protected from malicious software. All system images of IoT devices should be protected with a cryptographic key, and any software and firmware installation shall be permitted only after the validation procedure. Each firmware update must be digitally signed. 

Provide a stable secure end-to-end connection during the update process 

This step helps to secure your IoT network from man-in-the-middle attacks. 

Small packages of updates are better than one big update image

 It’s much easier to manage IoT updates when they are split into small pieces.  

Documentation may look excessive, but It’s necessary 

Maintain documentation of the update process and any issues that may have arisen. This will help to troubleshoot future issues and to ensure that the update process is transparent and efficient.

Don’t get confused in version control

Maintain a version control system that tracks updates and their versions, making it easier to troubleshoot any issues that may arise.

Use energy-efficient transfer protocols

Two protocols are helpful here: Constrained Application Protocol (CoAP) and Message Queuing Telemetry Transport (MQTT). CoAP is a protocol that is designed for resource-constrained devices, making it an ideal choice for IoT devices. MQTT is a lightweight messaging protocol that is commonly used in IoT applications. It is often used to send updates to devices and supports different types of updates.

Pros and Cons of Implementing IoT Update Process

There are some cases when IoT updates are necessary like patching security holes. But is it necessary to implement IoT update process when there are no security issues?

Pros Cons

Devices become less vulnerable to security threats

Poorly tested updates may lead to device failure
Improved user experience for users of personal smart devices
IoT update management platform is a complex costly system

Fewer bugs and errors

Update management is a resource-intensive process

IoT fleet gets new features and possibilities

The new update may badly affect the devices performance or the correctness of work

The latest update may result in the better performance

Low network bandwidth can become a serious challenge for deploying a huge update package

Additional Tools for IoT Update Management 

IoT update management can be tricky and complicated, so it would be nice to have a list of programs that can help. Fortunately, developers took care of a lot of possible issues and made software to handle various cases.

Full-fledged IoT management platform 

Full-fledged platforms cover all issues related to IoT management. The platform can register new IoT devices, monitor their health, and manage the whole IoT fleet. You get an opportunity to set permissions for devices, group them, organize a hierarchy and set inheritance rules of policies and configurations. The platform also facilitates device troubleshot and the management of the fleet. Using full-fledged platforms, you can reboot devices, restore to the factory default configuration, manage their state (power off/on), or perform other actions. 

Examples of full-fledged IoT management platforms: 

  • AWS IoT Device Management 
  • Azure IoT Central from Microsoft 
  • Upswift 

Monitoring and predictive maintenance platform

Another big group of IoT management tools is monitoring platforms. Monitoring platforms cover machine health management issues, which is especially helpful for manufacturing organizations with a large IoT device fleet. It results in better downtime forecasting accuracy, reduction in unplanned downtime, and reduction in maintenance costs. 

Great machine health and monitoring tools are: 

  • AWS IoT Device Management
  • Senseye PdM
  • Datadog IoT Monitoring

Backup and recovery platforms 

We are familiar with the term “personal computer backup” when the operating system creates an image of core system files and personal user’s files so they can be restored in case of a computer failure. IoT devices are the same computers that support the backup and recovery option of their system files and configuration. 

Among useful services you can find: 

  • Thing Shadows from AWS 
  • Device twins from Microsoft Azure IoT Hub

Besides, device vendors often integrate backup solutions into their products. 

tools for IoT update management ‍

Do You Want to Know More? We Can Share Our Expertise! 

SumatoSoft has been building IoT solutions since 2012, delivering custom enterprise software and developing MVPs to startups gain a competitive advantage and improve their efficiency, effectiveness, and profit through business digitalization.

SumatoSoft offers industry-focused IoT solutions for healthcare, retail, manufacturing, banking industry, smart homes & cities, and automotive domains. Examples include a fitness tracking system, a smart fridge sensors system,  remote patient monitoring, warehouse automation, fleet management, robotics, smart traffic lights, and more. Every solution SumatoSoft builds comes with excellent security and scalability for future changes in terms of new features, fleet expansion, new users, and increased workload. 

SumatoSoft IoT services include

  • all-around IoT applications;
  • connectivity management;
  • device management;
  • Data visualization;
  • IoT data analytics;
  • IoT consulting.

The SumatoSoft team has built 150 custom software solutions for 27 countries for 11 industries. After more than 10 years on the market, the company became a reliable technical partner to its clients, demonstrating a 98% client satisfaction rate with the quality of services they provide. Contact us to get a free quote for your project.

Conclusion

We believe that by implementing all best practices from the article you manage to build a robust IoT system without any security holes thanks to an effective IoT update management process. 

Contents

Let’s start

You are here
1 Share your idea
2 Discuss it with our expert
3 Get an estimation of a project
4 Start the project

If you have any questions, email us [email protected]

    Please be informed that when you click the Send button Sumatosoft will process your personal data in accordance with our Privacy notice for the purpose of providing you with appropriate information. This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

    Vlad Fedortsov (Sales Manager)
    Vlad Fedortsov
    Account Executive
    Book a consultation
    Thank you!
    Your form was successfully submitted!
    Let’s start
    You are here
    1 Share your idea
    2 Discuss it with our expert
    3 Get an estimation of a project
    4 Start the project
    If you have any questions, email us [email protected]


      Please be informed that when you click the Send button Sumatosoft will process your personal data in accordance with our Privacy notice for the purpose of providing you with appropriate information. This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

      Vlad Fedortsov (Sales Manager)
      Vlad Fedortsov
      Account Executive
      Book a consultation
      Thank you!
      Your form was successfully submitted!