I have a number of Arduino based sensors (48 in total) that talk to my Android device using USBSerial.
All OK and data comes in and send data to the sensors as expected.
I now wish to implement either a database or a lookup table to store certain parameters for the sensors.
This would reside on my Android device so connection to a remote database or lookup table is not required.
My questions are:
What would be a better choice - database or lookup table?
Are there any example apps for a complete novice like myself?
Many thanks
All OK and data comes in and send data to the sensors as expected.
I now wish to implement either a database or a lookup table to store certain parameters for the sensors.
This would reside on my Android device so connection to a remote database or lookup table is not required.
My questions are:
What would be a better choice - database or lookup table?
Are there any example apps for a complete novice like myself?
Many thanks