background preloader

Microcontroler

Facebook Twitter

Making a part in Fritzing 0.8.7b | Jacob Fenwick. Before we get started, it’s worth mentioning that the Fritzing site has a page on making parts with a bunch of tutorials: However, they point out quickly that as of version 0.7.9, many of those tutorials are outdated, due to changes mentioned in this blog post: The most notable is that you can not create completely new parts. You can only modify existing parts. When I was trying to build a part in Fritzing, I was traveling and temporarily had no internet, so not knowing this was quite confusing! But once you realize this fact, it makes it a lot easier to move forward. I needed to make a part for this DC-DC converter: The main reason I needed a PCB at all is that the pins are very close together, 67mil apart according to the mechanical design.

Click on the PCB tab. Energia Libraries. Untitled. Projets à microcontrôleurs Microchip PIC.

Instructable

Poor Man’s Breadboard Arduino | Aeturnalus. I’ve burnt out a few Arduinos recently, and have found it expedient to just build my own on a breadboard rather than pay $34.95 and buy an Arduino Duemilanove online. It’s cheaper ($7.40, without FTDI or breadboard, SparkFun), and easy to fix if something goes wrong. Note that this tutorial does NOT include a voltage regulator, power will come from the FTDI board. Parts List (minimum, of course): 170 tie point breadboard ($3.95)ATMega328P w/ Arduino Bootloader ($5.50)16mhz resonator ($0.95)10 kOhm resistor ($0.25)100uF Capacitor ($0.35)SparkFun 5v FTDI Breakout ($14.95)Assorted wires ($0.00, you can pull them from anything)[optional] LED, for pin 13. ($0.35) All prices are from SparkFun, which is NOT the cheapest. Note that the capacitor and the SparkFun FTDI can be reused across many boards, and thus the costs is divided among all the boards you build. Step One Put the ATMega328 in the breadboard, with the little semicircular cutout facing one end of the breadboard.

Step Two Step Three.

Make

WoobleBot : le petit robot à base d’ATtiny45 qui réagit à l’infrarouge. WoobleBot est un petit robot qui réagit aux signaux infrarouge de votre télécommande. Il s’illumine et se met à danser pour vous monter son enthousiasme. Très simple à réaliser, WoobleBot peut vous permettre de découvrir simplement le micro-contrôleur ATTiny45 et sa programmation avec une carte arduino ( voir le tuto : Programmation des ATtiny avec un Arduino ) Ce robot est donc composé de : Le principe de fonctionnement est simple, lorsque le robot capte un signal infrarouge, il s’illumine avec une LED, et bascule de gauche à droite grâce au servo-moteur. Il faudra s’armer de patience pour découper la balle de ping-pong et y intégrer toute l’électronique, mais le résultat est assez amusant.

Vous pouvez retrouver tous les détails de ce montage sur instructables.com Voici une vidéo de présentation : Projet à microcontrôleur PIC 16F84A / 16F628A. Projet à microcontrôleur PIC 16F84A / 16F628A Diapason électronique 1- Présentation 2- Schéma électrique 3- Principe de fonctionnement 4- Liste du matériel 5- Code source du microcontrôleur PIC 1- Présentation Ce diapason permet de générer 3 notes : la3 (la de la troisième octave) : fréquence 440 hertz la2 (la de la deuxième octave) : fréquence 440 / 2 = 220 hertz la1 (la de la première octave) : fréquence 220 / 2 = 110 hertz 2- Schéma électrique 3- Principe de fonctionnement La demi-période d'un signal de fréquence 440 Hz est 1,13636 ms ou 5681,8 cycles d'horloge d'un oscillateur à quartz de fréquence 20 MHz.

Le programme va donc créer une temporisation de 5682 cycles (439,986 Hz) en utilisant l'interruption TMR0 en mode timer. Le signal de fréquence 440 Hz est disponible sur la sortie RA0 : il s'agit d'un signal rectangulaire 0 V / 5 V. R1 limite le courant de sortie et C5 filtre la composante continue. Résultats expérimentaux Une mesure avec un fréquencemètre étalon a donné : Projets à microcontrôleurs Microchip PIC. Arduino | Semageek - Page 3. Aujourd’hui, lors de la Maker Faire Rome, Massimo Banzi d’Arduino et Brian Krzanich, CEO d’Intel, ont présenté le fruit de leur collaboration, la carte Intel Galileo.

Cette carte est la première de la famille des produits Arduino Certified et elle dispose d’un processeur Intel® Quark SoC X1000 , un SOC Pentium 32 bits cadencé à 400 MHz. La […] Lire la suite.