RFID Attendance System using NodeMCU and Google Sheets

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • Today, I will show you how to make an RFID based attendance system using NodeMCU ESP8266 and log the attendance data to Google Sheets along with the RFID tag holder name. You can use this system for a company or school who what to log the attendance data in Google Sheets. such as attendance date, attendance time, and student or employee name.
    You can also try some other sensors, such as DHT11 Humidity and Temperature sensor, to send the data to google sheets using NodeMCU, by making simple changes in the code. I have used Google Sheets in this project because It is free and easy to use other than a cloud platform. You can also write Google Sheet Scripts to make project as per your requirements.
    Parts Required For This Project:
    1. NodeMCU ESP8266 - amzn.to/3Zzm1bJ
    2. RFID Reader Module - amzn.to/3mNOtYy
    3. RFID Tags
    4. Jumper Wire
    --------------------------------------------------------------------------------------------------------------------
    Useful Video Links
    --------------------------------------------------------------------------------------------------------------------
    ESP32 Relay Control With Google Sheets
    • ESP32 Relay Control Wi...
    ESP32 GPS Data Logger with Google Sheets
    • ESP32 GPS Data Logger ...
    How to Use RFID RC522 with Arduino
    • Arduino RFID | How to ...
    --------------------------------------------------------------------------------------------------------------------
    Social Media Links
    --------------------------------------------------------------------------------------------------------------------
    GitHub:
    github.com/ahm...
    UA-cam:
    www.youtube.co...
    --------------------------------------------------------------------------------------------------------------------
    Download Code
    --------------------------------------------------------------------------------------------------------------------
    github.com/ahm...
    --------------------------------------------------------------------------------------------------------------------
    Disclaimer
    --------------------------------------------------------------------------------------------------------------------
    Disclaimer: All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.
    #NodeMCU #RFID #NodeMcuProjects

