Posts by Ibrar Ayyub:
Interfacing Servo Motor with Atmega32 Microcontroller
Posted on: 03 Nov 2023
A Servo Motor is a type of DC Motor that incorporates error sensing negative feedback to precisely regulate the angular position of its shaft. Unlike standard DC Motors, servo motors do not rotate continuously but instead perform controlled angular rotations, such as 0-90° or 0-180°. While Stepper Motors can also achieve accurate angular rotations, Servo […]
STM32C0: The Most Affordable 32-Bit MCU That Will Change the Way You Design
Posted on: 02 Nov 2023
The STM32C0 microcontroller series from ST aims to bring the benefits of 32-bit technology within reach of all developers. Currently the STM32C0 offers options with as little as 16 KB flash memory available in small 8-pin packages, up to 32 KB flash in devices with 48 pins. However, by 2024 ST plans to expand the […]
How to use Push Button with ATMEGA32 AVR Microcontroller
Posted on: 01 Nov 2023
This tutorial will provide an understanding of push buttons and their integration with the AVR ATmega32 microcontroller. While push buttons can be applied to control various devices, we will focus on using them to manipulate an LED in this demonstration. Additionally, we will delve into the utilization of “if and else” statements in the C […]
Interfacing LCD 16×2 with ATMEGA32 AVR Microcontroller in 4-bit mode
Posted on: 30 Oct 2023
I’ve devised an intriguing and straightforward method for interfacing an LCD with the Atmega32 microcontroller and programming it. I’ve employed a 16×2 LCD module, where “LCD” stands for “liquid crystal display.” This type of electronic display module finds utility in a wide array of applications, including mobile phones, calculators, computers, TV sets, and more. These […]
Timer in AVR ATmega16/ATmega32
Posted on: 28 Oct 2023
Introduction Typically, we employ a timer/counter to generate time intervals, waveforms, or tally events. Additionally, timers are utilized for purposes such as PWM generation and event capturing. In the AVR ATmega16 / ATmega32 microcontrollers, there are three timers at your disposal: 1. Timer0: An 8-bit timer 2. Timer1: A 16-bit timer 3. Timer2: Another 8-bit […]
ATMega32 AVR USART C programming examples
Posted on: 26 Oct 2023
In the previous article, I discussed the USART module of the ATMega32 device, providing some practical examples. In this article, I will present additional USART examples that involve AVR C programming techniques. These techniques include creating conditions based on received characters and utilizing the ANSI C string functions library. In this straightforward illustration, the user […]
4×4 Keypad Interfacing with ATmega32 Microcontroller
Posted on: 24 Oct 2023
In this guide, we will demonstrate how to connect a 4×4 keypad, which has 16 keys, to an ATMEGA32A microcontroller. It’s essential to recognize that keypads play a crucial role as input devices in electronics projects, providing a straightforward means to issue commands or directives to electronic systems. Components Required Hardware: ATMEGA32, power supply (5v), AVR-ISP […]
PCB Via Design: What is it and what are the types?
Posted on: 23 Sep 2023
Vias have become crucial components of double-sided printed circuit boards (PCBs). As PCB fabrication technology has advanced and the demand for small yet powerful electronics has grown, the variety of via sizes and types has expanded. In this article, we aim to cover every type of via, including when to use them in your PCB […]
List of the Top 10 Best European PCB Companies
Posted on: 05 Sep 2023
PCB boards of proficient PCB Companies improve electronic devices’ mechanical, electrical, and physical features. They are the backbone in all electronic devices. To get trustworthy PCB types for our electronics, you need to purchase them from expert PCB Companies. Finding an experienced and reliable PCB manufacturing company is difficult. However, various PCB companies fabricate and […]
How to use LabVIEW to program an FPGA
Posted on: 11 Aug 2023
Table of contents 1 What is labview? 2 Video about using LabVIEW to program an FPGA 3 Labview Tutorial 4 How to use LabVIEW to program an FPGA 5 Hardware Connections 6 To run the LabVIEW Software What is labview? LabVIEW, a graphical programming environment created by National Instruments, is a well-known tool in research […]
