Replies: 3 comments 3 replies
-
I guess that your device memory may be limited and stack overflow or out of free heap can be occurred. I recommend devices like ESP32, ESP8266 and Raspberry Pi Pico W. |
Beta Was this translation helpful? Give feedback.
-
Hello, thank you for your fast answer. |
Beta Was this translation helpful? Give feedback.
-
WHoow - thanks for this very extensive answer. Now the problem is clearer to me - this makes sense. I saw on the Arduino Website that your library also works with the nano 33 iot - https://www.arduino.cc/reference/en/libraries/esp-google-sheet-client/ - but they are clearly mistaken. As the nano 33 iot is used quite a lot (by students) in Belgium - I was searching if the creation of the JWT token is also possible with the hardware encryption IC of the nano 33 iot (ATECC608A) and I came to this website: https://www.digikey.no/no/articles/an-easier-solution-for-securely-connecting-iot-devices-to-the-cloud after first reading this info: https://developers.google.com/identity/protocols/oauth2#:~:text=You%20use%20the%20client%20ID,to%20access%20a%20Google%20API. I hope that you will still have the time to inform me if a link between the nano 33 iot and google spreadsheet is possible (in the future?). I would be happy to send you a nano 33 iot to have a go with it.... looking forward to your answer (and thx again for your time) |
Beta Was this translation helpful? Give feedback.
-
using your code to create a new speadsheet - every time the code stops at this line:
bool success = GSheet.create(&response /* returned response /, &spreadsheet / spreadsheet object /, USER_EMAIL / your email that this spreadsheet shared to */);
this mis my serial monitor output:
I followed all steps in your Github to activate the API stuff in my google account
in the google sheets API I can see traffic response code of 200 every time I run the program- so this seems to be ok - but no new spreadsheet is created.
(I use an Arduino nano 33 iot)
Any help is welcome - I am a teacher and it would be so great to get this working for my students.
regards
Bart
Beta Was this translation helpful? Give feedback.
All reactions