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
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
Was this page helpful?