Log/append text strings to a file on a remote website?
Posted: Wed Jan 04, 2017 5:06 pm
I have a logging device which sends data to a couple of thingspeak channels.
If there is a data anomaly it sends me an email.
This (usually) works for days without any problems.
There are numerous routine status messages which are verbose ( for examination in the event of a failure) and would exceed the ESP memory in less than a day.
There are no permanently powered PCs in the house but I do have a remote website and dropbox etc.
I would like to log the text messages by appending to a file on a website (or something) but have little web knowledge and at the moment I can't see how to do this using ESP BASIC.
Any suggestions?
I could use a local serial->sdcard solution but don't really want to tie up yet another Arduino to do this.
If there is a data anomaly it sends me an email.
This (usually) works for days without any problems.
There are numerous routine status messages which are verbose ( for examination in the event of a failure) and would exceed the ESP memory in less than a day.
There are no permanently powered PCs in the house but I do have a remote website and dropbox etc.
I would like to log the text messages by appending to a file on a website (or something) but have little web knowledge and at the moment I can't see how to do this using ESP BASIC.
Any suggestions?
I could use a local serial->sdcard solution but don't really want to tie up yet another Arduino to do this.