Skip to main content

Luggage Security alarm

For my Electronics circuit and design lab project in my 4th sem, I had submitted the following project. The device here has quite limited functionality. The device is not a smart device or an IOT device as we were asked not to use any microcontrollers. We were required to make a device using only basic electronic components.
So here's the synopsis :
Synopsis for the Luggage Security Alarm Project  

Comments

Popular posts from this blog

What does sudo apt-get autoremove do ?

sudo apt-get autoremove Whenever you install an application (using  apt-get ) the system will also install the software that this application depends on. It is common in Ubuntu/Linux that applications share the same libraries. When you remove the appplication the dependency will stay on your system. So  apt-get autoremove  will remove those dependencies that were installed with applications and that are no longer used by anything else on the system.