Skip to content

An embedded systems project Done with Atmega16A. Monitors status of parking spaces & Shows status on Blynk Dashboard.

Notifications You must be signed in to change notification settings

Kabiirk/Smart-parking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SMART PARKING

Objective of this Project was to find location of an empty Parking slot using a mobile application. Designed around embedded systems , it involved interface between Microcontrollers viz . ESP8266 (NodeMCU) & Atmega16A & Atmega32 and allowed for serial communication between them.

Contents

  • Introduction
  • Tools used
  • Get Started !

Introduction


Tools Used

  • The IDE used to program in Assembly and covert it to it's respective Hex files.
  • A GUI to burn Hex files onto the microcontroller which is less compliated to do as compared to AVRdudes.
  • A CLI to burn Hex files and do other operations onto the microcontroller.
  • USBasp is a USB in-circuit programmer for Atmel AVR controllers. It simply consists of an ATMega88 or an ATMega8 and a couple of passive components. The programmer uses a firmware-only USB driver, no special USB controller is needed. Download the respective drivers for it or it won't work !

Get started !

  1. STEP 1
def code()
{
    put some code here;
}
  1. STEP 2
def code()
{
    put some code here;
}

About

An embedded systems project Done with Atmega16A. Monitors status of parking spaces & Shows status on Blynk Dashboard.

Topics

Resources

Stars

Watchers

Forks