Operations | Monitoring | ITSM | DevOps | Cloud

JFrog Connect IoT Device Management Solution

JFrog Connect is an all-in-one platform to manage, update, control, monitor and secure remote Linux & IoT devices, at scale, with the click of a button. New products are being developed all the time, and in today's world they are all smart, connected with complex software. Save development time with the first plug and play device management platform for connected devices - with all the necessary tools and features to manage and maintain the product fleet remotely. Including over the air update tools, remote debugging, monitoring and securing.

Integrating Memfault into an Embedded Linux Project

IoT devices have become ubiquitous. Given the number of new devices being deployed all over the world and far from the desks of developers, it is imperative to have a solid set of tools to manage them without being directly connected to them via JTAG, USB, or SSH. The necessary tasks in the IoT device lifecycle include device deployment and management, remote monitoring, and over-the-air (OTA) software updates.

Use HiveMQ and OpenTelemetry to monitor IoT applications in Datadog

Large IoT environments are highly complex and comprise multiple layers of disparate devices that must move data between each other, across potentially unreliable connections. Having visibility into each layer of your IoT environment is critical for quickly identifying problems with your deployment that could negatively impact user experience.

Building Firmware Teams in the Modern Era

Modern firmware teams need more than just firmware engineers to be successful. You need team members prepared for development and testing as well as post-launch responsibilities like monitoring if you want to scale your devices successfully. If you don't have some mix of hardware, electrical, software, cloud, DevOps and data engineers on your team, you might have to halt feature development while your firmware engineers spend time writing SQL queries to debug connectivity issues.

Building more reliable Bluetooth LE products with Memfault

Building devices that utilize Bluetooth® Low Energy introduces complex performance and debugging challenges. Memfault helps Nordic customers resolve any issues quickly making development, maintenance and improvement of devices easy. In this webinar, you see how nRF52 and nRF53 Series developers now have free out-of-the-box access to Memfault’s IoT reliability platform to accelerate go-to-market, derisk product launches, and ship more robust, always-improving products.

How Prescient Devices Uses Time Series Data for IoT Automation

Companies need to consider both how fast they can put edge applications into action and update them, and how quickly they can process incoming data. Industrial processes are becoming increasingly automated as sensors on machines collect a growing amount of data. Much of this data is time-stamped and can help companies improve processes. This large volume of sensor data can become unwieldy if companies don’t manage it properly.

Visualizing Time Series Data with Chart.js and InfluxDB

Time series data is a sequence of data points generated through repeated measurements indexed over time. The data points originate from the same source and track changes at different points in time. Times series data includes data like stock exchange data, monthly inflation data, quarterly gross domestic product (GDP) data, and logs from IoT sensors.

Using SWIG to generate bindings between C and Lua

Lua is one of the many great interpreters that can be run on embedded devices. It’s fast, uses little memory, is written in ANSI C, and is known by plenty of developers. These are a few of the many reasons why the team at Panic chose to include a Lua interpreter on their Playdate device and allow games to be written in it. You can think of Lua as an alternative to the MicroPython (Python) or JerryScript (Javascript) interpreters. However, there’s a problem.