Home › Forums › Mayfly Data Logger › Connecting to the Internet › Reply To: Connecting to the Internet
The plan is to take the sonar reading, battery voltage, and date string send it to the base unit then have the base unit send it to the website and MySQL database. I would also like to save the string to an SD card at the base station. This way I have a backup if the network should go down.
You mentioned having a table for each sensor in the database. I could have up to 15 sensor loggers communicating to the base station in 1 to 5 minute intervals for one client. Is it possible to combine the strings from all sensor loggers into one and send it to one table in the database? The sensors will be setup on individual ponds, then the report would look like:
Pond 1, Pond 2, Pond 3, etc.
These could probably be inserted into separate tables in the database then generate a report to combine them by date read.
This is getting way over my head. I appreciate all the help and code examples you are willing to share.
Scott