Other Projects

ATMEGA328P Block Diagram

ATMEGA328P Microcontroller

ATmega328P is one of the high performances AVR technology microcontroller with a large number of pins and features. It is designed by 8-bit CMOS technology and RSIC CPU which enhance its performance and its power efficiency get improved by auto sleeps and internal temperature sensor. This ATmega328P IC comes with internal protections and multiple programming methods which helps […]

ATMEGA328P Microcontroller Read More »

Rotary Encoder Interfacing with ATmega8 Microcontroller

Rotary Encoder Interfacing with ATmega8 Microcontroller

In this tutorial we are going to interface a rotary encoder with ATmega8 microcontroller.  ATmega8 is atmel’s microcontroller series designed for embedded applications. Rotary encoder is used to know the position of movement and angular movement of a motor or axis. It’s a three terminal device usually, with power and ground pin counts to five. A rotary encoder

Rotary Encoder Interfacing with ATmega8 Microcontroller Read More »

How to use ADC in AVR Microcontroller ATmega16

How to use ADC in AVR Microcontroller ATmega16

One common feature that is used in almost every embedded application is the ADC module (Analog to Digital Converter). These Analog to digital Converters can read voltage from analog sensors like Temperature sensor, Tilt sensor, Current sensor, Flex sensor etc. In this tutorial we will learn What is ADC and How to use ADC in Atmega16. This tutorial

How to use ADC in AVR Microcontroller ATmega16 Read More »

Interfacing ESP8266 NodeMCU with Atmega16 Microcontroller to Send an Email 1

Interfacing ESP8266 NodeMCU with Atmega16 Microcontroller to Send an Email

Atmega16 is a low cost 8 bit microcontroller and comes with more number of GPIO’s than its previous version of microcontrollers. It has all the commonly used communication protocols like UART, USART, SPI and I2C. It has wide applications in robotics, automobile and automation industries because of its wide community support and simplicity. Atmega16 doesn’t

Interfacing ESP8266 NodeMCU with Atmega16 Microcontroller to Send an Email Read More »

Fingerprint Based Biometric Attendance System using Atmega32 Microcontroller

Fingerprint Based Biometric Attendance System using Atmega32 Microcontroller

According to researchers from Pen state University, humans are more likely to trust machines over people, which is likely evident from us revealing our ATM pin to a machine so easily. Today, in the world where AI, Machine learning, Chat bots, Smart Speakers, Robots etc are actively progressing, this synergy between humans and robots is only set to increase.

Fingerprint Based Biometric Attendance System using Atmega32 Microcontroller Read More »

Mandelbrot Set on Pi Pico ILI9341

Mandelbrot Set on Pi Pico / ILI9341

Mandelbrot Set is IMHO the most famous fractal. Read here for additional info: https://en.wikipedia.org/wiki/Mandelbrot_set This project was inspired by https://hackaday.io/project/177884-mandelbrot-on-p… I reused most of the original code, but decided to implement it with 2.8″ ILI9341 SPI tft using Pico micropython driver from https://github.com/jeffmer/micropython-ili9341. This is my first project with Pi Pico and micropython. Step 1: Set Up… I assume

Mandelbrot Set on Pi Pico / ILI9341 Read More »

Circuit Setup

Connecting to Microcontroller With Pyserial Library – Python

Hi, In this instructable, we’ll see how to use the Pyserial library in Python in order to make a serial connection via a COM Port (in our example COM3) and receive the temperature and humidity values from an MSP430 Microcontroller which is programmed to obtain data from a DHT11 sensor. In addition to this, we’ll

Connecting to Microcontroller With Pyserial Library – Python Read More »

Parallel Apps on an ESP32 Using Toit Platform for IoT

Parallel Apps on an ESP32 Using Toit Platform for IoT

With the Toit platform, developers can treat an ESP32 as a regular computer, installing apps just as easy as on a computer or a phone. Using the high-level language Toit, it is easy to implement functionality and applications while the Toit platform ensures that the device keeps functioning no matter what. This project tests the

Parallel Apps on an ESP32 Using Toit Platform for IoT Read More »

Scroll to Top