Skip to content

Sensor Demo

This is the application used with the Primers kits. It displays the temperature and voltage level of the target MCU, and allows you to act on an LED.

Hardware

The target hardware is a simple bluepill card based on STM32F103.

The TapNLink module can be any TapNLink model.

Dashboard components

This application features various GUI components: charts, images (SVG), slider (range), buttons selectors, ... Various types of layout components are used: tabs, cards, flex items, flex container, horizontal, vertical,...

Dataflow graph

The graph manages:

  • the color of the icon depending on the state of the LED

  • the data to be injected into the line-chart component.

Back to top