getting timestamp on tilebox
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-27 11:35 PM
Hello
I know that tilebox has a RTC module, so I realise it is psoible to get current time for generating timestamp for data. Is it posible to do it? Is there any implementation of that in given project examples?
Thank you
Solved! Go to Solution.
- Labels:
-
RTC
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-30 1:48 AM
Hi @Nicolás Martinez ,
I believe that the easiest way to acquire the timestamp is to configure the related input in the Expert mode option of the smartphone app ST BLE Sensor, as shown in the picture below:
If you otherwise want to set the board by code programming, you can use the DataLogExtended application that you can find in the FP-SNS-STBOX1 in the Projects folder (\Projects\STM32L4R9ZI-SensorTile.box\Applications\DataLogExtended:( it allows also the acquisition of the data and the timestamp with the Unicleo-GUI (via USB or BLE). The driver dedicated to the RTC is in the Drivers folder (\Drivers\STM32L4xx_HAL_Driver).
If my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
-Eleon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-30 1:48 AM
Hi @Nicolás Martinez ,
I believe that the easiest way to acquire the timestamp is to configure the related input in the Expert mode option of the smartphone app ST BLE Sensor, as shown in the picture below:
If you otherwise want to set the board by code programming, you can use the DataLogExtended application that you can find in the FP-SNS-STBOX1 in the Projects folder (\Projects\STM32L4R9ZI-SensorTile.box\Applications\DataLogExtended:( it allows also the acquisition of the data and the timestamp with the Unicleo-GUI (via USB or BLE). The driver dedicated to the RTC is in the Drivers folder (\Drivers\STM32L4xx_HAL_Driver).
If my reply answered your question, please click on Select as Best at the bottom of this post. This will help other users with the same issue to find the answer faster.
-Eleon
