Hi All,
I am working on a project which involves Arduino UNO and Adafruit CC3000 to store the values of TMP36 and Vibration sensor into a MAMP server. Once the data is stored I have an application to read the data from the server.
But I am struggling to find a way to send data as I have less knowledge of Arduino.
Mostly the data generated by the Arduino will be
(Date, Time, Temperature, VibrationX, VibrationY, VibrationZ)
Please reply with any suggestions.
Thanks.