Implementing Arduino Data Logging to Google Sheets for Valve Actions
Hello everyone,
I want some expert opinions based on experience 🙂.
Although I have done some research but what way would you think it's best to implement data logging in Arduino ( the board I'm planning on using in my project) to record each action - in this case turning (ON a valve) to a spreadsheet like Google sheets.
Solution:Jump to solution
If you want to log events online somewhere, I'd reecon you go with some ESP32 or ESP8266 chip than going with Arduinio(atmega328). The ESP chip have built in wifi and bluetooth so you dont need to mess around with modules etc. You can still use the arduino IDE for programming them
7 Replies
Hey @Ben This sound like a classic XY problem, to help you better, could you please tell us the bigger picture on what you want to do?
Hi, here what I'm doing.
I'm trying to automate an artificial fish pond, that changes the water automatically, so I want to log that event
Each changes
Solution
If you want to log events online somewhere, I'd reecon you go with some ESP32 or ESP8266 chip than going with Arduinio(atmega328). The ESP chip have built in wifi and bluetooth so you dont need to mess around with modules etc. You can still use the arduino IDE for programming them
Thanks, I will go for esp 32
If power if not a consideration,you could also use GSM and do some http to your online excel.
Thanks 🙏,