GHA
Well-Known Member
So do I need a database, what to do?
The story so far... not finished yet but it looks like an arduino mega will be a busy hub of data onboard. Probably including engine revs, temp, exhaust temp, wind speed and relative direction, barometer pressure, battery voltage, GPS data plus no doubt many more. So since this is all happening it seems silly not to record it all. Easy on the arduino, just write it to a sd card. And should be easy to transfer over to a raspberry pi which acts as the nav computer running openplotter.
Then what?
So far the data is basically a .Csv file with everything time stamped.
So it would be nice to do something with all that lovely data, Like graph revs against engine temp over a days passage. Or whatever. And get it up onto the cloud.
My knowledge of databases isn't that great, so...... create something like a mysql locally in a drop box and let drop box take care of the uploading when WiFi is available ?
Or append a Google sheet each time WiFi is available?
With the IoT taking off there seems so much choice already.... hmmm..
Instinctively mysql seems the way to point the learning curve........
Thoughts?
The story so far... not finished yet but it looks like an arduino mega will be a busy hub of data onboard. Probably including engine revs, temp, exhaust temp, wind speed and relative direction, barometer pressure, battery voltage, GPS data plus no doubt many more. So since this is all happening it seems silly not to record it all. Easy on the arduino, just write it to a sd card. And should be easy to transfer over to a raspberry pi which acts as the nav computer running openplotter.
Then what?
So far the data is basically a .Csv file with everything time stamped.
So it would be nice to do something with all that lovely data, Like graph revs against engine temp over a days passage. Or whatever. And get it up onto the cloud.
My knowledge of databases isn't that great, so...... create something like a mysql locally in a drop box and let drop box take care of the uploading when WiFi is available ?
Or append a Google sheet each time WiFi is available?
With the IoT taking off there seems so much choice already.... hmmm..
Instinctively mysql seems the way to point the learning curve........
Thoughts?