Tero's Arduino Blog

Using Arduino with Ada

Driving Neopixel LEDs using only Ada

Inspired by my earlier delay experiments and its followup discussion on AVR-Ada mailinglist, I decided to put my delay functions in good use.

Neopixel RGB LEDs require exact timing and people usually use AVR assembler code to get the timing right. However, I wanted to see can I do it …

[more]

Using AVR-Ada with attiny2313

Required parts:

AVR-Ada is not only meant for Arduinos and other boards which use atmega series processors, but it can be also used with attiny processors.

I assembled a minimal attiny2313 setup on a breadboard so …

[more]

Blinking LED

Introduction

Blinking the built-in led is one of the simplest things we can do on Arduino, so it serves as a nice starting point.

The built-in led is connected to digital pin 13 in Arduino way of naming. AVR-Ada itself does not support Arduino naming convention, but instead uses standard …

[more]

Page 1 / 1


Copyright © 2012, 2013 Tero Koskinen - Theme Skeleton; Blogging engine Pelican; Powered by Python