You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HC05 Bluetooth Module acts as a receiver. The Mobile phone uses its inbuilt Bluetooth to send the data using an app, hence it acts as a transmitter. Now based on the command sent through the phone, the Car is made to go in different directions accordingly.
Mini project based on AVR Micro-Controller to get room temperature using LM35 sensor connected to ADC channel and LCD to display Temperature all the time.
Smart Home system project consist of two AVR Micro-Controllers.The first Micro-Controller responsible for interfacing with the user and the second one responsible for the system operations and control.In this project I implemented the following drivers Keypad,Lcd,SPI,Timer,and ADC.
Garag system based on AVR Micro-Controller using two PIR sensors to detect cars on the entrance and exit gates connected to external interupts, and two servo motors to control both gates so I used also Timer module to generate PWM to control servo motors angel.Finally I used LCD to Display car number in the garage and if there is a place or gara…