Giter Club home page Giter Club logo

senior-design-project's Introduction

This is the code for my senior design project that I worked on with two other classmates. In a single sentence, we created a bike lock that can be electronically locked and unlocked using a smartphone or a RFID card. The code that I have provided involves the communication between an Arduino and a Raspberry Pi. The Arduino serves to receive a phone signal and send signals to a motor, locking or unlocking it. The Raspberry Pi acts as a server and a database that stores the lock state of every lock.

There are two files:

arduino.ino
raspberrypi.py

When the Arduino receives a phone signal, it will create a unique ID for that phone, and send that to the Raspberry Pi. The Raspberry Pi then queries the database for this phone ID, and sends back a verification bit to the Arduino depending on whether or not the query was successful. The Arduino will then lock or unlock the lock or do nothing based on the verification bit.

For more information on our project, you can go to https://courses.engr.illinois.edu/ece445/projects.asp, choose the Fall 2015 term, and select Group 26.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.