Hello all, Newbie here. I have a project that I am spitballing with, I need to read sensor data from a Honeywell HPMA115S0-XXX, and have it logged with a GPS overlay to a data logger in Excel format. Is this possible with arduino or would I need a more complex system like Raspberry pi? I have a Mega 2560, Uno R3, and a bunch of digisparks,
have it logged with a GPS overlay
What does that mean?
It would be possible to read the gas sensor and read the required GPS data and save those data to variables that can be formatted into a CSV format to be transmitted to a data logger via Serial (or other transmission method).
whats "excel format"
Mark
Gps overlay pertaini,g to having the information from the sensor and the gps position saved in the same log file to be imported into the Google earth spreadsheet function, and "excel format" as in an XLS file.
The Arduino can write out a .csv file (comma separated values).
Use Excel to convert .csv to .xls or .xlsx