We identified the need to go contact-less especially while checking-in as well as out during office hours in corporate houses as well as govt. institutions. It's an alarming need post lockdown knowing the harsh consequences this pandemic had brought-in. Thus, to inculcate this very need of being contact-less in our new-normal daily routine, we thought to take the aid of trending tech-blend and come out with an implementable solution to kill the raised concern. Our basic idea is to keep a tight check on the entry module of any office and this we are going to perform via matching the unique IDs of the entering employees with the authorized entries(already saved in the concerned company's database). If it matches, the person would be considered an authorized one to claim for entering within, otherwise not. For displaying this, we are employing three basic(yet useful) platforms, namely, TINKERCAD, SQLlite,ThingSpeak The authorized entries are already acknowledged by the database we would have, we have coded some significant python functions via importing relevant libraries in order to settle down the issue of authorization check. Combining both the code-modules, SQLlite as well as authorization-check (written in python lang.), we would pass on the available claimers(unique IDs of the employees to check-in) to thingSpeak(), which would certainly segregate the authorized as well as un-authorized IDs (i.e., into two field planes) based on the code-module constraint and finally, would pass on the info to TINKERCAD(it will read the written info on thingSpeak()) Based on the circuit we have designed, a servo-motor would be enabled for the authorized ones indicating that the door is opening for them to enter and vice-versa.
We have used the following
- ThingSpeak API
- TinkerCAD Circuit Design
- Jupyter Notebook
- SQL
The libraries that will be required are
- sqlite3
- Numpy
- Pyzbar
- OpenCV
- urllib
- requests
There will be requirement of a software which can accomodate .ipynb files and along with that usage of TinkerCAD to visualise the Circuit working
- Install Anaconda Navigator and our systems had 64-bit Windows-10 OS
- Post installation procedure open the Anaconda Navigator and click Jupyter Notebook
- Now a file tree is opened and navigate to the file system where you had downloaded the above file and click it
- Now the notebook opens and wach cell can be executed
- Open any Web Browser and navigate to https://colab.research.google.com/notebooks/intro.ipynb#recent=true
- Open a new notebook and click file
- Click upload notebook and navigate to the file system where it was downloaded.
- Now you can execute cell by cell and observe the output
- Navigate to https://www.thingspeak.com
- Create an account or login
- Navigate to Channels and click public channels
- Based on the user ID you can monitor the intermediate output received
- In specified channel which is made public the values from the notebook can be seen on the graph
- Navigate to https://www.tinkercad.com
- If you do not have an account then create an account
- Now a link will be shared with you and you can open the link directly to check the code and begin executing