Skip to content

HashviM/scan-ride-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scan Ride Project

This is a mini-project developed as part of my BE EEE coursework. It focuses on enabling secure vehicle ignition using QR code scanning and passkey verification through a mobile website interface.

💻 Project Overview

  • A user scans a QR code attached to the bike using their mobile phone.
  • The QR leads to a website where the user enters a passkey.
  • If the passkey is correct:
    • The user is redirected to a map page.
    • The bike starts automatically via relay activation.
  • If the passkey is incorrect:
    • The website displays “Passkey Incorrect”, and the bike remains off.

🌐 Live Demo

You can visit the project website here directly : 🔗 Scan Ride Website Or You can scan the QR code given below.

Scan Ride QR

Technologies & Components Used

  • Arduino IDE
  • NodeMCU (ESP8266)
  • Relay Module
  • Mobile Website Interface (HTML, CSS, JS)
  • QR Code for website link

📚 What I Learned

  • Integrating hardware and web technologies for IoT-based solutions
  • Working with NodeMCU and relay modules
  • Developing simple web interfaces for user interaction
  • Secure passkey validation logic

🚀 Future Improvements

  • Implement OTP-based verification for higher security
  • Store user data securely using a database and server
  • Integrate Google Maps API for live vehicle tracking
  • Develop a complete Android app for better UI/UX

This project was completed during my 4th semester project based learning course work (Jan 2025 - May 2025).


📸 Demo & Screenshots

Below are sample screenshots of the project interface:

Page 1 – Correct Passkey

Page 1 – Correct Passkey

Page 1 – Incorrect Passkey

Page 1 – Incorrect Passkey

Page 2 – Map Page

Page 2 – Map Page


Contributors

About

Secure bike ignition system using website passkey authentication and NodeMCU relay control.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 100.0%