ESP RFID: Google Sheets as a database for rfid cards

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2019
  • new version for esp32 • ESP32 RFID: Google She...
    ESP: Google Sheets as a database for rfid cards
    In this project Google Sheets are used to store access data for rfid cars and for attendence logging
    code:
    github.com/unreeeal/ESP/tree/...
    libs:
    RFID RC522 github.com/miguelbalboa/rfid
    liquid crystal for esp family github.com/lucasmaziero/Liqui...
    Aliexpress
    mfrc522 ali.pub/4dkuz4
    esp8266 ali.pub/4dkuzb
    lcd1602 ali.pub/4dkuzi
    breadboard ali.pub/68gwyh
  • วิทยาศาสตร์และเทคโนโลยี

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

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

    Thanks man, it really helps me!

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

    awsome project and explanation love it

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

    that's really cool, thanks for the knowledge, good job sir

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

    Exellent work thank you very much

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

    Thank your for this tutorial, this is what what I need for my system .

  • @ilikememes1402
    @ilikememes1402 8 วันที่ผ่านมา

    Very cool! I have a question, can I not make it instantaneous and make it so you need to press a button for it to send on the excel? Will the code change that much?

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

    BIG THANKS BRO

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

    Hi. Did you use active or passive buzzer?

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

    Which version of esp8266 should be used ? I mean model number? Your ali express link shows 3 types of boards ?

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

    Thanks Man... It works

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

    Really usefull tutorial..
    In my project,when a card is scanned,the location of cardholder will send to google sheet.here i want to add gps url along with rfid datas,how do i add another column in the google sheet for url ?
    Thanks in advance
    @anyboards

  • @Ridwan-ld4gk
    @Ridwan-ld4gk 2 ปีที่แล้ว

    Hi, may i ask something?
    If i just want to sent UID to Google Sheets, where parts of the code and script that i have to delete? Thanks,

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

    Thanks.

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

    i am working on project now i have 1 month left for rfid finger validation code to expire so i want to update after next month what should i do

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

    Can you make a tutorial like this using Esp8266 mfrc522 and adafruit oled display with database 🙏🙏🙏

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

    Hi Anyboards
    Great job on the tutorial. Can u tell me the advantage of using Arduino over just simply hooking up an RFID reader to a computer that runs Google sheet? To me it seems it would result in the same outcome. Thnx in advance

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

      Hi,
      depends on your goals,a computer is fine to just log, but it's not the best choice to open doors, turn off/on smth etc
      also physical size, price, power consumption

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

    How could I modify this to use NFC cards and a reader plugged directly into my computer to run an attendance system?

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

    i dont get it if the spreadsheet with UID and names are stored in different sheet then how the nodemcu able to detect the name?

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

    Hi, excellent work ! I have no I2C LCD here but only SPi LCD 16x2 or Oled 128X64 SSD1306. Could you help me to adapt the sketch?

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

      Hi, I don't have these modules,
      nope

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

    Como puede modificarse para que la lectura sea mas rápida entre usuario y usuario?, se puede?, saludos y gracias por el aporte.

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

    Hi anyboards.
    First of all great work its a really nice project.
    i am trying to use your project and i am from portugal and the time zone here is UTC +0 or GMT i already tried both and the time on the google sheets continues to appear the hours that is in CST. Can you help me pleaze.

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

      Hi, yeah time zone doesn't work as used to, now its like this
      var timeZone="America/Winnipeg";
      // get your time zone here developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids
      var dateTimeFormat="dd/MM/yyyy HH:mm:ss";
      var dateTime=Utilities.formatDate(new Date(), timeZone, dateTimeFormat);

  • @user-cc3eu4ng7f
    @user-cc3eu4ng7f 4 ปีที่แล้ว +2

    Thanks for your work
    I have question what is that fingerprint? and we use it for what?

    • @anyboards8006
      @anyboards8006  4 ปีที่แล้ว

      the fingerprint is for ssl connections

    • @user-cc3eu4ng7f
      @user-cc3eu4ng7f 4 ปีที่แล้ว +1

      @@anyboards8006
      Thanks for fast reply
      Is the SSL connection value is always the same or it is differ from one to other .if it is how can I now know mine

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

      it depends on the domain name, but most of the google services has the same, and in that code it can sometime work without changing it since there is client.setinsecure() option, google fingerprint ssl certificate there are lot of tutorials how to get a fingerprint

    • @user-cc3eu4ng7f
      @user-cc3eu4ng7f 4 ปีที่แล้ว +2

      @@anyboards8006
      Thanks you are amazing
      Subscribe and like for your channel

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

    Card uid is not appearing on log google spreadsheet when RFID tag is shown. What can I do? Please suggest answer

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

    Sir WiFi name and Password konsa dalna hai?

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

    I'm having a problem with the arduino code in position
    client. setInsecure();
    how to solve it?

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

    I just want to store the rfid scans into google sheets. Can you help me ?

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

    Thanks, I giveme: Exception: Argument no valid: id (línea 83, archivo "Código"). What is the problem?

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

    Hi there, I connected everything accordingly but Arduino IDE error warning: "Communication failure, is the MFRC522 properly connected?" Keeps appearing, please help

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

    Hello sir, I have a problem in reading the card UID (It's actually reading but the reading is in the serial monitor) and if I tap any card or tag the buzzer keep making a sound. How can I fix this problem ??

  • @thearmyentertainmentco.3973
    @thearmyentertainmentco.3973 3 ปีที่แล้ว

    excellent work!! you are awesome!
    just one thing... how can I add a log out time when they scan it again? i want to use it in my hotel for check in's and check out's... to know how many nights the people stay in.

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

      Hi, thank you!
      hm,there are 2 tables one for permission data and the second with logs, where are you planing to have the check out column ?

    • @thearmyentertainmentco.3973
      @thearmyentertainmentco.3973 3 ปีที่แล้ว

      @@anyboards8006 thanksfor your reply! I think the logs table would be the best option.

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

      are there going to be only ins and outs records? tell me more, I don't know enough to answer your question
      thanks!

    • @thearmyentertainmentco.3973
      @thearmyentertainmentco.3973 3 ปีที่แล้ว

      @@anyboards8006 I want to give like rfid golden cards to our best customers, and i want that when they scan their cards, the spreadsheet capture their name, their log in time and open a gabinet. after that, when they want to leave the hotel, scan again their cards and take their log out time so then I can count the total of nights that they stay in the hotel.
      Thanks a lot brother!

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

      how are you going to determine which scan is the last one (check out)?
      *they can scan they cards 100 times a day just to open the room

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

    really helpful tutorial, if i wanted to add a column into the use profile sheet for email address and then check if the user-relative to their UID-has provided a valid email address and then allow them to scan if they have provided an email address and deny if they havent how would I do this?thanks

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

      it is expected the users sheet be edited by admin, to check if a user record contains email at GoogleScript.js line 53 instead of if (data[i][0] ==uid)
      insert if (data[i][0] ==uid && data[i][4].length>0).
      To validate emails you can add one more column with randomnly generated token, then email a user with a link like sctipts.google....exce?token=theirTOken
      if they visit the link replace token with 1 and it will be "if (data[i][0] ==uid && data[i][5]=="1")" in the main script

    • @jackmilligan3935
      @jackmilligan3935 4 ปีที่แล้ว

      @@anyboards8006 thanks for the reply, will try today! Currently running on ESP8266, would upgrade to ESP32 improve speed and reduce wait time over the 2 httpsrequests?thanks

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

      It would, but not that much, to really reduce it you can hold Uids in RAM and update the list every ... minutes, hours
      it needs just 4 bytes per UID and only one request will be needed for attendance record, but it can be done after letting a user in,
      so for user it will be instantly

  • @settlers85
    @settlers85 5 หลายเดือนก่อน

    Hi Guys
    on one mac i'm getting an error:
    In function 'String sendData(String, char*)':
    warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    on other is working like a charm. Why?
    Help pls

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

    i would be happy if you could share your circuit connection diagram

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

    OMG IT WORKS. THANKS BROOOOOOOOOOOOOOOOOOOOOOOOOOO. THX THX THX. Alhamdulillah..

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

      the password and the ssid where exactly needs? Because my lcd is typing just loading so I thing the wrong is there.My wifi is nodemcu?

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

    hi Anyboards thank you for the tutorial, it's awesome.
    i've try your code with esp32, sending data to google sheets log file working just fine.
    But i can't receive any data from google sheets to my esp32. It seems that the function 'sendData' has no return value that can processed next to function 'HandleDataFromGoogle'. i've tried to print this 'sendData' return value to arduino serial monitor but only got a blank value.
    if you have any suggestion to this problem can you please tell me?
    Thankyou,

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

    HI,
    can you help me in this!!
    iam getting this error while compiling
    >>

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

    I'm getting a error msg scrip not found:doGet()
    What to do?

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

    Hello! Sir How do I remove LCD function?

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

    hello sir sorry i got this error any idea on how to solve it
    'class BearSSL::WiFiClientSecure' has no member named 'verify'

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

    can i know how to add variable like i want to put Stuednt id

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

    how can you send text or words to the google sheets from esp8266??
    because right now, I can only send float data

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

      absolutely the same as float, but you need to decode special characters (spaces % $ etc)
      for example to send data your esp makes a request with float data and the link looks like ..****.com/?floatdata=0.3
      to send text it should be ..****.com/?floatdata=yourtext
      "floatdata" is a query param name you may use any name

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

    what i need to if nodemcu dont found google sheets
    at lcd wrote "was not found otB s all we know

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

    Will it work while Internet is down for some time ?
    Will it update the data later when internet resume or will loose the information

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

      nope, it doesn't work without internet

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

    Hi, can I use OLED display instead of LCD display? If yes then what changes has to be made in code.
    Also how can I give different name for each tag?
    Please reply as soon as possible

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

      Hi,
      probably you can, but I spent some time to a similar task and had no luck,
      you need to know everything of SPI to do it.
      What do you mean by a name for each tag?
      there are names in both tabs

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

      @@anyboards8006 I mean for all UID it shows as 'who are you?'. So can't I give different name for UIDs.
      For example, UID 12345 = student1,
      UID 67890 = student2

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

      everything is in the video
      you can set names in the main tab, add an uid to the main sheet (not a log one) and set name

  • @user-cc3eu4ng7f
    @user-cc3eu4ng7f 4 ปีที่แล้ว +1

    anyboards
    I'm sorry, I know that I bother you with a lot of questions. But can you tell me how I can send only one column content which is the card number. It is in my possession and stored as a variable. Please tell me how I can send it alone.please

    • @anyboards8006
      @anyboards8006  4 ปีที่แล้ว

      hi, you can comment out lines with extra data on the google sheet side to ignore everything except uid, you will need to do it anyway

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

    Thx man could you please share the wire diagram

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

    which library we have to include if we have esp32 instead of esp8266? please tell me it's urgent!!

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

    Hello, great tutorial, what do I do for a new account in google sheets, I want to add new information in the list, for example, the customer's phone number

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

    Thanks man , it was helpful i just modfied by adding servo into this project ,it works ! and can i have a in and out time duration code?

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

      hey there can i see your code for the servo project?

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

      @@HorsieGtp just remove the led and use the led signal as input for Arduino,
      If signal is 1, in the block
      type the position you need.
      But you need Arduino for it

  • @user-cc3eu4ng7f
    @user-cc3eu4ng7f 4 ปีที่แล้ว +3

    Can you please help me
    When I upload the code on arduino ide it said
    leaving ....
    Hard resetting via RTS pin
    Please answer me soon.

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

      you're looking at the uploading output, it's not a serial terminal, and that text means the code was uploaded successfully

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

      SS_PIN 2

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

      I think you should upload code before set sensor and other componen

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

    Hello, I made the adaptation to ESP32, but it does not give me feedback on the RFID parameters that are stored in Google Sheets, it only saves them. What would I have to do to read them ... in advance thank you very much

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

      Hi, you've to make 2 request to get data, the first reply with code 302 and with the url for the second request

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

      @@anyboards8006 i don't understand how can i do it please help me

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

    Thanks sir, it helps me a lot. And also i want to add sg90 servo can you teach me how?

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

      hi, what's the exact problem ? there's a default sg90 example right in arduino ide, Thank you

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

    Hey i don't know you can change the name associated to the UID in untilted Spread Sheet.

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

      hi, I'm sorry, Could you please rephrase that?

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

    @anyboards how to give name in uid? And how to send data from Google spreadsheet to LCD of the nodemcu?

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

      name in uid?
      you can't send data from spreadsheet unless you have an external ip.
      but you can make requests from your nodemcu to the spreadsheet every 5secs etc to get updates

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

    Good work, can you make a tutorial using the rdm600?

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

      Hi, I don't have this module, the code relies on UID only, you just need to find a way to read it, all the rest will work fine

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

    Can a rfid card be programmed to a remote control that can be pressed from a distance?

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

    I have tried this program use esp8266. But i wanted to ask to you , why the data have delay when sent data to google spreadsheet. I calculated this delay 6-10 second after tapping rfid card. What the solution for this prgram . Maybe it have delay only 1-2 seconds.. thank you

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

      6-10 seconds is a great result for esp8266, you may consider to recode it for esp32 or keep favorite uids in ram

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

      @@anyboards8006 how to keep its in ram?

  • @why.k5max
    @why.k5max ปีที่แล้ว

    can you make it again using esp32 ?

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

    I adapted it to esp32, but no information is coming to esp32

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

    why is my spreadsheets doesnt have scrip editor

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

    me sale error "no matching function for call to 'LiquidCrystal_I2C::begin()'" que hago??

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

      I suggest that you try the hd44780 library for I2C LCDs

  • @Luke-dj9rd
    @Luke-dj9rd 2 ปีที่แล้ว

    Hello, currently i have a problem where it doesn't send my data to the spreadsheet. In the serial com, it says The requested URL /1.1 was not found on this server. what can i do to fix this?

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

      Hi, it doesn't look like a reply from google, maybe a missprint somewhere?

    • @Luke-dj9rd
      @Luke-dj9rd 2 ปีที่แล้ว

      @@anyboards8006 i did exactly the way you teach in the video. I just erase the liquid crystals part because im not using it. Is there a way for me to contact you and talk about this?

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

    hello there i'm having a problem that says 'class BearSSL::WiFiClientSecure' has no member named 'verify
    any help?

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

      you can instal esp8266 board version 2.74. it doesn't works because you installed version 3.0

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

    i have a problem "ReferenceError: emailAddress is not defined" this problem at google script . what need i do?

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

      I know it has sendEmail function, but it is not used in code by default, if you want to use it add var emailAddress='youremail@example.com'; right after var logSpreadSheetId

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

    actually i get the card uid when i add this command Serial.print(uid); everything seems alright but i cant get my card id entered into the spreadsheet.. like u do at 4:41 please help me..
    i think its because this error .... when i paste my webapp link in a net tab i get this error from google = Script function not found: doGet
    this funtion is not present in the code.gs

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

      hi why it's not present ? line 12

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

      @@anyboards8006 thanks alot for replying back me sir, I realised its my mistake in codes and I forgot to edit the comment I posted here... Sorry for that.. Your project helped me alott, thank you soooooooooo much! Expecting more videos with full support 😁

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

    hello, what should I do if I want to add another variable in the data to be transmitted on the drive?

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

      from esp to sheets or sheets to esp?

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

      @@anyboards8006 esp to sheets. Tanks

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

      esp side
      String oneMoreVal="Pasqualino";
      sendData("id=" + unitName + "&uid=" + uid+"&newvar="+oneMoreVal,NULL);
      //but better use spritf to build the string
      google side
      find line "switch(param)"
      and add
      case 'newvar':
      var newvar = value;
      //newvar is ready to be used
      break;

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

      @@anyboards8006 hello, I did your suggestions to the letter, the oneMoreVal variable is not added to the sheet ....

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

      @@Paco2584 Hi,
      Yep, I expected you to manage it....
      but nevermind, I uploaded a google code for you to github
      the same link

  • @gabrielhenriquebuzzi1255
    @gabrielhenriquebuzzi1255 5 หลายเดือนก่อน

    Nice bro! But... WIN7???

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

    Hello can you help me i got something problem

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

    Cannot read property 'getActiveSheet' of null (baris 46, file "Kode")

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

      var sheet=SpreadsheetApp.openById('some id').getActiveSheet();
      try to get the speadsheet by providing its id

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

    Hello,
    I'm not sure if you're gonna respond or not but if you do, it'll really help. I keep getting this error
    'class BearSSL::WiFiClientSecure' has no member named 'verify'
    when trying to compile the code. Any idea how to fix it? If you need more info on the error, I'd be more than happy to email you if you don't mind.

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

      Hi,
      "BearSSL" ... it looks like you have some third party libraries

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

      @@anyboards8006 I see. so how do I deal with this error? Do I have to reinstall my IDE and get proper libraries?

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

      @@idragneeel3682 you can instal esp8266 board version 2.74. it doesn't works because you installed version 3.0

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

      @@rizalilbas9480 I see. I'll give it a try. Will let you know if it works

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

      @@rizalilbas9480 Hello, your suggestion has worked and I'm very grateful for it. thank you so much. may you have a wonderful life living forward.

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

    Hi
    I really like your project and would like bit of more help from you in regards to adding some more features to it. If you can help me then please let me know and I will pay for it. Thanks

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

    Is it possible to read google sheet data from the Arduino side? Thanks

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

      yep, you just need to use google app script

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

      @@anyboards8006 Hi, thanks for the feedback.
      Have you got any reading or script example to get me started? Thanks

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

      this project has it, google replies with "access type" value from a cell

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

    Is it possible to log IN and OUT entries ?

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

      without changing code
      you can make two terminals with name "in" and "out"

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

    Hi , How can I set the time zone according to Turkey?

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

      Hi, yeah time zone doesn't work as used to, now its like this
      var timeZone="America/Winnipeg";
      // get your time zone here developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids
      var dateTimeFormat="dd/MM/yyyy HH:mm:ss";
      var dateTime=Utilities.formatDate(new Date(), timeZone, dateTimeFormat);

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

    pls reply bro i have project expo

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

    hello can u share the code for esp32 if we want to perform this experiment using esp32

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

      at the moment, I have no ready to share code for esp32, but I will

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

      @@anyboards8006 i need it as soon as possible,it would be a great favor if you provide within this week

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

      @@anyboards8006 ESP32?

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

      @@anyboards8006 please, you share the code for esp32?

  • @bailodiallo9790
    @bailodiallo9790 4 ปีที่แล้ว

    hello i'm working on a project like this and i cannot link the name to each iud please help me

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

      hello, so what's the exact problem?

    • @bailodiallo9790
      @bailodiallo9790 4 ปีที่แล้ว

      I can’t link the card iud to the name of users

    • @bailodiallo9790
      @bailodiallo9790 4 ปีที่แล้ว

      anyboards if i do read card i only have ‘who are you’instead of the real name

    • @anyboards8006
      @anyboards8006  4 ปีที่แล้ว

      does a card uid appear in the log spreadsheet?

    • @bailodiallo9790
      @bailodiallo9790 4 ปีที่แล้ว

      Yes it appear but i can’t link name to this

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

    i can't rename "Who are you?" in program ,how to rename ?? please help me

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

    Can I get a circuit diagram for this sir?

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

    I got error class bearssl::wifi client secure has no member named verfiy what can do i tried many times

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

      old code, try to install esp8266 board version 2.74.

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

      @@anyboards8006 how to install old version while using new version can u please help

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

    everything works. but can't read data back from the sheet anyone know the solution?

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

      solved

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

    sir only date added in google sheet and in com port wrong parameter show

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

      Hi, sounds like it can't read uid what do you see in com terminal?

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

      @@anyboards8006 Dear sir is it possible that rfid and fingerprint sensor used with arduino by any one access led control means if card scan then led on and if finger scan then led on

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

      With both Rfid and finger door lock work.

  • @user-cc3eu4ng7f
    @user-cc3eu4ng7f 4 ปีที่แล้ว +2

    I tried it and it didn't work nothing was sended to Google sheet
    Any idea
    Please

    • @anyboards8006
      @anyboards8006  4 ปีที่แล้ว

      open the links in a browser, if it works well something wrong with wifi or with spreadsheet id

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

      @@anyboards8006
      I tried and it didn't work
      The led on rfid and nodemcu is not working
      It just flashing at the moment I connect it with my computer for less than one second then its turning off .
      I know I was a bother .
      Please 😢

    • @anyboards8006
      @anyboards8006  4 ปีที่แล้ว

      what happens when you open the links in a browser?

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

      @@anyboards8006
      It's open script.google
      And the page all empty and just "undefined:undefined:undefined "
      Was written

    • @anyboards8006
      @anyboards8006  4 ปีที่แล้ว

      you didn't pass any parameter, it should look like yourlink?id=1&uid=111

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

    can i replace rfid with fingerprint sensor ?

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

      yep, doesn't matter what to send

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

    can it works without lcd and buzzer?

  • @user-cc3eu4ng7f
    @user-cc3eu4ng7f 4 ปีที่แล้ว +2

    Can you please make a video about using RFID and arduino and nodemcu to send data to Google sheet (student attendance system) I need it very soon .its for my graduation project...
    Thank you

    • @anyboards8006
      @anyboards8006  4 ปีที่แล้ว

      the project is exactly about the same

    • @kyukyu1097
      @kyukyu1097 4 ปีที่แล้ว

      hello.. have u finished it? i got the same project .. can i contact you for assistance?

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

      @@kyukyu1097
      Actually no, I started again and used Arduino with the rfid and rtc and through it I get the card number and the time and then I send it to the nodemcu through the software serial and now I am trying to send the card number to the Google sheet but I face many problems

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

    When I uploaded the program my nodemcu doesn't on its blue light

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

      Any solution

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

      no lcd backlight ?

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

      @@anyboards8006 means

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

      @@anyboards8006 no bro
      I want to say that my nodemcu's blue light not on when I uploaded the program

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

      I don't understand the problem

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

    Can i get the esp32 version of this

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

    how to set the timezone

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

      developers.google.com/adwords/api/docs/appendix/codes-formats#timezone-ids

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

    can i use nodeMCU esp8266

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

      NodeMCU ESP8266 CP2102 Wifi IoT Lua AMICA

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

      yep

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

      @@anyboards8006 for the SSID and password what if the wifi is connected to a network that uses a proxy

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

      sorry I don't know

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

    C:\Users\sathwik reddy\OneDrive\Desktop\aurdino
    fid
    fid.ino:2:10: fatal error: MFRC522.h: No such file or directory
    2 | #include
    | ^~~~~~~~~~~
    compilation terminated.
    exit status 1
    Compilation error: MFRC522.h: No such file or directory
    i got error

  • @omenechris4698
    @omenechris4698 4 หลายเดือนก่อน

    nonsense

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

    We ain't going to learn if we're just going to copy your code. 👎