Skip to main content
Visitor II
September 4, 2024
Question

Regarding best suitable STM microcontroller

  • September 4, 2024
  • 1 reply
  • 1199 views

We are working on making a personal gateway, where we are looking to send data from 10/15 sensors over cloud. We are using Telit evaluation board for 5G connectivity to cloud. We are looking for a microcontroller that can take up the the data from these sensors via BLE, accumulate it and send it to Telit board using any interface (UART/SPI etc).

Can you suggest a suitable STM microcontroller capable of connecting to 10/15 BLE channels at the same time? Thanks!

    This topic has been closed for replies.

    1 reply

    Graduate II
    September 4, 2024

    Not sure, how many BLE connection do you currently have connecting to an MCU? Is it something that can be handled by an MCU with BLE Stack, or you need 15 UARTs? Perhaps you can decompose into multiple MCU handling 5 UARTs, and then consolidate them into a single packet stream to your TELIT back end.

    How much have you currently got working?

    ShreyaMAuthor
    Visitor II
    September 5, 2024

    I am looking for an MCU that can handle 10/15 BLE connections simultaneously and then further pass on the accumulated data via interface to TELIT

    Graduate II
    September 5, 2024

    Yeah, you basically restating your original query.

    Do you have any code/hardware currently working that might inform your decisions/choices?

    Where did you pull the requirements? What's the application?