1

Topic: wifi e-farm!!!

hello everyone...I have a problem with my IoT - Farm Project...after connecting to the cloud...how can i save the data from [ sensors ( Temperature, Humidity, Soil Moisture ) , water pump , soil pump, fan and led ] ... i need to save the data (like in a database or so) for future viewing...and make it look like a chart or graph according to time...

thanks in advance...

2

Re: wifi e-farm!!!

i think you can use eeprom

3

Re: wifi e-farm!!!

EEPROM is not infinite.

4

Re: wifi e-farm!!!

Hi,

Personally, I would output the data locally to an SD card using the SD library at the same time you upload it to the cloud. This means you will have your data and as sensor data, a large flash card will store huge amounts of data readings.

Your code could then send the file to a local machine at defined intervals for merging into a local DB, or simply merged to an Excel spreadsheet.

Regards,

Christopher