ardly:
The project splits into three parts;
- Capture data
- Send data
- Display/analyse data
If you want a proof of concept then start simple and then build on what you have done.
For a very simple start every five minutes you could log the date and time plus your readings to a csv file on an sd card.
At the end of the day you load the file from the sd card into a spreadsheet on a PC and analyse the data.
A step up from that would be to send a txt message with your readings every 5 minutes. A txt message can be upto 160 characters before it gets chunked into multiple messages, but that is more than enough to send the date and time plus six readings. At the receiving end you need to receive the txt message, and append the data to a file that can be read into a spreadsheet. If you are a whiz with the spreadsheet you can probably get it to automatically load the new data. Sending txts every 5 minutes could use 288 txts/day and you will need a transmitter and receiver sim so don't forget about costs.
If the train has WiFi then sending the data via that would be another step on the sending data front.
Once you have proved things with the spreadsheet you might want to move onto a database as suggested by @wvmarle. That is starting you down the route of building your own SCADA though so you might want to move straight to a SCADA.
Ok, I think It's time I start ordering some of the components.
step 1: Capturing Data
I've used the Uno since now am I better off upgrading to the Arduino Mega 2560?
Will a 16GB memory card be sufficient?
16GB DELKIN DEVICES - Flash Memory Card, MLC, MicroSDHC Card, UHS-1, Class 10, 16 GB, Utility+ MicroSD Series
Sensors:
Pressure sensor- 5V 0-1.2 MPa Pressure Transducer Sensor Oil Fuel Diesel Gas Water Air Sensor
Temp sensor:
Thermo-couple -
KA02 - Thermocouple, Fine Wire, K, -50 °C, +450 °C, Nickel Aluminium, Nickel Chromium, 1 m, KA02
4920983
Temperature Transmitter - SEM203 TC
The SEM203/TC is an in-head 4 to 20mA Transmitter that connects to a standard thermocouple sensor and converts the sensors temperature to a linear temperature 4 to 20mA signal
Power supply?
Should I stick to a battery for now, or Train 24V supply to a DC-DC power converter.