КОМЕНТАРІ • 372

  • @nara7814
    @nara7814 2 роки тому +1

    Love from India. Your code worked in single trial. Fantastic and thanks a lot.

  • @chaitanyaashtekar9690
    @chaitanyaashtekar9690 2 роки тому +2

    I'm amazed!!!!!
    It worked in just one go!!!
    Thanks! ♥

  • @josephzajdler
    @josephzajdler Рік тому +1

    I managed to get this working as well.
    Thank you very much for the excellent video.
    It sucks that the fingerprint expires making this a short term project, but very educational.

    • @AhmadLogs
      @AhmadLogs  Рік тому +2

      Thank a lot

    • @harshalsolat3047
      @harshalsolat3047 Рік тому +1

      Hey!...Hello!...can we get in contact?...I am facing an issue!

  • @mehmet83edu
    @mehmet83edu 2 роки тому +1

    You satisfy all our curiosity. thanks.

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      So nice of you

    • @AhmadLogs
      @AhmadLogs  2 роки тому +1

      connect the buzzer to pin D2

  • @almeeraamsanarachmani5395
    @almeeraamsanarachmani5395 11 місяців тому +1

    Firstly, thank you so much for sharing the tutorial. You explained it very well. But I have a question, could we make a google sheet database instead of writing some data (name, student ID, etc) to the RFID tags so the RFID scanner can detect which RFID tag it belongs to? Thank you🙏

  • @getmedia9770
    @getmedia9770 Рік тому

    Sir, I really appreciate your work and I'm from Ethiopian Stem center and my name is Ebisa Aschalew
    I'm working in great project Which is related to RFID so please post another vedios about RFID

  • @s.k.plastics8881
    @s.k.plastics8881 Рік тому +1

    That was an amazing and useful video appreciating your work. Also i would like to know how we can use Arduino keypad to allow employee enter how many bags they have manufactured in a day(Consider this as an manufacturing industry) which can be stored in the google sheet.
    I would be very glad to see this on your channel
    Looking forward for your reply.

    • @AhmadLogs
      @AhmadLogs  Рік тому +1

      will try

    • @s.k.plastics8881
      @s.k.plastics8881 Рік тому

      @@AhmadLogs thanks!

    • @fireteamomega2343
      @fireteamomega2343 10 місяців тому

      You would need another input source like from a keypad then make a variable attach the variable output to another column field in Google sheets like he did with name date ect. You could probably just duplicate those lines of code and change the variable inputs.

  • @user-br5pr3fd4u
    @user-br5pr3fd4u Рік тому +1

    Thank you a lot ,sir.I did it and worked so well.We made it in group and when we showed that in school they agreed to fix it in the school.They requested us that, can we make it like each student who shows the card to it, the name may appear in different Google sheets accoding to class wise.eg:if 10-A class students shows his card ,the name may be registered on the a sheet named 10-A.Can you help us to do this .I think that you can definitely help us and upload a video on it .Hope you could do do it Faster. Please help us

  • @itsarpitasarkar589
    @itsarpitasarkar589 Місяць тому

    Sir did you use buzzer in hardware cause in circuit diagram there is buzzer shown in it

  • @shakerileiwat4341
    @shakerileiwat4341 2 роки тому +1

    Am,azing , love it ♥
    Thank you

  • @lulithagihan7817
    @lulithagihan7817 Рік тому

    Total clear. Thanx ❤️

  • @jagadishwaranelumalai959
    @jagadishwaranelumalai959 11 місяців тому

    superb explanation sir

  • @kali8854
    @kali8854 Рік тому +1

    Hello thanks for this video. I have this issue with registering name with the card using the first code in the video. After I upload the code there is no message appearing in the serial monitor? What might be the cause? Thank you

  • @FalahgsGate
    @FalahgsGate 2 роки тому

    thanks for bets tutorial but why I got the error" Firmware Version: 0xFF = (unknown)
    16:30:57.524 -> WARNING: Communication failure, is the MFRC522 properly connected?
    16:30:57.524 -> Scan PICC to see UID, SAK, type, and data blocks..."

  • @user-xv8kv3ku6l
    @user-xv8kv3ku6l 6 місяців тому +1

    URl is not able to connect what should I do???

  • @RexRoz
    @RexRoz 2 роки тому +1

    Hi there kind sir. This is awesome. i am yet to try this yet. But wondering if we can do multiple RFID scanners at different locations with same rfid tag? imagine that we scan at location A = Google sheet shows IDName, locationA. Then scan at Location B (different wifi) = Google sheet shows IDName, locationB
    Thank you in advance sir

    • @AhmadLogs
      @AhmadLogs  2 роки тому +1

      this is a great idea to implement. I will definitely try this. but I have very little time. will try in future. check version 3 of the project ua-cam.com/video/Bgs_3F5rL5Q/v-deo.html

  • @Minionlovergirl
    @Minionlovergirl 2 роки тому +1

    your project is great.I love it .ill be happy if you share how to change the timezone I changed it but I cant seem to see any changes

    • @AhmadLogs
      @AhmadLogs  2 роки тому +1

      watch it. ua-cam.com/video/M9Sci4nsTEk/v-deo.html

  • @vaibhavinaphade7738
    @vaibhavinaphade7738 Місяць тому

    problem:
    cannot get thumprint directly by doing as shown above in the video
    solution:
    when going into details you will find SHA-256 fingerprint and below it you will find export and after that while saving change save as type and click all files option and then open the saved file and you will get the thumbprint as shown in the video

  • @user-go3di7vx3b
    @user-go3di7vx3b 6 місяців тому

    Hello! The coding was working just fine but when I scan the RFID card, it doesn’t reflect on the serial monitor 😢 why does it not detect the RFID card? How can I fix this?

  • @Zakxx0
    @Zakxx0 9 місяців тому

    hii!! thank you for your helpfull video but i have a little problem, so when everything is done and the serial monitor is showing the code: 302 nothing appear on the google sheet. so what problem it might be?

  • @omfik2808
    @omfik2808 Рік тому

    Its really a hard work if we have hundreds of name card holder and must upload to MCU one by one

  • @ayookunlola1537
    @ayookunlola1537 2 роки тому

    Nice job !!!!!

  • @srushtitabanoshi880
    @srushtitabanoshi880 8 місяців тому +1

    In serial monitoring, after output, in the end of output, we are getting "failed, error:connection failed" Is it default or what?

  • @F_F996
    @F_F996 Рік тому +1

    How to display student ID in Google Sheets

  • @CanisMajor-2075
    @CanisMajor-2075 5 місяців тому

    Sir the code i am getting is 400, what to do?? Please help

  • @Millville_Maker
    @Millville_Maker 27 днів тому

    Will this work with a microsoft excel

  • @karldavealmeria8768
    @karldavealmeria8768 2 роки тому

    Thank you for the tutorial, but i have troubling connecting it to WIFI. When i open serial monitor all I can see dot (. . . .) continously. PLease help

  • @syedasheebaishtiaque5748
    @syedasheebaishtiaque5748 5 місяців тому

    My googlesheet didn't show certificate valid

  • @syedasheebaishtiaque5748
    @syedasheebaishtiaque5748 5 місяців тому

    My gopglesheet doesn't show certificate is valid only show this site as a valid certificate, issued by a trusted authority,
    How can i find thumb print?

  • @fathifarhatfafa8697
    @fathifarhatfafa8697 8 місяців тому

    tell me what if I want to make an RFID antenna that can only read the ID of the card, so that only the ID of the card is read and entered into Google Sheet and we don't need to register the card
    can you help me for the code

  • @smartrjking6205
    @smartrjking6205 6 місяців тому

    Show MFRC522 file is not found
    How can i solve it.

  • @AhmadMehraGohar
    @AhmadMehraGohar 2 роки тому

    very nice and good project

  • @rumaisadurrany8693
    @rumaisadurrany8693 Рік тому

    Can we use Arduino UNO instead of Node MCU? If yes what would be the changes in connections

  • @qilamaisarah
    @qilamaisarah Рік тому

    hii i wanna add ir sensor in this project so that will also count the student that touch their rfid tags. Can you help me ? How do i contact you ?

  • @ChandimaSamaranayake-v3f
    @ChandimaSamaranayake-v3f 2 місяці тому

    Below errors occured, Please help
    #define SS_PIN D4
    MFRC522 mfrc522(SS_PIN, RST_PIN);
    #define RST_PIN D3
    MFRC522 mfrc522(SS_PIN, RST_PIN);
    #define BUZZER D2
    pinMode(BUZZER, OUTPUT);
    #define BUZZER D2
    digitalWrite(BUZZER, HIGH);
    Compilation error: 'D4' was not declared in this scope

  • @soumyadeepkarmakar6412
    @soumyadeepkarmakar6412 2 роки тому

    Yes now it's working thank you sir ...
    sir can you suggest me a way tha how can I display the location of the place in Google sheets..

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      that's great! I have already created a video on this topic. just find from my channel

    • @soumyadeepkarmakar6412
      @soumyadeepkarmakar6412 2 роки тому

      Sir I cannot find the video ... Pls can you just paste the link over here...it would be helpful

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      @@soumyadeepkarmakar6412 ua-cam.com/video/wQGqydQUwRw/v-deo.html

  • @saadelm2955
    @saadelm2955 2 роки тому

    Very nice.....

  • @avinashmn6992
    @avinashmn6992 10 місяців тому

    There for showing output in serial monitor but connection failed on serial monitor,

  • @user-qs2ml3xt1y
    @user-qs2ml3xt1y 7 місяців тому

    what finger print should I use? the public key or the certificate? also, in this video, there's only [20] in your fingerprint, but today I checked there are 32 in the fingerprint detail

    • @sacheatvellore9932
      @sacheatvellore9932 6 місяців тому

      Even I'm having the same doubt... I can't figure it out 😭😭

    • @captan8191
      @captan8191 6 місяців тому

      Same problem, previously Google sheet shows sha 1 id include 20 fingerprint... Now it's only showing 32 fingerprint with sha 256... How solve the problem... Any idea ?

  • @avinashmn6992
    @avinashmn6992 9 місяців тому

    How can changes on goggle sheet updates frigerprint not detected sir

  • @girishpanchal9072
    @girishpanchal9072 Рік тому

    Hi
    Can I increase the range of this module upto 1meter?

  • @mehurtmyfinger
    @mehurtmyfinger 2 роки тому

    Thank you for your great tutorial! It seems to be working, but unfortunately I am also getting the "[HTTPS] GET... failed, error: read Timeout error", and it does not seem to update the Google sheet every time. Please let me know if you have update yet :)
    Also, how do I stop the ESP blue LED from blinking when it is idle? It is always flashing

    • @AhmadLogs
      @AhmadLogs  2 роки тому +1

      I have solved the issue. ua-cam.com/video/Bgs_3F5rL5Q/v-deo.html

    • @SuyashTalks
      @SuyashTalks 11 місяців тому

      same

  • @thatburgeryguy3841
    @thatburgeryguy3841 2 роки тому

    thank you for the project sir..
    i have question .. is it possible to write more data on the RFID card? for example like phone number and more.. your input is appreciated!

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      Yes, you can. I will try to make a video on it

    • @AhmadLogs
      @AhmadLogs  2 роки тому +1

      @Divya Nacciar Kumaran (UST) ua-cam.com/video/M9Sci4nsTEk/v-deo.html

  • @jobinkjose2607
    @jobinkjose2607 9 місяців тому

    i love u babygirl for showing me this

  • @oscarflores6054
    @oscarflores6054 Рік тому

    Hi!, your project is amazing but I want to use de timezone of america/chihuahua, I added it to the code but it keeps showing me another time zone, how could I fix it?

    • @AhmadLogs
      @AhmadLogs  Рік тому

      I will try to add it in the version 5 of this project

  • @dominic5872
    @dominic5872 2 роки тому

    Hay mahn osm project❣️ wanna impliment em 18 rfid reader..just nuking the rmf522 code and adding the em 18 part is enoug i guess

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      I dont have em18 reader module. first I will need to buy it.

  • @akshadakhadangle4589
    @akshadakhadangle4589 2 роки тому +1

    Script function does not found : doget
    How to resolve this.??

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      search for "doget" in the script.gs file. and let me know if it is there

    • @akshadakhadangle4589
      @akshadakhadangle4589 2 роки тому

      Its my fault sir.. Thank you...It work now..

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      @@akshadakhadangle4589 so nice of you

    • @akshadakhadangle4589
      @akshadakhadangle4589 2 роки тому

      Hard resetting via rts pin??

    • @akshadakhadangle4589
      @akshadakhadangle4589 2 роки тому

      Https get...failed , error: connection failed..
      This msg is displayed on serial monitor....what to do sir??

  • @sahmispuskis7984
    @sahmispuskis7984 Рік тому

    hello... i have a question...can the code on the arduino IDE merge into one... and can the code be mixed with other project code but only using one arduino IDE sketch. right now I'm making a door lock project using Blynk and I want to combine it with your project

    • @AhmadLogs
      @AhmadLogs  Рік тому

      yes you can combine both codes if you have little knowledge of programming

  • @nayana62
    @nayana62 2 роки тому

    Can anybody please help me with this!!!!!
    When I connect NodeMCU to my laptop, in device manager it shows FT232R USB UART under other devices with an exclamatory mark[!].
    I tried installing FTDI drivers, then it showed USB Serial port(COM3) under Ports(COM & LPT),
    when I try to upload code it shows selected port does not exist or your board is not connected.

  • @avinashmn6992
    @avinashmn6992 10 місяців тому

    Hlo sir good experiment output will be tacken but today checking in a experiment my fingerprint data change there what we do

  • @ANAYDIGITALLIVEEVENTS
    @ANAYDIGITALLIVEEVENTS Рік тому

    sir iam getting this error
    [HTTPS] begin...
    [HTTPS] GET...
    [HTTPS] GET... failed, error: connection failed

  • @jishnu9144
    @jishnu9144 2 роки тому

    am getting an error while testing the code for the google sheet(stripQuotes is not defined (line 18, file "Code")) can you help me fix this

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      I have updated the code now. just download the latest copy of the code.

  • @Legendgaming-sf4og
    @Legendgaming-sf4og 7 місяців тому

    bro its not working i need your help...??

  • @fathimamogdoom8408
    @fathimamogdoom8408 2 роки тому

    Great vedio!! In my project (i interfaced rfid and gps with esp8266)while scanning rfid card the id number and location of the card is obtained (i am using neo6m gps) i want to send gps loaction if the respective card to the Google sheet.... how can i do it? Please help me with this ..
    Thanks in advance.

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      you might watch my video about send gps data to google sheet. It might be helpful

  • @Trofacir
    @Trofacir Рік тому

    hi what is the problem. i have the same method use bot RFID-RC522 Not Scanning For the RFID CARD.

    • @AhmadLogs
      @AhmadLogs  Рік тому

      I think there is an issue with the connections. try to connect the rc522 to the nodemcu without using the breadboard. I mean connect the jumper wires directly from rc522 to arduino.

  • @알테아
    @알테아 2 роки тому

    hello sir, may i ask again is it possible to make a system like this but added a feature to know that the student has left the class?

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      no it is not possible with this project. you need to use some face detection system for your project.

  • @dominicmartin6626
    @dominicmartin6626 Рік тому

    how can we make this in billing system? can you sent code? items,quantity,cost

  • @vyshakshetty1047
    @vyshakshetty1047 2 роки тому

    i am unable to compile code because there is no library i am using a esp32 board for this. what changes do i need to make? help me please

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      very simple. you just delete the line #include. This library is not required for the project

  • @eloisevilloria611
    @eloisevilloria611 Рік тому

    Hello! I tried adding a name to column C, but when I pressed enter it simply shows 'Script function not found: doGet'

    • @eloisevilloria611
      @eloisevilloria611 Рік тому

      Also, it says that the parts are unavailable in Amazon, is there a different product you recommend similar to the video?

    • @fireteamomega2343
      @fireteamomega2343 10 місяців тому

      Because you're trying to write a name manually to a field that is designated by the script to be updated by the node.

  • @chongcien13
    @chongcien13 Рік тому

    hi sir, after adding the name to the script url it shown an error of "TypeError: Cannot read properties of null (reading 'getLastRow') (line 35, file 'code')" is there any way i can do to solve this program, as after checking there's no prob i cant find any error from line 35

    • @AhmadLogs
      @AhmadLogs  Рік тому

      it strange. you might check the version 3 and version 4 of this project. that might be helpful

  • @uniqueautomationelectronic5696

    Hello Sir , Rfid data code after expiry. Please suggest me

  • @RadhaKumari-ps2zq
    @RadhaKumari-ps2zq 2 роки тому

    Sir,I have done everything and when I was scanned the RFID card in serial monitor it was showing read block successfully with code 302 but name was not updated on the Google spreadsheet........
    Pls help.........I have to submit my project

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      have you test the web app url manually?

  • @moogiinaa9941
    @moogiinaa9941 Рік тому

    Hi, great video. How plus more members?

  • @zamsonscienceacademy417
    @zamsonscienceacademy417 Рік тому

    how to enter multiple user details at a time

  • @Tetroner
    @Tetroner Рік тому

    i am having a hard time to find a simulation software or even a circuit diagram maker which includes rfid and raspberry pi pico. Can you suggest some?

    • @AhmadLogs
      @AhmadLogs  Рік тому

      I also never tried it. can you give me some details what do you want to make

    • @Tetroner
      @Tetroner Рік тому

      @@AhmadLogs i am currently making RFID attendance system which requires basic components like buzzer green and red led RFID and pico

    • @AhmadLogs
      @AhmadLogs  Рік тому

      @@Tetroner ok. I have noted.

  • @nabtakir
    @nabtakir 2 роки тому

    I have a problem in final, it write:" HTTPS get: code 200" without results in sheet

  • @user-nw8yk4or4h
    @user-nw8yk4or4h Рік тому

    when i upload the code for writing data in the card it shows "Leaving...
    Hard resetting via RTS pin..."
    It shows scan a tag to write data in the serial monitor..but nothing happens when i bring the card closer
    help please ?

    • @AhmadLogs
      @AhmadLogs  Рік тому

      It sounds like you are trying to write data to an RFID card using a NodeMCU board and encountering some issues. Here are some troubleshooting steps you can try:
      1. Check your wiring: Ensure that your NodeMCU is properly connected to your RFID reader/writer module. Double-check that the connections are in the correct pins.
      2. Verify the code: Make sure that the code you are uploading to the NodeMCU board.
      3. Test your RFID reader/writer module: Use an RFID tag or card that you know works to test the reader/writer module. If the module is not working, this may be the source of the issue.
      4. Reset the NodeMCU board: Try resetting the NodeMCU board by unplugging it and plugging it back in. This may help resolve any issues with the board.
      5. Try a different NodeMCU board: If all else fails, try using a different NodeMCU board to see if the issue persists.
      I hope these steps help you resolve your issue. Good luck!

    • @user-nw8yk4or4h
      @user-nw8yk4or4h Рік тому

      @@AhmadLogs thanks mate , will check it out

  • @user-qs2ml3xt1y
    @user-qs2ml3xt1y 7 місяців тому

    is this still working on arduino IDE 2.3.0?

  • @BloodKnight60
    @BloodKnight60 Рік тому

    what is the solution for key expire?

  • @ramyashamili_9663
    @ramyashamili_9663 2 роки тому

    How should i replace the date and accurate time? Cause i did the part it shows wrong code on number 17

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      watch the part 2 of this video

  • @ksalpha3771
    @ksalpha3771 11 місяців тому

    Am getting this error in the serial monitor
    [HTTPS] GET... failed, error: connection failed
    Anyone help with this

  • @anaufald
    @anaufald Рік тому

    if using the module from ESP 32 for the proccesor not using ESP 8266 its work or not for the code sir?

    • @AhmadLogs
      @AhmadLogs  Рік тому

      as I know you will have to update the code for esp8266

  • @abhinavanand9798
    @abhinavanand9798 9 місяців тому

    Hii,
    Can you lend this project for a week ?
    I will pay for this .

  • @athea5708
    @athea5708 2 роки тому

    thanks for this very useful tutorial, it's really amazing! sir, may i ask, how to add new user for new rfid card?

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      just store the data for the student on the card. and scan it. no need to change anything in the code.

    • @athea5708
      @athea5708 2 роки тому

      @@AhmadLogs so one code is used for one card only??

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      @@athea5708 write data file must be changed for storing new data on the card. but the main sketch file will never need to change

    • @athea5708
      @athea5708 2 роки тому

      @@AhmadLogs thank you for the answers, sir. May I ask about bearSSL? what is the function? it is okay if I deleted it?

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      @@athea5708 it is not used in this project. So, you can delete it.

  • @gauravgawali5025
    @gauravgawali5025 2 роки тому

    how can we send data to google sheet ? my code is scan by rfid but it can't update date in google sheet please help

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      check the serial monitor there must be some error message

  • @ankushchamp.
    @ankushchamp. Рік тому

    Sir when I scan I got code 302 but thier no name is printing in Google sheet please help me 🥺

    • @deera4498
      @deera4498 Рік тому

      turn off ur firewall it worked..:)

  • @muhammadamirulfaris1801
    @muhammadamirulfaris1801 Рік тому

    what can i do in order to add another block like class, number and many more

    • @AhmadLogs
      @AhmadLogs  Рік тому

      you can update the code for write data to tag to store more data on the tags

  • @trytechai
    @trytechai Рік тому

    TypeError: Cannot read properties of undefined (reading 'toString') (line 37, file "Code") after entering name

    • @AhmadLogs
      @AhmadLogs  Рік тому

      watch
      version 4: ua-cam.com/video/S3DmT-LmKug/v-deo.html
      version 3: ua-cam.com/video/Bgs_3F5rL5Q/v-deo.html
      version 2: ua-cam.com/video/M9Sci4nsTEk/v-deo.html

  • @Bachelorkitchen7378
    @Bachelorkitchen7378 2 роки тому

    Good afternoon sir I try this project, serial data will br received but Google sheet doesn't get rf data

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      what output is displaying in the serial monitor

  • @avipshamishra7137
    @avipshamishra7137 Рік тому

    Im getting an error: Script function not found

    • @AhmadLogs
      @AhmadLogs  Рік тому

      I think you did not add the script code in the google app script

  • @user-ex5gx1vu2y
    @user-ex5gx1vu2y Рік тому

    Thanks for the Node MCU work, but I'm having trouble when scanning. But it says [HTTPS] GET... failed, error: connection failed. What should I do? can you help me thank you 🙏🥺

  • @batistalove100
    @batistalove100 2 роки тому

    when I open serial monitor... it doesn't shows anything... what exactly should be the plroblem...please help me out sir...

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      test you rfid reader module first

  • @electronicscentre6326
    @electronicscentre6326 2 роки тому

    Sir....one last help plz.....rfid card scan krne pe serial monitor pe read card successfully show ho rha h aur code 302 bhi but Google spreadsheet pr kuch print nhi ho rha h

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      kia ap ny web app url ko manually test kia hy?

    • @electronicscentre6326
      @electronicscentre6326 2 роки тому

      @@AhmadLogs haa sir manuaally krne pe toh print ho rha h naam sheet pe

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      @@electronicscentre6326 you must watch the version two of this video. it might be helpful. ua-cam.com/video/M9Sci4nsTEk/v-deo.html

  • @mrunalihatzade3652
    @mrunalihatzade3652 Рік тому

    We have an issue of IP request after being and get ...will u plz tell what to do now

  • @newpunjab2429
    @newpunjab2429 2 роки тому

    [Https]Get....error:connection failed .......please tell me how can i fix it

  • @priyas3345
    @priyas3345 2 роки тому

    hey brother ..got an error in gscript ..saying"line 26 parameter is undefined ..how to resolve

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      you have made some changes in the script that's why the script showing error.

  • @shams12march
    @shams12march 11 місяців тому

    please make a video to store attendance data in php mysql database

  • @jobinkjose2607
    @jobinkjose2607 9 місяців тому

    Oh-ooh-whoa-oh-oh-oh-oh
    Oh-ooh-whoa-oh-oh-oh-oh
    Oh-ooh-whoa-oh, oh-oh-oh-oh
    You know you love me (yo), I know you care (uh-huh)
    Just shout whenever (yo), and I'll be there (uh-huh)
    You are my love (yo), you are my heart (uh-huh)
    And we will never, ever, ever be apart (yo, uh-huh)
    Are we an item? (Yo) girl, quit playin' (uh-huh)
    "We're just friends" (yo), what are you sayin'? (Uh-huh)
    Said, "There's another" (yo), and looked right in my eyes (uh-huh)
    My first love broke my heart for the first time, and I was like (yo, uh-huh)
    "Baby, baby, baby, oh"
    Like, "Baby, baby, baby, no"
    Like, "Baby, baby, baby, oh"
    I thought you'd always be mine, mine
    "Baby, baby, baby, oh"
    Like, "Baby, baby, baby, no"
    Like, "Baby, baby, baby, oh"
    I thought you'd always be mine, mine
    Oh, for you, I would've done whatever (uh-huh)
    And I just can't believe we ain't together (yo, uh-huh)
    And I wanna play it cool (yo), but I'm losin' you (uh-huh)
    I'll buy you anything (yo), I'll buy you any ring (uh-huh)
    And I'm in pieces (yo), baby, fix me (uh-huh)
    And just shake me 'til you wake me from this bad dream (yo, uh-huh)
    I'm goin' down (oh), down, down, down (uh-huh)
    And I just can't believe, my first love won't be around, and I'm like
    "Baby, baby, baby, oh"
    Like, "Baby, baby, baby, no"
    Like, "Baby, baby, baby, oh"
    I thought you'd always be mine, mine
    "Baby, baby, baby, oh"
    Like, "Baby, baby, baby, no"
    Like, "Baby, baby, baby, oh"
    I thought you'd always be mine, mine (Luda!)
    When I was 13, I had my first love
    There was nobody that compared to my baby
    And nobody came between us, nor could ever come above
    She had me goin' crazy
    Oh, I was starstruck
    She woke me up daily
    Don't need no Starbucks (woo)
    She made my heart pound
    And skip a beat when I see her in the street and
    At school on the playground
    But I really wanna see her on the weekend
    She knows she got me dazin'
    'Cause she was so amazin'
    And now, my heart is breakin'
    But I just keep on sayin'
    "Baby, baby, baby, oh"
    Like, "Baby, baby, baby, no"
    Like, "Baby, baby, baby, oh"
    I thought you'd always be mine, mine
    "Baby, baby, baby, oh"
    Like, "Baby, baby, baby, no"
    Like, "Baby, baby, baby, oh"
    I thought you'd always be mine, mine
    I'm gone (yeah, yeah, yeah, yeah, yeah, yeah)
    Now, I'm all gone (yeah, yeah, yeah, yeah, yeah, yeah)
    Now, I'm all gone (yeah, yeah, yeah, yeah, yeah, yeah)
    Now, I'm all gone (gone, gone, gone)
    I'm gone
    9544381481 call me daddy, papa, papi,appy,kundi,puri mole plssss call ok

  • @narayanmaharana4538
    @narayanmaharana4538 2 роки тому

    Can we connect multiple node mcu to single google sheet .

  • @adrianarceo1074
    @adrianarceo1074 2 роки тому

    Hi, Love the tutorial, however, can you help me with my problem, I'm Getting the code:302 but the info is not reflecting on the google spreadsheet

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      have you tested your sheet URL manually.

    • @adrianarceo1074
      @adrianarceo1074 2 роки тому

      Also, I put in my timezone Asia/manila but it doesn’t show the correct time

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      @@adrianarceo1074 how much time difference in google sheets.
      also check this link
      support.google.com/docs/answer/58515?hl=en&co=GENIE.Platform%3DDesktop#zippy=%2Cchange-locale-and-time-zone

    • @adrianarceo1074
      @adrianarceo1074 2 роки тому

      @@AhmadLogs hello sir, I would like to chat with you if you have time, I would like to modify the code a little to suit my needs, update, my code is working now

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      @@adrianarceo1074 you might ask anything here. I have very little time

  • @djaberaissa9759
    @djaberaissa9759 2 роки тому

    my problem is:" [HTTPS] GET... code: 302"; Why?

  • @princekumarbhargav8612
    @princekumarbhargav8612 Рік тому

    NodeMcu (Main Code) ko code run karne par WifisecurebearConnectionssl.h : No such File directry ka error a raha hai usko kaise theek kare.

    • @AhmadLogs
      @AhmadLogs  Рік тому

      use the same version as I did

  • @avinashmn6992
    @avinashmn6992 10 місяців тому

    Fingerprint field vlue will be changing

  • @saikiranreddyuchihaclan2576
    @saikiranreddyuchihaclan2576 2 роки тому +1

    Bro how to solve d3 was not declared in this scope

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      please give me some details

    • @xplorermom4075
      @xplorermom4075 2 роки тому

      Hai car gaming look his setting on 4:59 the board thing it will help hehey

    • @gauravsuman3761
      @gauravsuman3761 2 роки тому

      Yes bro I face the same issue how can remove this trouble??

  • @user-iy9qf4td1j
    @user-iy9qf4td1j 11 місяців тому

    I need a full explanation of the code

  • @thejas191
    @thejas191 Рік тому

    I had one error when saveing the code the error is like syntax is missing

    • @AhmadLogs
      @AhmadLogs  Рік тому

      watch the following video ua-cam.com/video/Bgs_3F5rL5Q/v-deo.html

  • @electronicscentre6326
    @electronicscentre6326 2 роки тому

    Sir, code compile krne pe error aa rha h "d3 was not declared in this scope "" plz help

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      use pin 0 instead of D3

  • @keerthigaganesan3507
    @keerthigaganesan3507 2 роки тому

    Sir
    I have a error in last step
    [HTTPS]GET...failed,error: read Timeout

    • @AhmadLogs
      @AhmadLogs  2 роки тому +1

      most of the time data is sent successfully, but sometimes this error occurs due to server blocks the request coming from nodemcu.I am trying to sort out the issue.

  • @alvenjanolino9464
    @alvenjanolino9464 2 роки тому

    i have a question what if the name is more than 16 Characters ??

    • @AhmadLogs
      @AhmadLogs  2 роки тому

      then you need to use two blocks of RFID, and you will be able to store 32 characters.

  • @princekumarbhargav8612
    @princekumarbhargav8612 Рік тому

    How to run this project without buzzer.

    • @AhmadLogs
      @AhmadLogs  Рік тому

      just remove the buzzer no need to change the code.