Appending sensor values on server
Posted: Wed Feb 10, 2016 3:19 am
Hello!
I am preety new in the world of electronics. My plan is to make a project of measuring vibrations with ADXL335 accelerometers connected to Teensy 3.1 and being capable of saving data localy on SD card and also sending data into cloud.
For now I made system which is capable of saving data on SD card (refference was dataLogger.ino code). With this code I can log data with 50 samples/second.
I would like to implement some code which would send logged data also into the cloud. I found examples for logging temperature and humidity and send values to Thingspeak portal, but there is limitation of sending only one value in 15 second interval (I have much higher rate)
My question is how should I start solving problem of uploading data into cloud whith high sample rate (which portal, if any?). I would also like to know if ESP8266-1 is capable of sending data on server with such high rate. If not what are the options to make this projec alive?
Thank you!
I am preety new in the world of electronics. My plan is to make a project of measuring vibrations with ADXL335 accelerometers connected to Teensy 3.1 and being capable of saving data localy on SD card and also sending data into cloud.
For now I made system which is capable of saving data on SD card (refference was dataLogger.ino code). With this code I can log data with 50 samples/second.
I would like to implement some code which would send logged data also into the cloud. I found examples for logging temperature and humidity and send values to Thingspeak portal, but there is limitation of sending only one value in 15 second interval (I have much higher rate)
My question is how should I start solving problem of uploading data into cloud whith high sample rate (which portal, if any?). I would also like to know if ESP8266-1 is capable of sending data on server with such high rate. If not what are the options to make this projec alive?
Thank you!