Embedded DataLogger - Uploading data to App Dev
Posted: Tue Dec 10, 2024 10:14 pm
Hi,
A customer go me thinking So just thought I would throw some ideas about.
( Honestly I really dont need an extra embedded project but...)
Could you get a PIC to save a continuous sensor reading to a removable SD card in an embedded project, then,
at a later date retieve/read the data into a App Dev project.
Then use App Dev to display / scroll the data.
I'm thinking about a single sensor, 16bit Value, 20Hz for 1 hour. that would be 144 kByte of data.
Obvious issues I can see,
how to read data from the SD Card
Could I get App Dev to handle the large number of data bytes, 144K
Graphing the data
Scrolling and zooming into a graph of data sounds tricky.
Currently just an idea and intertested if it seems fairly do-able.
thanks. J.
A customer go me thinking So just thought I would throw some ideas about.
( Honestly I really dont need an extra embedded project but...)
Could you get a PIC to save a continuous sensor reading to a removable SD card in an embedded project, then,
at a later date retieve/read the data into a App Dev project.
Then use App Dev to display / scroll the data.
I'm thinking about a single sensor, 16bit Value, 20Hz for 1 hour. that would be 144 kByte of data.
Obvious issues I can see,
how to read data from the SD Card
Could I get App Dev to handle the large number of data bytes, 144K
Graphing the data
Scrolling and zooming into a graph of data sounds tricky.
Currently just an idea and intertested if it seems fairly do-able.
thanks. J.