Arduino RFID Card Reader with Display Shield App

Поделиться
HTML-код
  • Опубликовано: 28 ноя 2024

Комментарии • 30

  • @ariffhelmi9219
    @ariffhelmi9219 4 года назад

    hello sir instead of arduino UNO, can we use ESP32 instead?

  • @dickyputra5210
    @dickyputra5210 6 лет назад

    permisi mau tanya mas, untuk penamaan di tiap tag itu harus pake database ya mas? atau penamaan dari coding nya aja? terimakasih ya mas

    • @nudgeme4844
      @nudgeme4844  6 лет назад

      Penamaan itu boleh dibuat samada guna coding (harcode) ataupun guna database. Kalau guna kaedah hardcode, prosesnya adalah straight forward dan lebih mudah, cumanya agak leceh untuk upload code baru setiap kali ada nama yang perlu ditambah/diubah. Video di atas menggunakan kaedah hardcode inilah.
      Kalau guna kaedah database, ianya akan jadi lebih dynamic di mana kita hanya perlu update database di luar, dan Arduino akan membaca nama yang telah diupdate setiap kali proses card scanning dibuat. Cumanya untuk buat database, kita perlulah guna samada SD card shield (wifi shield pun ada SD card slot juga) ataupun LAN (guna ethernet shield atau wifi shield) untuk mengakses database yang bukan terletak pada Arduino itu sendiri.

  • @muhammadrizqypriambudi9474
    @muhammadrizqypriambudi9474 7 лет назад +1

    bang bisa sharing app buat jadiin android sebgai kamera sensor buat pendeteksi benda yg bsa dihubungkn ke arduino??

    • @nudgeme4844
      @nudgeme4844  6 лет назад

      DPR black Ada, coba lihat ruclips.net/video/G78WBb5mOls/видео.html

  • @winxmax98
    @winxmax98 6 лет назад

    Hai, boleh tak saya dapatkan circuit diagram projek ni?

  • @samrosario5326
    @samrosario5326 6 лет назад

    can we add sd card module with this

  • @jacksonchan8460
    @jacksonchan8460 4 года назад

    any chance i can get the source code for the app?? a million thanks

  • @ElectronicChannel
    @ElectronicChannel 5 лет назад

    Can you please tell me that how to upload code becuse thier is two files

    • @nudgeme4844
      @nudgeme4844  5 лет назад +1

      Hi, make sure the nameList.h file is in the same folder as the Arduino_OLED_RFID_BT_LCD.ino file. When you press compile or upload button the .ino will automatically call the .h file and everything will be done as usual.

  • @pierricdoublet6248
    @pierricdoublet6248 5 лет назад

    superbe projet mais j'ai un problème avec #include "nameList.h" une idée?Merci d'avance

    • @nudgeme4844
      @nudgeme4844  5 лет назад

      What's the problem with the nameList.h? It's an include type of file, which will be automatically called by Arduino_OLED_RFID_BT_LCD.ino when you compile and upload the code. Both files (.h and .ino) should be located in the same folder.

    • @pierricdoublet6248
      @pierricdoublet6248 5 лет назад

      Super tout marche encore merci!

    • @nudgeme4844
      @nudgeme4844  5 лет назад +1

      Je vous en prie.

    • @syahminakram9377
      @syahminakram9377 5 лет назад

      @@nudgeme4844 boss pm nomber whatsapp sy nk buat projek ni untuk pta urgent !!!

  • @dantosrock43
    @dantosrock43 5 лет назад

    gmn supaya bisa menambahkan relay?

    • @nudgeme4844
      @nudgeme4844  5 лет назад

      Hi, coba liat video ini: ruclips.net/video/OzlJ9E2_aSo/видео.html

  • @hafiziashraf455
    @hafiziashraf455 7 лет назад

    Benda biru tu ape?

  • @fun4u832
    @fun4u832 6 лет назад

    can you please do a favour for me circuit diagram?

    • @nudgeme4844
      @nudgeme4844  6 лет назад +1

      +fun 4u Hi, not now because I'm now at my hometown, not at my PC 😞

    • @fun4u832
      @fun4u832 6 лет назад

      can u please provide in few days?

    • @phillipsparks9690
      @phillipsparks9690 5 лет назад

      @@nudgeme4844 would you be interested in developing a app for me that integrates 4 rl522 rfid readers and tracks the rfid cards placed on them? Then sends the inventory list of cards by the rl522 upon which they were laid.

    • @nudgeme4844
      @nudgeme4844  5 лет назад

      Hello, this is the circuit diagram: goo.gl/DxTJ4X.
      Sorry for this late reply.

  • @muhammadrizqypriambudi9474
    @muhammadrizqypriambudi9474 7 лет назад

    bang bisa sharing app buat jadiin android sebgai kamera sensor buat pendeteksi benda yg bsa dihubungkn ke arduino??

    • @nudgeme4844
      @nudgeme4844  7 лет назад

      Coba kamu lihat video ini: ruclips.net/video/G78WBb5mOls/видео.html. Robot akan mengesan objek melalui warna yang telah ditetapkan dan apabila objek tersebut kelihatan kepada kamera, ia akan menggerakkan robot supaya mengejar objek tersebut. Maka coba lah kamu ubah perkara tersebut agar apabila objek kamu yang berwarna dikesan oleh kamera itu, ia akan menghantar sesuatu kepada Arduino dan Arduino akan melaksanakan sesuatu, seperti menghidupkan siren dan sebagainya.