HORLORGE

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.righto.com/2009/09/arduino-universal-remote-record-and.html I've implemented a simple IR universal remote that will record an IR code and retransmit it on demand as an example for my IR library . Handling IR codes is a bit more complex than it might seem, as many protocols require more than simply recording and playing back the signal. To use the universal remote, simply point your remote control at the IR module and press a button on the remote control. Then press the Arduino button whenever you want to retransmit the code. My example only supports a single code at a time, but can be easily extended to support multiple codes. The hardware

An Arduino universal remote: record and playback IR signals

Arduino – Basic Persistance of Vision

I think this’ll be the start of a few more projects for me. I’ve seen some cool LED PoV stuff ( Persistance of Vision ) with mounting displays on bikes, so hopefully I’ll get round to doing something like that. Anyway as a start I’ve got 5 LED’s connected to 5 pins on the Arduino , nothing complex there. The real struggle is to work out the timings , or rather the pauses between the patterns. Starting with how to make a character or drawing. Arduino POV LED parts http://luckylarry.co.uk/arduino-projects/arduino-basic-persistance-of-vision/

Arduino POV « Insignificant Bits

http://bobcopeland.com/blog/2007/05/arduino-pov/ Since everyone else is doing it, I decided to hack together my own persistence of vision thing this evening. This is a circuit where you have a single vertical line of LEDs, but if you turn the LEDs on and off fast enough and wave them around, your eyes are fooled into seeing complete letters. It only took about 20 minutes to write the C code to load up onto my trusty ATmega8, then I used a camera with a long shutter period to take the picture to the right. I realize my blog has devolved into Bob’s Dumb Project Of The Week lately. I’ll have to work on that.
Je programme occasionnellement sur avr (comprendre autre qu’arduino quoi), mais comme c’est très espacé dans le temps, à chaque fois j’ai l’impression de reprendre depuis le début. Du coups, je me suis dit que ça pourrais être bien de faire un petit papier là-dessus, en expliquant un peu les points qui m’ont posé problème à un moment ou un autre. Je ne suis pas un très bon programmeur, donc il y aura peut être des erreurs ou imprécisions, n’hésitez pas à m’en faire part dans les commentaires si c’était le cas

DIY Planet : Made in Fr - page 4

http://planet.madeinfr.org/page/4

Review – Texas Instruments TLC5940 16-channel LED driver IC

Hello readers Today we are going to examine the Texas Instruments TLC5940 16-channel LED driver IC. My reason for doing this is to demonstrate another, easier way of driving many LEDs as well as LED display modules that are common-anode . http://tronixstuff.wordpress.com/2010/07/19/review-%e2%80%93-texas-instruments-tlc5940-16-channel-led-driver%c2%a0ic/
Dans cette théorie, nous allons examiner les circuits à décalage appelés aussi registres à décalage . Ces circuits sont le plus souvent formés de bascules synchrones reliées l'une à la suite de l'autre et commandées par le même signal d'horloge. L'état de la première bascule se décale aux bascules suivantes d'où le nom de «circuits à décalage». Ils sont très utilisés comme circuit de temporisation, comme circuit de mémoire et de traitement de l'information. Une application importante des registres à décalage est la transmission série de données logiques. http://daniel.robert9.pagesperso-orange.fr/Digit/Digit_8T.html

COMMENT FONCTIONNE UN REGISTRE À DÉCALAGE ?