Arduino RFID Door Lock - With ESP8266

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

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

  • @techtechnicalgaming
    @techtechnicalgaming 7 месяцев назад +1

    Always loved your videos ❤

  • @techtechnicalgaming
    @techtechnicalgaming 7 месяцев назад +2

    Part 2

  • @djblanscky
    @djblanscky 6 месяцев назад +1

    how can i do to unluc with 3 card or tag

    • @techtalkies1
      @techtalkies1  6 месяцев назад

      Add all the 3 card's ID in the code. In the line below,
      if (content.substring(1) == "2A 94 3A 96")
      Change it to
      if (content.substring(1) == "id1" | content.substring(1) == "id2")
      Replace the IDs with your own IDs and add how much ever you want. Let me know if it works!