AVR ATmega Projects

GPS module uBlox Neo 6M Interfacing with AVR Microcontroller Atmega16 32

GPS module (uBlox Neo 6M) Interfacing with AVR Microcontroller Atmega16/32

GPS modules are widely used in electronics applications to track the location based on longitude and latitude coordinates. Vehicle tracking system, GPS Clock, Accident Detection Alert System, traffic navigation, surveillance system etc. are few of the examples where GPS functionality is essential. GPS provides Altitude, Latitude, Longitude, UTC time and many other information about the particular location, which are taken from […]

GPS module (uBlox Neo 6M) Interfacing with AVR Microcontroller Atmega16/32 Read More »

Understanding Fuse Bits in ATmega328P to Enhance Arduino Programming Efficiency

Understanding Fuse Bits in ATmega328P to Enhance Arduino Programming Efficiency

In this tutorial, we are going to talk about fuses. Back when I was in college and learning about all the cool things in electronics, I heard the term fuse in AVR for the first time, my initial thought on the topic was, oh! there is something inside the AVR that will blow if I did

Understanding Fuse Bits in ATmega328P to Enhance Arduino Programming Efficiency 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 »

Mechanism Assembly – Arm Assembly

Open Source Ventilator Alternative

Access to medical devices is unequal across the globe, and the COVID-19 pandemic has underscored this fact. During the pandemic the global shortage of ventilators has been especially notable. Access to mechanical ventilation in Low and Middle Income Countries is inadequate. South Sudan, for example, possesses four ventilators in total. Across 84 healthcare facilities in

Open Source Ventilator Alternative Read More »

Scroll to Top