Skip to content

Bluetooth based over the air programming for atmel microcontroller

License

Notifications You must be signed in to change notification settings

mohit3112/AvrDroid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Avrdroid - Bluetooth based over the air programming for atmel microcontroller

File Description

  • boot1.c : Boot-loader code
  • avrdroid.sch : Borad Schematics file

Compilation Steps

  1. Compiling bootloader : avr-gcc -mmcu=atmega8 -Wall -Os boot1.c -N -Wl,--section-start=.text=0x1800,--section-start=.app=0x0040,--section-start=.myinit=0x0000
  2. Converting to hex : avr-objcopy -j .text -j .data -j .app -j .myinit -O ihex a.out boot1.hex

Schematics

picture alt

About

Bluetooth based over the air programming for atmel microcontroller

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages