Reference

user warning: Unknown column 'i18n.language' in 'where clause' query: SELECT DISTINCT b.* FROM blocks b LEFT JOIN blocks_roles r ON b.module = r.module AND b.delta = r.delta LEFT JOIN i18n_blocks i18n ON (b.module = i18n.module AND b.delta = i18n.delta) WHERE (i18n.language ='en' OR i18n.language ='' OR i18n.language IS NULL) AND ( b.theme = 'garland' AND b.status = 1 AND (r.rid IN (1) OR r.rid IS NULL) )ORDER BY b.region, b.weight, b.module in /var/alternc/html/o/orangeseeds/usr/drupal-6/modules/block/block.module on line 456.

Double PWM (Atmega644 pour effet stéréo)

Ce bout de code permet de générer du son en stéréo en utilisant deux sorties PWM d'un ATMEGA644.


#include < avr/io.h >

#define piezo PB3
#define piezo2 PB4

void InitTimer(void)

Interesting facts about sun-powered devices

This page on Flex Solar Cells website displays very useful t

EAGLE

EAGLE is a professional software for designing PCBs. It's also pretty useful to create schematics. It is multi-platform and there is a very good "light" freeware version. Get it here:

PhoEf: resources on solar energy

Yesterday we met Bartaku, an artist who works at foam right next door to iMAL. For one year, Bartaku has carried on a huge research on solar energy.

Sleep mode on Atmega8/168 chips (Arduino)

There is a sleep mode available on Atmega chips, which makes them use only 10nA. See the following post on the Arduino website: http://www.arduino.cc/playground/Learning/ArduinoSleepCode

Libraries and examples for ATtiny

A website that containts a set of methods / libs / tools for ATtiny programming. Needs further investigations...

http://www.lightner.net/avr/ATtinyAvrGcc.html

Radio Frequency Communication

For the record, I found two examples of easy-to-build circuits for radio transmission:

Building and uploading using AVR-GCC and AVRISP2

I managed to compile and upload AVR programs on my Mac using different tools: AVR-GCC, AVRdude and my AVRISP2 interface. I wrote a set of instructions for the Electronix people, see:

Syndicate content