Skip to main content

Posts

Showing posts with the label engineering projects

Introduction to robotics .............. Part-4 (Automation)

Voice Controlled Lights using Raspberry Pi Voice controlled home application Today we are building a very useful project in which we can control the LED lights using our voice through Smart Phone. In this project, we will send voice commands from Smart Phone to Raspberry Pi using Bluetooth Module and Raspberry Pi will receive that transmitted signal wirelessly and will perform respective task over the hardware. We can replace the LEDs with the AC home appliances using relays and can build a Voice Controlled Home Automation Project. Components Used: ·          Raspberry Pi 3 (any model shall work) ·          Bluetooth Module HC-06 ·          Bread board ·          100 ohm Resistors (3) ·          LED’s (blue, red, green) ·       ...

Introduction to robotics .............. Part-3 (Automation)

Automated Portable Hammering Machine Hammering is the most widely used industrial as well as construction activity. Hammering or screws, metal sheets, parts etc requires a lot of time and effort. So here we propose an automated hammering system that allows for fully automatic hammering process. This allows for accurate, fast and automated hammering wherever and whenever needed using a 12V battery. The person just needs to insert workpeice and start the hammering machine. This machine can be used for automatic hammering work as and when needed. We here use a dc motor in order to move the hammer. The DC motor consists of a pulley attached to it which is connected to a larger pulley for efficient power transfer and to increase torque. This large pulley is connected to a shaft that has a connecting rod attached to it. This rod is used to achieve lateral motion from the spinning shaft. We now connect the other end of hammer to this connecting rod through a mid swinging arrangement i...

Practical Projects for Engineering Students-7

Raspberry Pi Vehicle Number Plate Recognition Recognizing vehicle number plates is a difficult but much needed system. This is very useful for automating toll booths, automated signal breakers identification and finding out traffic rule breakers. Here we propose a Raspberry Pi based vehicle number plate recognition system that automatically recognizes vehicle number plates using image processing. The system uses a camera along with LCD display circuit interfaced to a Raspberry pi. The system constantly processes incoming camera footage to detect any trace of number plates. On sensing a number plate in front of the camera, it processes the camera input, extracts the number plate part from the image. Processes the extracted image using OCR and extracts the number plate number from it. The system then displays the extracted number on an LCD display. Thus we put forward a fully functional vehicle number plate recognition system using Raspberry Pi. Hardware Specificat...

Practical Projects for Engineering Students-6

Voice Controlled Robotic Vehicle This project Voice Controlled Robotic Vehicle helps to control robot through voice commands received via android application. The integration of control unit with Bluetooth device is done to capture and read the voice commands. The robotic vehicle then operates as per the command received via android application. For this 8051 micro-controller is integrated in the system which makes it possible to operate the vehicle via android application. The controlling device may be any android based Smartphone/tab etc having an android OS. The android controlling system provides a good interactive GUI that makes it easy for the user to control the vehicle. The transmitter uses an android application required for transmitting the data. The receiver end reads these commands and interprets them into controlling the robotic vehicle. The android device sends commands to move the vehicle in forward, backward, right and left directions. After receiving the comma...