Alignez et allumez quelques LED sur un plan. Mettez le tout en rotation et vous découvrirez une série de jolis anneaux concentriques. Plus excitant : ajoutez un microcontrôleur et moyennant un peu d’astuce vous pourrez afficher un motif, du texte ou un nombre. Reste la question du séquencement et de la synchronisation. La réalisation présentée ici innove dans la mesure où le signal de synchronisation dérive du champ magnétique terrestre capté par le microprocesseur. Dès lors les applications s’étendent aux compte-tours et aux boussoles.
5 janvier 2009
R10 a une valeur de 22 ohm et pas 22 k comme indiqué dans l'article.
9 avril 2009
Q: Existe-t-il un appareil qui permet de programmer la toupie via le port USB d'un ordinateur?
A: Vous pouvez utiliser le USB-AVRprog 080083-71 (fr) pour programmer votre toupie par USB, ou n'importe quel AVR.
Q: I get an error report from AVR-studio when compiling the downloaded C-code?
A: The compilation issue is due to the fact that AVR-Studio launch the command "make" using avr-gcc without argument when it should be launched with the 'all' argument so "make all".
The best is to use the CMD.EXE tool from Windows, here is a simple procedure.
0. Check you have the GNU GCC binaries in the PATH
1. Unzip the source code archive in [C:\firmware_v1.0]
2. Go to this folder [cd firmware_v1.0]
3. Run the make all command [make all]
And here it is you should get the HEX file!
Q: What software can I use under Windows to compile the firmware?
A: You can use the WinAVR toolchain for this purpose, it's available here