The Internet of Things on AWS – Official Blog

Category: Learning Levels

Connected vehicles telemetry – Processing Protobuf messages with AWS IoT Core

Introduction In connect vehicles applications, telemetry data is usually very extensive, containing structure and unstructured data. To send data over to the Cloud you can use Protocol Buffers (Protobuf – binary format). Protobuf provides the application with an efficient yet well structured compressing mechanism. The built-in protocol documentation makes data serialization and deserialization more manageable […]

Greengrass V1 Overall Solution

How to securely connect an AWS IoT Greengrass v1 device to AWS IoT Core using AWS PrivateLink

Introduction Competitive environments generally result in bottom line pressure for manufacturers, driving leadership to explore additional innovations for revenue growth such as implementation of Industrial Internet of Things(IIoT) solutions. In this post, we discuss how to secure network traffic between a device running AWS IoT Greengrass on your Operational Technology (OT) network and your Internet […]

Simplify multi-account device provisioning and certificate authority registration when using AWS IoT Core

Customers often manage multiple AWS accounts to separate their development, staging, and production environments. When deploying IoT workloads on AWS IoT Core, customers usually use unique X.509 certificates for identifying devices and certificate authorities (CAs) for validating the signature of device certificates during provisioning. In this blog, we will demonstrate how to use the newly […]

Building machine learning pipelines with Amazon Kinesis Video Streams

Introduction Amazon Kinesis Video Streams (KVS) makes it easy to securely stream video from connected devices to AWS for analytics, machine learning (ML), playback, and other processing. KVS automatically provisions and elastically scales all the infrastructure needed to ingest streaming video data from millions of devices. It durably stores, encrypts, and indexes video data in […]

Architecture for Static IP Addresses for IoT Core Endpoint

Creating static IP addresses and custom domains for AWS IoT Core endpoints

The Internet of Things (IoT) describes services and solutions to monitor and control real world objects, such as industrial equipment, light switches, thermostats, sensors and actuators. AWS offers the AWS IoT Core service that allows such devices to connect to the AWS Cloud. The AWS IoT Message Broker is the central point to securely transmit […]

Strengthening Operational Insights for Industrial Assets with AWS IoT AIML Solution (part 1)

Customers that manage and maintain industrial assets strive to keep them functioning as efficiently as possible, which they can do by monitoring and analyzing the health of their assets. Plant operators measure efficiency with key performance indicators (KPIs) like overall equipment effectiveness (OEE) or mean time before failure (MTBF) and act to improve these metrics […]

Dashboard in Grafana of Floor 6 where half of floor is highlighted indicating an issue. Time series graph of temperature illustrating the temperature crossing the alarm threshold

Improving building operational performance with Cognizant 1Facility and AWS IoT TwinMaker

Post also written by Shardul Pradhan and Ramesh Yechangunja from Cognizant Introduction Recent market conditions have stressed the commercial building management market due to the increased cost of construction, reduced occupancy, and increased cost of labor to monitor and maintain buildings. This is fueling the need for smarter and safer buildings. According to research from […]

Find runtime errors in AWS IoT Events detector models using type checking

Customers use AWS IoT Events detector models to describe equipment states and the events that affect these states. A detector model in AWS IoT Events contains expressions written in the AWS IoT Events expression language. An expression can have one of four primitive data types: integer, string, decimal, or Boolean. By checking your expressions for correct […]

Connecting with mobile BLE to AWS IoT Core using FreeRTOS and Nordic nRF52840-DK

As an IoT solution architect, customers often ask me how they can connect to AWS IoT Core (cloud) using a microcontroller unit (MCU). One solution is to use Bluetooth Low Energy (BLE) as the connection from the MCU to a mobile device; from there, the mobile device connects to the cloud. BLE works for consumer […]