Send Data from NodeMCU to Google Sheets

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ก.ค. 2020
  • This video tutorial describes how to send sensor data from NodeMCU to Google Sheets without requirement of any third Party Software.
    Complete project details here: bit.ly/3jifehB
    Follow us on Instagram : / thatiotguy
    Song: Marin Hoxha & Alexis Donn - Saving Me
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 196

  • @pankajshukla8501
    @pankajshukla8501 2 ปีที่แล้ว +1

    Haven't tried it yet, but the video is awesome, very descriptive, instructions are very clear and. Thanks !!

  • @ebraheemmenda3719
    @ebraheemmenda3719 ปีที่แล้ว +1

    Super bro. Great self-explanatory video.♥

  • @hemantkumar-tv9kb
    @hemantkumar-tv9kb 3 ปีที่แล้ว

    Great Job bro, this helped a lot!

  • @zigstar4you
    @zigstar4you 8 หลายเดือนก่อน

    It’s possible to adjust script so if any value is existing,for example a row have the same data, to now write. So no duplicates of data?

  • @yanliu6914
    @yanliu6914 3 ปีที่แล้ว

    Thanks a lot! The work is clearly illustrated and greatly documented!

  • @SimonCancer-qv3vy
    @SimonCancer-qv3vy 7 หลายเดือนก่อน +1

    Thank you so much for this video. It's help me a lot🥰

  • @thatiotguy8837
    @thatiotguy8837  3 ปีที่แล้ว +4

    Update 2021: The library works for 9 parameters as of now. It's published in the GitHub Repo.
    Happy Working!!
    Update 2020:
    The library file I made is currently working for 4 parameters only, I will be generalizing it for 'n' no of parameters, thanks for all who tested and let me know, I will update in my GitHub once the work is done, meanwhile if you want to send > 4 parameters at once, feel free to try the other tutorial (2019) on my hackster.io/thatiotguy page.
    In case you want it within this library, you can ping me over ig, I will provide you with a beta version of the library.

  • @creativeelectronicchannel7647
    @creativeelectronicchannel7647 2 ปีที่แล้ว

    Thanks a lot clear information is here

  • @Burgyste
    @Burgyste 3 ปีที่แล้ว +2

    Great work , i´m new and stuck, when I test I recieve "Script function not found: doGet" back, please help.

  • @sitinurrahmawati3218
    @sitinurrahmawati3218 ปีที่แล้ว

    Hi, thank you so much for the video. It helps me a lot. I have followed all the steps but when test for the working URL the values aren't written successfully, how could it happen? Would you mind giving me a hand? Thanks.

  • @aelinwhitehorn3526
    @aelinwhitehorn3526 ปีที่แล้ว

    Where do you get the trigger wifi library

  • @hentauigacha6147
    @hentauigacha6147 2 ปีที่แล้ว

    Hi, I like the video very much. I am new to this kind of code and your video is very helpful. i am using your code to send GPS coordinate to the spreadsheet. after some modification, the code works. Now, I want to change the column of where the value will be posted to the spreadsheet, but after changing the value in the google script, it did not change at all. could you please tell me how to change the value to paste to another column ?
    thanks

  • @lax-qe1fr
    @lax-qe1fr 2 ปีที่แล้ว

    what's your board library version

  • @shubhambawane199
    @shubhambawane199 3 ปีที่แล้ว +2

    thanks a lot bro

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว +1

      Hope you like the library file.

  • @Ohdongjoon
    @Ohdongjoon 2 ปีที่แล้ว +1

    Thanks for your video~.... Some modifications were needed, but I checked it while testing it as I followed it. ..Thank you. It takes about 3 seconds to save the data to check, but I am curious if it is possible to save it faster.

    • @bhavyasharma6895
      @bhavyasharma6895 2 ปีที่แล้ว

      how you solved the error of esp8266/Arduino CI has failed
      ,closing connection
      ,?

  • @Sarjanandeso
    @Sarjanandeso ปีที่แล้ว

    great job

  • @undaunted1796
    @undaunted1796 3 ปีที่แล้ว

    How can I send String or text from esp8266 to spreadsheet
    because right now I'm just limited to send float data

  • @larsniklassonhede3798
    @larsniklassonhede3798 3 ปีที่แล้ว

    Many many thanks. Works fine after changed: void Google_Sheets_Init(char array_2d[10][24], String sheets_gas_id, int param_size); // from 6 to 24
    and : char column_name[ ][24]={"x","y"};; // 6 to 24 And put the TriggerLibs as local tabs.
    I don't want to have seconds in second raw. How can I reduce that? Tried a lot!!
    My application is my Robot LawnMover. If it is out or in and how many minutes in or out. If I am not at home I can see if the mover has been out for long and I can call a neighbour to check the problem.

  • @sukasuka402
    @sukasuka402 2 ปีที่แล้ว

    brother, may I request to measure wind speed and direction using a hall effect sensor with a method like this🙏🏻

  • @supremeleader5516
    @supremeleader5516 3 หลายเดือนก่อน

    amazing

  • @saquibshahriar1963
    @saquibshahriar1963 3 ปีที่แล้ว +11

    How to Solve this error??:
    cannot convert 'char (*)[20]' to 'char (*)[6]' for argument '1' to 'void Google_Sheets_Init(char (*)[6], String, int)'

    • @user-ur7rt7go3z
      @user-ur7rt7go3z 3 ปีที่แล้ว

      Could u solve this issue?

    • @yanliu6914
      @yanliu6914 3 ปีที่แล้ว +4

      ​@@user-ur7rt7go3z So I solved this, by changing the character number from 6 to 24 in the library file. And the specification in the Arduino file needs to be 24 also and no space or special characters as well. Hope this helps!

    • @lucasdelima265
      @lucasdelima265 2 ปีที่แล้ว

      @@yanliu6914 how was the code ?, I'm having the same difficulty

    • @khrisnacannyekaputra5835
      @khrisnacannyekaputra5835 2 ปีที่แล้ว

      @@yanliu6914 How to do that ??

    • @diegoestebandagatti4150
      @diegoestebandagatti4150 2 ปีที่แล้ว

      You must modify the googhlesheets routine and put 20 too. I mean not only in the .ino file.

  • @arjunbprakash3289
    @arjunbprakash3289 3 ปีที่แล้ว

    initializer fails to determine size of 'column_name_in_sheets'
    How to solve it? Please help

  • @soumendrasingh1
    @soumendrasingh1 2 ปีที่แล้ว

    Excellent project. Made it successfully. But in sheets it updates 6 values and then nothing. Any idea why? I restart the Arduino and then i start getting updates again. I need to get updates continuously. TIA

  • @Technocrats91
    @Technocrats91 2 ปีที่แล้ว

    When using “Deploy as web app” what to do if permissions is set as “Only myself”

  • @jcasas2006
    @jcasas2006 3 ปีที่แล้ว

    Hi, great job. I have followed the steps and it works perfectly. Just one doubt, the numerical data (float) is sent to the spreadsheet using the point as a decimal separator), is it possible to send it using a comma?

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว +1

      Yes, you can make it as string and send including comma, then separate the same in the script in case you want, else can be as it is.

    • @user-jl6cq6tq5l
      @user-jl6cq6tq5l 2 ปีที่แล้ว

      @@thatiotguy8837 can you build a spreadsheet and wifi trigger library using esp32?

    • @thatiotguy8837
      @thatiotguy8837  2 ปีที่แล้ว

      @@user-jl6cq6tq5l I have shown it in the above video, you can try it out yourself, if you encounter any error, I am happy to help.

    • @naufalfurqon1850
      @naufalfurqon1850 ปีที่แล้ว

      @@thatiotguy8837 i have an error here, can you help mee?

  • @viralpatel1971
    @viralpatel1971 8 หลายเดือนก่อน +1

    will it work if i am using arduini uno instead of esp8266??????

    • @ahmedbenhmad1481
      @ahmedbenhmad1481 2 หลายเดือนก่อน

      no you need a wifi module

  • @lifeisbeautiful0401
    @lifeisbeautiful0401 7 หลายเดือนก่อน

    Can u show the connections of node MCU please

    • @thatiotguy8837
      @thatiotguy8837  7 หลายเดือนก่อน

      I don't have the schematics with me now, but it can be a generic connection depending on what sensor you are interfacing.
      The tutorial is generalised to use any sensor with it, and it will work.

  • @muhammadsameer883
    @muhammadsameer883 3 ปีที่แล้ว

    Thanks Bro. Worked for me very well. but I want to send data to only row everytime(overwrite the value) but couldn't get success

    • @muhammadsameer883
      @muhammadsameer883 3 ปีที่แล้ว +1

      @@thatiotguy8837 Yes i worked around by using counta () function to get only the final value. thanks a lot brother

  • @prabhkiratsingh8490
    @prabhkiratsingh8490 ปีที่แล้ว

    bro what to do for ESP32 ??

  • @19sea8watermeter5
    @19sea8watermeter5 2 ปีที่แล้ว

    good job

  • @blancoffee9444
    @blancoffee9444 ปีที่แล้ว

    how can i do this with an ir sensor plss

  • @pankajshukla8501
    @pankajshukla8501 2 ปีที่แล้ว +3

    How do I resolve the below error ?
    /Arduino/libraries/Nodemcu-to-Google-Sheets-master/TRIGGER_GOOGLESHEETS.h:156:14: error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'
    156 | if (client.verify(fingerprint, host))
    | ^~~~~~
    exit status 1
    Error compiling for board NodeMCU 1.0 (ESP-12E Module).

    • @jashwanth.m9911
      @jashwanth.m9911 2 ปีที่แล้ว

      did u solve it???

    • @kaushalamrutkar7621
      @kaushalamrutkar7621 2 ปีที่แล้ว

      Have you solved this error

    • @_MS_AKHIL
      @_MS_AKHIL 2 ปีที่แล้ว

      Same issue. Did you resolve it?

    • @aloisluong6517
      @aloisluong6517 2 ปีที่แล้ว +4

      There seems to be backwards incompatibility with the new 3.0.0 update of the ESP8266. Go to Boards Manager, uninstall your current ESP8266 version and install an older version. Version 2.6.0 seems worked for me

  • @tejasphutane7229
    @tejasphutane7229 2 ปีที่แล้ว

    How can I implement this using Arduino Uno and esp8266-01 WiFi module?

  • @vikasraikwar786
    @vikasraikwar786 2 ปีที่แล้ว

    it worked for me finally but unable to add more columns....plz help

  • @Ziqastory
    @Ziqastory 3 ปีที่แล้ว

    hi, great explanation. How can i get the data for every second? is it possible?

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      Yes, that is possible, just remove the delays used in the library file and other places.

  • @deepakreddy2881
    @deepakreddy2881 3 ปีที่แล้ว +2

    Great Job, I uploaded the code without error but the parameters are not getting updated in sheet
    When I update the values through the browser, it gets reflected.

    • @lohithkumar9072
      @lohithkumar9072 2 ปีที่แล้ว

      please help me to send with out error code

  • @royng14
    @royng14 2 ปีที่แล้ว +3

    how to fix :-
    'class BearSSL::WiFiClientSecure' has no member named 'verify'

  • @piyushkhoda9532
    @piyushkhoda9532 ปีที่แล้ว

    It is very useful but it gives me error on code please help me to add trigger libreary

  • @lolzers2154
    @lolzers2154 2 ปีที่แล้ว

    hi, i am really new to this. At the end, if i disconnect it from the PC and use a powerbank to power the NodeMCU, will it still automatically log the data on google sheets without the computer?

  • @RajeshBManjunath
    @RajeshBManjunath 2 ปีที่แล้ว

    'class BearSSL::WiFiClientSecure' has no member named 'verify'.
    Iam getting this error

  • @omeizaaliu3113
    @omeizaaliu3113 3 ปีที่แล้ว

    Hi please I get this error, Script function not found: doGet please get back

  • @mrtesla235
    @mrtesla235 3 ปีที่แล้ว

    Super bro

  • @nupurpurohit6841
    @nupurpurohit6841 3 ปีที่แล้ว +1

    great work!!

  • @rohithp2157
    @rohithp2157 2 ปีที่แล้ว +1

    I got some error
    in serial monitor can't connect google script plz any one help me i get tired to searching a error 😪

  • @ronaldolopez7263
    @ronaldolopez7263 2 ปีที่แล้ว

    como puedo enviar y después borrar los datos recolectados de mi sensor en Google sheets cada 24 horas?

  • @vietanhkhuc
    @vietanhkhuc 2 ปีที่แล้ว

    TRIGGER_WIFI.h: No such file or directory
    . how to fix ? thanks you

  • @mrtesla235
    @mrtesla235 3 ปีที่แล้ว +1

    Can you please help me to send coin mechanism data from Arduino to nodemcu and Excel sheets

  • @user-tl7xx4dv9m
    @user-tl7xx4dv9m 3 ปีที่แล้ว

    Great job, I need to send > 4 parameters, how I should do.

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว +1

      You can ping me on Instagram, I will share the library file with you over there.

    • @user-tl7xx4dv9m
      @user-tl7xx4dv9m 3 ปีที่แล้ว

      @@thatiotguy8837 my ig is sugar_rush39, thank you very much.

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      @@user-tl7xx4dv9m File is Shared!! Let me know for any modifications required.

    • @erictapiagarcia4395
      @erictapiagarcia4395 3 ปีที่แล้ว

      @@thatiotguy8837 The account is canceled, could you also pass me the library of +4 parameters?

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      @@erictapiagarcia4395 Sure, I have shared the same in Hackster with you, check and update me.

  • @eugenejoseph1428
    @eugenejoseph1428 3 ปีที่แล้ว

    Hello.. im sorry i want to ask.. first i used ur tutorial for sending mlx reading data and it works.. thanks to u! now i want to send rfid uid tag.. i try but it won't work cause the serial monitor said the data from mfrc reader its in string mode.. and it cant be send cause the data we send is in float type
    can u help me solve my problem? thanks before. :)

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      Yeah, currently the data to sheets accept the float values only.
      You can modify it to pass a structure which will solve your issue.

    • @antoniodembech2411
      @antoniodembech2411 ปีที่แล้ว

      i have changed the library

  • @TOMTOM-nh3nl
    @TOMTOM-nh3nl 3 ปีที่แล้ว

    Thank You

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      You are welcome my dear friend!!

  • @khairunnisarizki3336
    @khairunnisarizki3336 3 ปีที่แล้ว +1

    hey sir, this is a great project! I have a project fr my tesis bout this program, bt i have a problem with the script. it always said "Cannot read property 'parameter' of undefined". How can i solve this? i really need ur help sir>

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      Can you share the script you used?

    • @productivindoid9069
      @productivindoid9069 3 ปีที่แล้ว

      Ahh same im doing a thesis about this🙌🏿

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว +1

      @@productivindoid9069 I would love to know, what are you actually doing, if you are allowed to tell.

    • @productivindoid9069
      @productivindoid9069 3 ปีที่แล้ว +1

      @@thatiotguy8837 sure thing man, in short its just creating temp/humidity/pressure portable sensor which transmits data to thingspeak while also writing to sd card (in case net broke down)

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      @@productivindoid9069 It's cool.

  • @darkmusic9510
    @darkmusic9510 ปีที่แล้ว

    Nice

  • @minhajisminhaj
    @minhajisminhaj 11 หลายเดือนก่อน

    No hope to get reply 😅. Bro awesome its working but i wanted to send characters/text how can i do that...?? Pls reply🙄

    • @thatiotguy8837
      @thatiotguy8837  11 หลายเดือนก่อน

      You can send them as a string, in firmware I am converting float to string, and then sending those.

  • @rohanjuikar1551
    @rohanjuikar1551 2 ปีที่แล้ว

    D:\Arduino\libraries\TRIGGER_Library/TRIGGER_GOOGLESHEETS.h:95:3: error: 'client' was not declared in this scope
    how to solve this error

  • @ravikumarbiradar4728
    @ravikumarbiradar4728 ปีที่แล้ว

    any one with anonymous option not available

  • @rabindrasharma
    @rabindrasharma 8 หลายเดือนก่อน +1

    156 | if (client.verify(fingerprint, host))
    | ^~~~~~
    Using library Nodemcu-to-Google-Sheets-master in folder: C:\Users\Rabindra\Documents\Arduino\libraries\Nodemcu-to-Google-Sheets-master (legacy)
    Using library ESP8266WiFi at version 1.0 in folder: C:\Users\Rabindra\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\3.1.2\libraries\ESP8266WiFi
    exit status 1
    Error compiling for board NodeMCU 1.0 (ESP-12E Module).

  • @protoback
    @protoback ปีที่แล้ว

    Hello... Excellent video.. I tried to to it but shows me an error in both sides.. can u help me?

  • @lohithkumar9072
    @lohithkumar9072 2 ปีที่แล้ว

    your code get more errors send fullely compalied code link

  • @lindabotas1844
    @lindabotas1844 3 ปีที่แล้ว

    Congratulations for the great work, with three values ​​if I load data to sheets, but when I expand the parameters in the script as in the ino code, it does not load them, it remains blank. Could you give me a hand? Thanks a lot

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว +1

      Sure, I will let you know within an Hour.

    • @lindabotas1844
      @lindabotas1844 3 ปีที่แล้ว

      @@thatiotguy8837 Thank you very much, I look forward to your answer. I don't know if it's the appscript or the ino code ... I still do it wrong ...

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว +1

      @@lindabotas1844 Please find the updated one in GitHub for the same in Pull request, verify for 9 parameters.

    • @lindabotas1844
      @lindabotas1844 3 ปีที่แล้ว

      @@thatiotguy8837
      I'm going to look at github and check that I can load 9 parameters to the spreadsheet.
      Thank you very much for your help, whatever happens I answer you.

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว +1

      @@lindabotas1844 Yeah, do let me know if any issue is there. I don't have the board with me right now, I will try and still update.

  • @PSTalk
    @PSTalk ปีที่แล้ว +3

    Bro Your Video is very Nice. Thanks a lot for that. But i got this error when compiling the code in Arduino. Please help.
    error: initializer-string for array of chars is too long [-fpermissive]
    char column_name_in_sheets[ ][6] = {"value1","value2","value3"};
    ^
    DHT11:5:63: error: initializer-string for array of chars is too long [-fpermissive]
    DHT11:5:63: error: initializer-string for array of chars is too long [-fpermissive]
    exit status 1
    initializer-string for array of chars is too long [-fpermissive]

    • @user-cv5rs5ek3v
      @user-cv5rs5ek3v ปีที่แล้ว

      did you solve it ?

    • @PSTalk
      @PSTalk ปีที่แล้ว

      @@user-cv5rs5ek3v solved.

    • @hasithdeshan7734
      @hasithdeshan7734 ปีที่แล้ว

      @@PSTalk can you explain how you solved it?

    • @PhanNhuThuanB
      @PhanNhuThuanB ปีที่แล้ว

      relpace "value1" by "a", b, c .... but I uploaded code to my ESP8266 and it didn't send data to Sheet... sad

    • @rajshah2116
      @rajshah2116 ปีที่แล้ว

      hey can you tell how you solved this error i am getting the same one...

  • @mistahchap6972
    @mistahchap6972 3 ปีที่แล้ว

    jey i was trying the arduino code but i can't seem to get the clientsecure library

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      You proper wifi library before using google sheets, or use trigger wifi, and make sure you read each and every line of comments.

    • @mistahchap6972
      @mistahchap6972 3 ปีที่แล้ว

      @@thatiotguy8837 damm nice okay fixed it it works just fine now but it says esp8266/arduino CI failed how do i fix that ?

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      @@mistahchap6972 that's not required, it will work without that.

    • @mistahchap6972
      @mistahchap6972 3 ปีที่แล้ว

      @@thatiotguy8837 okay thanks ur the best man keep it up

    • @mistahchap6972
      @mistahchap6972 3 ปีที่แล้ว

      it doesn't print the values though

  • @dhaneshbaheti
    @dhaneshbaheti 3 ปีที่แล้ว +1

    thnx

  • @elektroasik
    @elektroasik 2 ปีที่แล้ว

    How can i send integer data?

    • @thatiotguy8837
      @thatiotguy8837  2 ปีที่แล้ว

      It has to be converted to equivalent string.

  • @StBaNc
    @StBaNc 10 หลายเดือนก่อน

    Por favor actilize el video ,

  • @roadsandtransportation2517
    @roadsandtransportation2517 2 ปีที่แล้ว

    Can we send Google sheet data to esp8266

    • @thatiotguy8837
      @thatiotguy8837  2 ปีที่แล้ว

      You can tweak it in Script of sheet, and have one api to fetch the data.

  • @LimitlessScience20
    @LimitlessScience20 2 ปีที่แล้ว

    Getting Error: 'class BearSSL::WiFiClientSecure' has no member named 'verify'

  • @LLAKCOLNU
    @LLAKCOLNU ปีที่แล้ว

    Stuck on client .verify(fingerprint, host)

    • @rajshah2116
      @rajshah2116 ปีที่แล้ว

      do you solved it??

  • @ibrahimbhavnagarwala7160
    @ibrahimbhavnagarwala7160 3 ปีที่แล้ว

    if I wanted to send data to six rows then would I just change the No_of_Parameters to 6? would I have to do anything else?

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      Yes, and in script also you should have atleast that many no of parameters included.

  • @hamzarauf320
    @hamzarauf320 2 ปีที่แล้ว

    its a Great job while working with same project we face an error "send_data_n_Gge_sheet:7:35: fatal error: TRIGGER_GOOGLESHEETS.h: No such file or directory
    #include "TRIGGER_GOOGLESHEETS.h"
    ^
    compilation terminated.
    exit status 1
    TRIGGER_GOOGLESHEETS.h: No such file or directory
    "
    can you plz Guide me ho to resolve this issue
    Thank you

    • @gepeto1075
      @gepeto1075 2 ปีที่แล้ว

      did you solve ? my error is: "TRIGGER_WIFI: NO SUCH A FILE OR DIRECTORY"

  • @seanmphoto
    @seanmphoto 2 ปีที่แล้ว

    Would love for this to work, but none of the data is transmitted to the google sheet. This is my serial monitor result:
    ................
    WiFi connected
    IP address:
    10.0.0.152
    column_name= value1
    column_name= value2
    column_name= value3⸮
    Sensor Values : 1.00
    Sensor Values : 2.00
    Sensor Values : 3.00
    connecting to script.google.com
    certificate matches
    requesting URL: /macros/s/myGAS ID is in here correctly/exec?value1=1.00&value2=2.00&value3⸮=3.00
    request sent
    headers received
    esp8266/Arduino CI has failed
    reply was:
    ==========
    284
    ==========
    closing connection
    What is a reply of 284 and what does the "esp8266/Arduino CI has failed" actually telling me to change?

    • @thatiotguy8837
      @thatiotguy8837  2 ปีที่แล้ว

      It should work, check around the sheets you used.

  • @devashishsinghania3119
    @devashishsinghania3119 ปีที่แล้ว

    sir please sent us arduino code

  • @paulocarneiro9870
    @paulocarneiro9870 3 ปีที่แล้ว

    Sensor Values : 1.00
    Sensor Values : 2.00
    Sensor Values : 3.00
    connecting to script.google.com
    certificate matches
    requesting URL: /macros/s/AKfycbzj9g9U6iOjmGoBgrVzGmRuGSmYzlHIi55YY3Amz21n/exec?value1=1.00&value2=2.00&value3=3.00
    request sent
    headers received
    esp8266/Arduino CI has failed
    reply was:
    ==========
    236
    ==========
    closing connection
    INFORMANDO
    PORÉM NÃO ATUALIZA NA PLANILHA GOOGLE SHEET, AJUDA .

  • @ibrahimbhavnagarwala7160
    @ibrahimbhavnagarwala7160 3 ปีที่แล้ว

    How would we change the code if we were using an arduino with wifi built in such as arduio Uno wifi rev2 or arduino yun?

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว

      You can remove Trigger WiFi Library, and include WiFi Library for your board, just the NOTE is you need to declare WiFi Client Secure before including Trigger_GoogleSheets library cause GoogleSheets Library uses WiFi Client Secure, so just make sure whatever you do, define wifi client secure before using google sheets library.
      For more details, comments are there in the provided code.

  • @alitaheri9518
    @alitaheri9518 2 ปีที่แล้ว

    I got so many Errors following up on the instruction here.
    1. Testing the Deploy link: Sorry, unable to open the file at present.
    2. Compiling the Arduino codes: cannot convert 'char (*)[20]' to 'char (*)[6]'
    I tried a few ways of course the solve the issues but surprisingly I could not.
    I can not go further while issues need to be solved. Can you please help?

  • @umarjam5466
    @umarjam5466 3 ปีที่แล้ว +2

    Getting this error at line 5.
    initializer-string for array of chars is too long [-fpermissive]
    char column_name_in_sheets[ ][6] = {"value1","value2","value3"}; This line.

    • @davideciulli7856
      @davideciulli7856 3 ปีที่แล้ว +2

      Risolto devi trasformare value1 value2 e valute 3 in va1 va2 va3

    • @leninht60
      @leninht60 3 ปีที่แล้ว

      You also need to change in the lib "TRIGGER_GOOGLESHEETS.h"

    • @thalesfelipe5928
      @thalesfelipe5928 2 ปีที่แล้ว

      When I changed the variable in the programation, I need to change too in the web code, in google sheets.

    • @gepeto1075
      @gepeto1075 2 ปีที่แล้ว

      @@thalesfelipe5928 Tales campeão, você conseguiu fazer funcionar ? Estou com o mesmo problema do rapaz e não consigo achar solução, por favor se puder me ajudar eu ficaria agradecido.

    • @thalesfelipe5928
      @thalesfelipe5928 2 ปีที่แล้ว +1

      @@gepeto1075 tenta mudar o código igual Davide falou: em vez de colocar value1, value2... Coloque va1... No arduíno e no editor de script. Dps de mudar no editor de script, precisa salvar e enviar o app para web novamente. Tenta e dps me responde

  • @fireworm91
    @fireworm91 3 ปีที่แล้ว

    i can not belive i can't make it work... =(

    • @fireworm91
      @fireworm91 3 ปีที่แล้ว

      it works. but i do not know why i can not visualize in real time... unless i go to drive and open the sheet again

    • @thatiotguy8837
      @thatiotguy8837  3 ปีที่แล้ว +1

      @@fireworm91 that should not happen, make sure you have proper internet connection, and try making a fresh sheet if it doesn't work.

    • @fireworm91
      @fireworm91 3 ปีที่แล้ว +1

      @@thatiotguy8837 yes. I have read about it. Other users have similar problems.
      They made new gaccounts and it solved the problem

  • @pcbfly5267
    @pcbfly5267 2 ปีที่แล้ว

    PERO EXPLICA MINIMO...

  • @josuefranciscoponceponcede4530
    @josuefranciscoponceponcede4530 ปีที่แล้ว

    I need some urgent help, where can I contact you?
    It´s a problem when I try to implement 9 parameters to send.
    Pls I need it urgently, I already tried contacting you via Instagram

  • @janisgurkevics3281
    @janisgurkevics3281 ปีที่แล้ว

    Datora.nope
    Nit.naudu.

  • @md.azmolhaque3176
    @md.azmolhaque3176 3 ปีที่แล้ว

    Great work , i´m new and stuck, when I test I recieve "Script function not found: doGet" back, please help.

    • @paulocarneiro9870
      @paulocarneiro9870 3 ปีที่แล้ว

      PRIMEIRO VOCÊ SALVA PARA DEPOIS PUBLICAR, ISSO IRÁ FUNCIONAR