Hello World – Arduino UNO with Atmel Studio Elecrom February 18, 2017; Updated On: February 19th, 2017 11 Overview In the last post we got introduced to the Arduino Uno. In this post let us see how to use Arduino Uno (with ATmega328P device) outside of the Arduino software environment. We will use Atmel Studio 7 for programming the Arduino Uno in C. The use of Atmel Studio gives you complete flexibility and … Continue reading Hello World – Arduino UNO with Atmel Studio
Introduction to Arduino UNO (uses AVR ATmega328) Elecrom January 27, 2017; Updated On: January 27th, 2017 4 Overview Arduino is an Open Source embedded development platform which is easy-to-use. It comprises of Hardware boards and Software tools. Examples of some of the most popular Arduino Hardware boards are – Arduino Uno This board is designed around the ATmega328 AVR microcontroller. It is an 8 bit microcontroller with 32KB of flash, 2KB of … Continue reading Introduction to Arduino UNO (uses AVR ATmega328)
ATMEL AVR Tips – Input Output Ports Code Snippets Elecrom August 12, 2015; Updated On: January 4th, 2017 6 In the previous Blog Post ( How to access Input / Output Ports ?) we learned how to use DDRx, PINx, and PORTx registers to access GPIOs. In this post you will find some ready to use AVR Input Output Ports (GPIO) settings (c code snippets) for AVR microcontrollers. This snippets will help you to: … Continue reading ATMEL AVR Tips – Input Output Ports Code Snippets
AVR fuse bits settings Elecrom April 3, 2010; Updated On: June 1st, 2019 10 Setting AVR fuse bits correctly is most important and equally confusing part for many beginners. In this post I have presented some of the ready to use fuse bit settings and corresponding batch files, which can be used with AVRdude. Link for downloading avrdude batch files (to be used with USBasp) is given at the … Continue reading AVR fuse bits settings
100% Flash utilization !! Elecrom May 7, 2009; Updated On: August 12th, 2015 3 Sometimes we met with interesting coincidences while working on projects. One such coincident happened just few moments ago … interesting and hence sharing with you all. Continue reading 100% Flash utilization !!
AVRDude Tutorial : Burning hex files on Atmel AVR using USBasp and AVRdude Elecrom April 15, 2009; Updated On: June 1st, 2019 34 The AVRdude is excellent program for burning hex code into Atmel AVR microcontroller. USBasp is awesome USB based Atmel AVR programmer. In this tutorial we will see how to use AVRdude for burning hex files into AVR microcontroller using USBasp. AVRdude is available for Windows and Linux installations. It can be downloaded from the avrdude’s … Continue reading AVRDude Tutorial : Burning hex files on Atmel AVR using USBasp and AVRdude
Mega16 Development Board : Sample Programs – Source Codes Elecrom April 3, 2009; Updated On: December 20th, 2016 4 [digg=http://digg.com/hardware/Sample_programs_for_AVR_mega16] Mega16 Development board comes with sample programs. On this post I will be posting updated versions of sample codes and related documentation. You can download this sample programs, modify and use them free of cost. All programs are written for CodeVisionAVR Compiler, unless otherwise specified. Following table summarizes the provided sample programs : (Link … Continue reading Mega16 Development Board : Sample Programs – Source Codes
AVR Development Board – mega16 Elecrom March 25, 2008; Updated On: March 25th, 2008 45 JAN 2015 – THIS PRODUCT IS NO LONGER SOLD. IF YOU ARE STILL INTERESTED DROP ME A MAIL. AVR Development Board Low Cost AVR Development Board – ATmega16 / ATmega32 – v4.1 28 April 2011 – Prices updated Board Features : supports : mega16A/32A AVR uC. With easy to use ZIF socket. Continue reading AVR Development Board – mega16
ATMEL AVR Tutorial 2 : How to access Input / Output Ports ? Elecrom February 12, 2008; Updated On: June 1st, 2019 101 [digg=http://digg.com/programming/AVR_Tutorial_2_AVR_Input_Output] Tutorial Overview You cannot imagine to use microcontroller without using any of its i/o pins. Finally its all about : taking input , processing it and generating output ! Thus i/o registers and their correct settings is indispensable part while learning to program any uC. We will learn how to use Atmel AVR’s GPIO ports … Continue reading ATMEL AVR Tutorial 2 : How to access Input / Output Ports ?
AVR : Tutorial 1: Introduction to AVR Elecrom October 21, 2007; Updated On: September 1st, 2015 4 AVR microcontrollers from ATMEL are very good choice for designing mid-range embedded systems.They are 8Bit RISC controllers. They come in many verities and most of them gives 16MIPS (Mega Instructions Per Seconds) throughput at 16MHz . Unlike most of the popular PIC microcontrollers, AVRs have powerful instruction set, most executing in 1 cycle. Recently ATMEL … Continue reading AVR : Tutorial 1: Introduction to AVR