Skip to main content
Associate II
November 20, 2024
Solved

IOT solution

  • November 20, 2024
  • 2 replies
  • 868 views

A pattern is going to use P-NUCLEO-53L8A1 to monitor when a person get in to the bus , does anybody know how to send the information to the cloud via 4G or CAT and send GPS location, which devices should I use?

Best answer by Andrew Neil

The P-NUCLEO-53L8A1 is just a sensor evaluation kit:

https://www.st.com/en/ecosystems/p-nucleo-53l8a1.html

Sending data to the cloud really is an entirely separate issue - nothing to do with the sensors.

Data is just data - it makes no real difference where it came from.

There are dozens of different protocols that can be used to send data to the cloud:

https://www.google.com/search?q=microcontroller+send+data+to+cloud

 

If you want ST-specific material, try a search through the Knowledge Base; eg,

https://community.st.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&filter=includeTkbs&inactive=false&include_tkbs=true&q=iot

 

2 replies

Peter BENSCH
Technical Moderator
November 21, 2024

You are not about a specific problem of the P-NUCLEO-53L8A1, but about a complete solution for sending the data including the GPS location via 4G/CAT. In addition to the ToF sensor, you need at least two other devices:

  • a GPS module (e.g. Teseo-LIV4F)
  • a 4G module (currently not available from STMicroelectronics)

You might consider the new low-power narrowband (NB-IoT) industrial module ST87M01 from STMicroelectronics, which also offers GNSS capability. The corresponding evaluation tool EVLST87M01 has already been announced and will hopefully be available soon.

Hope that helps?

Regards
/Peter

Andrew Neil
Super User
November 25, 2024

@Peter BENSCH wrote:

You might consider the new low-power narrowband (NB-IoT) /Peter


@Jonamleonel mentioned this being on a bus - so, presumably, mobile ?

NB-IoT is not great for mobile applications!

LTE-M would be more suitable for a mobile application.

But these are both focussed on really power-constrained applications - which is probably not the case in a bus?

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.
Andrew Neil
Andrew NeilBest answer
Super User
November 25, 2024

The P-NUCLEO-53L8A1 is just a sensor evaluation kit:

https://www.st.com/en/ecosystems/p-nucleo-53l8a1.html

Sending data to the cloud really is an entirely separate issue - nothing to do with the sensors.

Data is just data - it makes no real difference where it came from.

There are dozens of different protocols that can be used to send data to the cloud:

https://www.google.com/search?q=microcontroller+send+data+to+cloud

 

If you want ST-specific material, try a search through the Knowledge Base; eg,

https://community.st.com/t5/forums/searchpage/tab/message?advanced=false&allow_punctuation=false&filter=includeTkbs&inactive=false&include_tkbs=true&q=iot

 

A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.