Difference between revisions of "Arduino / Atmel"

From Luky-Wiki
Jump to: navigation, search
(How to ...)
(How to ...)
Line 12: Line 12:
 
* [[Arduino: Pinout]]
 
* [[Arduino: Pinout]]
 
* [[Arduino: How to control a HD44780 based character LCD]]
 
* [[Arduino: How to control a HD44780 based character LCD]]
 +
* [[Arduino: How to control a KS0108 based graphic LCD]]
  
 
== Functionality tests ==
 
== Functionality tests ==
 
* [[Arduino: realtime clock test]]
 
* [[Arduino: realtime clock test]]

Revision as of 13:23, 31 December 2012

This section is dedicated to hardware oriented pages/project based on Atmel micro-controller.

I am more software oriented than hardware. For me it is not problem to create software for several platform using not so short range of programming languages, but i don't like development work with hardware. Arduino UNO saved a lot if my time. Using this prototype board i can start directly with code and don't worry about base hardware. Arduino UNO board contain all necessary components to easily start with hardware development. On other hard development software from Arduino group is too much abstract (I think) and not all functions of Atmel micro-controller can be used by this software (at time of writing this text, may change in future).

Due to limitation of developer tools from Arduino i decided to use avr-libc, gcc on Linux system and cross-compile tools avaliable on Gentoo linux. I am using avrdude to "burn" (flash) result of my work using AVRDragon via ISP link. You can find result of my work in following sections:

Home automation

How to ...

Functionality tests