cancel
Showing results for 
Search instead for 
Did you mean: 

Teseo-VIC3DA Battery and SD card

azamir
Associate

Hi, 

I'm using TESEO-LIV3F. I  would like to know how to power this device when using the internal battery and how to log data to the SD card. 

 

Sincerely,

Aviad

2 REPLIES 2
Francesco Virlinzi
ST Employee

Hi

Sorry but what do you mean with internal battery? the Teseo-LIV3F has No internal battery.

VBAT is a pin where an external power supply has to be provided for internal module subsystem

On SD card you can log NMEA data using an external micros

You'd have to write an application on your host platform to write files to a MicroSD / SD Card.

Embedded Linux would likely facilitate this by way of the usual C STDIO functions for files, and on STM32 like platforms the use of FATFS and a SDMMC/SDIO interface layer.

What exactly you write to your files is up to you. The NMEA sentences as basic ASCII, you could write those as lines, perhaps buffering for efficiency. Or you could perhaps process the data and output a more compact form expressing latitude, longitude, etc in a different ASCII or Binary record form.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..