Skip to main content
Visitor II
April 9, 2024
Question

STM32 software library for implementing a sensor hub

  • April 9, 2024
  • 0 replies
  • 1065 views

Hi, I want to implement a sensor hub that can connect to multiple (e.g. 8 ) sensors (from the same type), collect data from them, aggregates the data into a single message and sends it out.

The board will be custom, if necessary, and based on e.g. STM32F0 MCU. The sensors themselves are made by ST and there are drivers available.

Is there any software library that helps with implementing such a sensor hub (given it's a common use case)?

Esspresif has a software module that does something very similar to what I need

The only thing I could find for STM32 is the STEVAL-IDI001V1 board. However, the code for this seems very specific to the evaluation board.

    This topic has been closed for replies.