Using Atmega

WaveShare Motor Servo Driver

WaveShare Motor/Servo Driver With Micro:bit Using Atmega

This Instructable will show you how to use a WaveShare motor/servo board with a micro:bit to power multiple servo motors. This board will make it possible to run more powerful servo motors than the micro servo motor that you can run directly from the micro:bit. Technical information for the WaveShare board is here: https://www.waveshare.com/wiki/Motor_Driver_for_mi… There is …

WaveShare Motor/Servo Driver With Micro:bit Using Atmega Read More »

PID Controlled Thermostat

PID Controlled Thermostat Using ESP32 (Applied to a Rancilio Silvia Coffee Machine) Using Atmega

Warning The Rancilio Silvia machine runs on high voltage. Any modification to it might be fatal to you or your machine, you act at your own risk and responsible for your modification. Any modification to the machine might void the manufacturer warranty. Make sure to disconnect the machine from the power line before working on …

PID Controlled Thermostat Using ESP32 (Applied to a Rancilio Silvia Coffee Machine) Using Atmega Read More »

Run Servo Motors

How to Run Servo Motors Using Moto:bit With Micro:bit Using Atmega

One way to extend the functionality of the micro:bit is to use a board called moto:bit by SparkFun Electronics (approximately $15-20). It looks complicated and has many features, but it isn’t hard to run servo motors from it. Moto:bit allows you to run more powerful motors than the tiny micro-motor that you can run from the micro:bit …

How to Run Servo Motors Using Moto:bit With Micro:bit Using Atmega Read More »

DC Motor

Interfacing DC Motor with AVR Microcontroller Atmega16

DC motors are the most widely used motors. These motors can be found almost everywhere from small projects to advanced robotics. We previously interfaced DC Motor with many other microcontrollers like Arduino, Raspberry pi and used it in many robotic projects. Today we learn to control DC motor with AVR Microcontroller Atmega16. But before going ahead let’s know more about …

Interfacing DC Motor with AVR Microcontroller Atmega16 Read More »

Understanding Pulse width Modulation

Understanding Pulse width Modulation (PWM) in Atmega16/32 AVR Microcontrollers

Pulse Width Modulation (PWM) is a powerful technique where width of the pulse is changed by keeping the frequency constant. The technique is used in many control systems today. The application of PWM is not limited and it is used in wide range of applications such as motor speed control, measurement, power control and communication etc. …

Understanding Pulse width Modulation (PWM) in Atmega16/32 AVR Microcontrollers Read More »

Stepper Motor

Interfacing Stepper Motor with AVR Microcontroller Atmega16

Stepper Motors are DC brushless motors which can rotate from 0 to 360 in steps. Stepper motor uses electronic signals to rotate the motor in steps and each signal rotates the shaft in fixed increment (one step). The rotation angel is controlled by applying certain sequence of signals. Unlike Servo Motor, stepper motors can be driven by …

Interfacing Stepper Motor with AVR Microcontroller Atmega16 Read More »

Servo Motor

Interfacing Servo Motor with AVR Microcontroller Atmega16

Servo Motors are widely used where precise control is required such as robots, Automated Machineries, robotic arm etc. However, the scope of the servo motor is not limited to this much and can be used in many applications. To know more about the basics, theory and working principle of servo motor follow the link. We previously interfaced …

Interfacing Servo Motor with AVR Microcontroller Atmega16 Read More »

Automated Drink Mixer

Automated Drink Mixer Using Atmega

Abstract The automated drink mixer takes orders from a push-button menu, and moves a regular 16-ounce glass under a series of inverted bottles while dispensing specified amounts of mixers to make perfect non-alcoholic beverages. Introduction             If you’ve ever been to a crowded bar or restaurant and waited a long time just to get served an ill-prepared …

Automated Drink Mixer Using Atmega Read More »