Tero's blog

Random notes

Reading I2C EEPROM with Arduino and AVR-Ada

Recently, I wanted to access I2C EEPROM with Arduino. However, AVR-Ada (1.1.0) provides no support for I2C interface which many AVR processors and Arduinos have. So, I had to write a package ("Two_Wire") for it.

Example code is available at arduino-eeprom repository and below is the used circuit …

[more]

IPv6 support for stronglytyped.org

My AWS-powered sites stronglytyped.org and Ahven's homepage ahven.stronglytyped.org now support IPv6 connections also.

This was possible after Linode started supporting native IPv6 in some of its datacenters.

Again, only Ada Web Server and iptables were used. There is no separate frontend http server written in another language …

[more]

Small attiny13 development board

To test AVR-Ada with small attiny13 processors, I made a little "development board" for me:

It can run hello example out of the box and blink the green led. The red led indicates power.

[more]

Ahven 1.9 released

I finally managed to release Ahven 1.9 (download zip).

This is a small bug fix release only to allow Ahven compile with GNAT GPL 2010 also.

If everything goes as planned, the next 2.0 will include new features, like timeouts, improved documentation, and possibly an ability to skip …

[more]

Blog engine changed to blogsum

I changed the blog engine running my blog from bloxsom to blogsum.

This might cause some extra spam in the planet aggregators, I am sorry about that. I try not to do this too often. :)

The reason for the change was that I wanted to use software which works well …

[more]

« Page 7 / 9 »


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