Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.38 KB

OVERVIEW.md

File metadata and controls

22 lines (15 loc) · 1.38 KB

Overview

The platform demonstrates a Nucleo board with AWS IoT integration use case.

Contents

Platform Scheme

Components

  • STM32 Nucleo-64 board with WiFi and sensors expansions. The board is a "thing" for the AWS IoT service. It updates its shadow with the sensors data every second.
  • AWS-powered back-end receives the data, stores it in a DB and provides an API for the data retrieval.
  • Web dashboard uses the API to fetch and visualize the data.
  • Android app is another front-end. It fetches and displays the sensors data as well.