DataLogging to Google Sheets #11127
Replies: 3 comments 3 replies
-
You could save the data to a csv file format on the Pico and then periodically upload the file to google drive using urequests + token. https://gist.github.com/prasathmani/5d78a6126c3e1920ffb6fd591a759edb |
Beta Was this translation helpful? Give feedback.
-
You can interface an SD card with your Raspberry PI Pico W. Your data will be recorded in a .txt file inside the SD card. You can export your data to excel from the text file. |
Beta Was this translation helpful? Give feedback.
-
direct solution : solution [3] is licenced (20 $/month) , [4] raspberry pi (From $35) . |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo Zusammen,
ich habe einen Raspberry Pi Pico W mit Micropython.
Hier möchte ich gerne Daten erfasst, wie z.B. Zeit, Datum, Temperatur, Luftdruck,etc.
Diese möchte ich gerne an eine Google Tabelle (Google Sheets) in einfügen. Um später diese Grafisch dar zu stellen.
Via IFTTT habe ich das bereits hin bekommen. Ich möchte aber gerne direkt mit der Tabelle Arbeiten, ohne Zwischendienst. Wenn das denn geht?
Ich kann in IFTTT lediglich 3 Daten per IFTTT senden, was zu wenig ist.
Oder gibt es andere Dienste als IFTTT die es ermöglichen mehrere Daten an eine Tabelle zu senden?
Ich habe jetzt soooo viele Videos und Anleitungen gesehen und versucht nach zu bauen. Aber meistens wird in Python oder C programmiert. Aber nie in Micropython. Oder es ist so umständlich, umfangreich, dass ich da einfach nicht mehr durch steige.
Könnten Sie mir da behilflich sein?
Danke schon ein mal im Voraus.
Hello everyone,
I have a Raspberry Pi Pico W with Micropython.
I would like to record data here, such as time, date, temperature, air pressure, etc.
I would like to paste this into a Google spreadsheet (Google Sheets). In order to later represent this graphically.
I was able to do that via IFTTT. But I would like to work directly with the table, without an intermediate service. What if that works?
In IFTTT I can only send 3 data via IFTTT, which is not enough.
Or are there services other than IFTTT that allow multiple data to be sent to a table?
I have now seen soooo many videos and instructions and tried to build. But most of the time programming is done in Python or C. But never in Micropython. Or it's so cumbersome and extensive that I just can't get through it anymore.
Could you help me with that?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions