How to make Fingerprint Bike starter by smartphone and Arduino nano | Fully Waterproof |

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • complete training how to make fingerprint bike starter with Arduino nano by android smartphone using Arduinodriod android application without any laptop or computer,
    fully waterproof fingerprint bike starter by kuldeep panchal 9968612343
    if you dont have any knowledge then you can make this fingerprint bike starter after watching my video step by step
    download Arduinodroid android app from Play store
    play.google.co...
    download GT511C3 library fromgithub
    github.com/spa...
    add thid library into arduinodroid android application
    goto menu option then click library then click add zip library then choose Fingerprint _Scanner-TTL-master.zip
    before add zip library give storage access to this arduinodroid android application goto setting into your mobile then open apps option then open arduinodroid apps option then click permission then click storage
    now open FPS Enroll Sketch for register your finger
    after register finger
    now open FPS ID Finger
    add this code into void setup section
    pinMode(6, OUTPUT);
    pinMode(2, OUTPUT);
    digitalWrite(6, HIGH)
    digitalWrite(2, LOW);
    add this code into void loop section
    digitalWrite(6, LOW)
    delay(1500);
    digitalWrite(6, HIGH)
    add this code into void loop section in else
    digitalWrite(2, HIGH)
    delay(1500);
    digitalWrite(2, LOW)
    add these code carefully
    requirement parts for this project
    1. Arduino nano robu.in/produc...
    2. GT511C3 Fingerprint sensor robu.in/produc...
    3. 5 Volt DC Relay Module robokits.co.in...
    4.three 10K rasistance www.amazon.in/...
    5.one Red Led robu.in/produc...
    6.A-to-USB-2.0 Mini B Cable www.amazon.in/...
    7. any android smartphone
    8.jumper wire (male to female) robu.in/produc...
    9.7809 voltage (volage operating for arduino nano) robu.in/produc...
    10.housing case for cover sensor
    keywords
    how to program fingerprint sensor with Arduino nano
    how to program GT511C3 fingerprint sensor with Arduino and android smartphone
    complete training of fingerprint bike starter
    how to make fingerprint bike starter
    program Arduino nano using android smartphone
    how to control 5 volt relay using arduino nano by fingerprint sensor
    fingerprint sensors
    arduinodroid IDE
    how to control relay with arduino nano
    robotic mind
    kuldeep panchal
    9968612343

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