Arduino Programmer Projects

Memory Map of 328P RAM

Programming the Microchip ATmega328P in C

Introduction This document describes how to program the Microchip ATmega328P microcontroller in C using the Avr-GCC toolchain. Students can download the software and install it on their computers by visiting a few websites. Atmel used to manufacture the ATmega328P microcontroller until it was acquired by Microchip Technology in 2016. Some documents on the EE459 website […]

Programming the Microchip ATmega328P in C Read More »

MicroPython Program Update Coronavirus DiseaseCOVID 19 Data in Real Time

MicroPython Program:Update Coronavirus Disease(COVID-19) Data in Real Time

In the past few weeks, the number of confirmed cases of coronavirus disease (COVID 19) worldwide has exceeded 100,000, and the world health organization (WHO) has declared the new coronavirus pneumonia outbreak to be a global pandemic. I was very worried about this outbreak, and I had to go online every day to check the

MicroPython Program:Update Coronavirus Disease(COVID-19) Data in Real Time Read More »

Make Your Own Homemade Arduino Board with ATmega328 Chip

Arduino is an open-source development platform for engineers and hobbyists to develop electronics projects in an easy way. It consists of both a physical programmable development board (based on AVR series of microcontrollers) and a piece of software or IDE which runs on your computer and used to write and upload the code to the microcontroller board. Arduino uses a boot loader.

Make Your Own Homemade Arduino Board with ATmega328 Chip Read More »

Bar Inventory System: Drinking for Class Instead of Because of Class

Introduction Project Summary Our project is an expandable bar inventory system that implements wireless communication. The bar inventory system was an interesting project, because it involved both hardware and software together, since we are comprised of one analog designer and one computer programmer, both of whom are alcoholics.  On the hardware side, there are sensors

Bar Inventory System: Drinking for Class Instead of Because of Class Read More »

Scroll to Top