Tero's Arduino Blog

Using Arduino with Ada

Some changes to the commenting system

I had Disqus, the commenting system, slightly misconfigured, so I redid the commenting section. Because of this, the existing comments were lost, but hopefully everyone can live with it.

Now the Disqus settings should be ok, but as ways with Internet pages, I don't guarantee that your comments will ...

[more]

Displaying Characters on MOD-LCD3310 by using Olimexino-328 with Ada

MOD-LCD3310 is Nokia 3310 display clone from Olimex. It provides black and white screen with 84x48 resolution, which is a great choice if 7-segment display or 2x16 LCD isn't enough.

MOD-LCD3310 uses UEXT connector found from almost every Olimex board. In case you don't have one, you can ...

[more]

AVR-Ada RPMs for Fedora 17 and 18

I finally managed to find time to create AVR-Ada RPMs for Fedora. The packages are available for Fedora 17 and 18 on i386 and x86_64 architectures.

To install them you need to create file /etc/yum.repos.d/fedora-adalanguage.repo with contents:

[fedora-adalanguage]
name=Tero's Fedora RPM repository for ...
[more]

Temperature measurement with DS18B20 and one-wire protocol

Required parts:

  • Arduino UNO or Duemilanove
  • DS18B20 temperature sensor
  • Some jumper wires
  • About 5K ohm resistor (4.7Kohm or 4.99Kohm is ok)

I had a couple of extra DS18B20 temperature sensors lying around, so I was interested in communicating with them using Arduino.

DS18B20 uses 1-wire protocol for communication ...

[more]

Arduino Due

Arduino Due is another Arduino board, but with Atmel ARM processor instead of AVR. I have had Due for a while, but flashing it on Linux had not been working. However, now I managed to flash simple blink app (written in C++) on Linux using bossac:

sudo ~/programs64/arduino-1.5 ...
[more]

Page 1 / 3 »


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