Hello, I'm a last-year engineering student.
For my thesis I need to build an (electric) bike equipped with all kinds of sensors.
It is the intention to go for a ride and display the desired data (steering angle, power,...) on a tablet / smartphone.
After lots of searching on the web, i found a possible solution:
I have to work with an Arduino and a Raspberry Pi.
I need to connect the sensors to an Arduino, Arduino sends the data to the Raspberry Pi that stores the data.
The problem is that i don't know where to store the data.
I've read a lot about storing it on a database and control it via phpMyAdmin (or something similar).
But of course i have no wifi or ethernet connection.
So my question is: Where/how do I store the data I collect during my trip?