Operations | Monitoring | ITSM | DevOps | Cloud

IoT

How to visualize real-time data from an IoT smart home weather station with Grafana dashboards

One of the experiences I’ve truly enjoyed over my first year as a senior solutions engineer here at Grafana Labs has been learning from our community and customers about their own Grafana journeys. I’ve been impressed by some remarkable dashboards for home automation, personal health data visualizations, family Minecraft statistics, and energy usage projects.

How Sitech builds modern industrial IoT monitoring solutions on Grafana Cloud

Chemelot is an industrial park in the Netherlands with more than 150 companies in chemical and process industries that are working to build the most sustainable and competitive chemical site in Western Europe. Sitech Services is part of making that happen. The Dutch technology firm brings together maintenance and engineering specialists with data scientists to create multidisciplinary solutions that achieve optimal safety, efficient infrastructure, and efficient processes for the plants.

With Grafana and InfluxDB, CSS Electronics visualizes CAN IoT data to monitor vehicles and machinery

Martin Falch, co-owner and head of sales and marketing at CSS Electronics, is an expert on “CAN bus” data. Martin works closely with end users, typically OEM engineers, across diverse industries (automotive, heavy-duty, maritime, industrial). He is passionate about open source software and has been spearheading the integration of the CANedge with InfluxDB databases and Grafana telematics dashboards.

Industry 4.0 Defined and Explained

With Industry 4.0 fundamentally transforming manufacturing systems and processes through IIoT technologies, manufacturers large and small are seeking the most efficient ways to reap its benefits. Potential gains include optimizing operations, generating data-driven insight, creating new revenue streams, and accelerating innovation. To paint the big picture, let’s start with a definition of Industry 4.0, followed by an explanation of what adopting it involves.

Using the Flux VS Code Extension for IoT Application Development

InfluxData prides itself on its effort to prioritize developer happiness. This included providing developers with a variety of tools to interact with InfluxDB v2 OSS or InfluxDB Cloud, so they can pick the development style that works best for them. This article assumes you’re using the InfluxDB Cloud Free tier, which is the easiest way to get started and maintain InfluxDB. You can use any of the following tools for your IoT application development.

Managing IoT Software Updates at Scale: Our Acquisition of Upswift

With the increasing proliferation of connected devices, it might be assumed that deploying software to devices, providing incremental updates, application security and IoT device management at scale are all rolled into companies’ DevOps pipelines as one big happy portfolio. Sadly, this has not been the case to date. Most IoT software updates and management solutions today are operated in a complete silo from corporations’ DevOps processes.

How to use AWS IoT SiteWise Edge and Grafana to collect and monitor industrial data on-premises

The AWS IoT SiteWise plugin for Grafana was created to enable AWS IoT SiteWise customers to visualize and monitor industrial equipment data using Grafana dashboards. Industrial customers use AWS IoT SiteWise to collect, process, and monitor their industrial data at scale. This plugin allows them to use Grafana dashboards to monitor this data, stored by AWS IoT SiteWise in the AWS Cloud.

Profiling newlib-nano's memcpy

Newlib is a very popular libc targeting embedded systems. It’s the libc that ships with the GNU Arm Embedded Toolchain published by ARM. This article takes a look at one of the commonly used functions provided by the Newlib C library: memcpy. We’ll examine the default nano implementation and the performance implications, comparing it against the faster non-default implementation. Like Interrupt? Subscribe to get our latest posts straight to your mailbox.