Arduino : Différence entre versions

De JoN@an
Aller à : navigation, rechercher
(Page créée avec « ==Liste Projets== <ul> <li>Simple: type LED/Bouton action/réaction <li>Complexe: utilisation servo moteurs/moteurs ancienne voiture RC, Robotique... <li>Utile: Reflasher... »)
 
(Liste Projets)
 
(6 révisions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
==Liste Projets==
+
=Liste Projets=
 
<ul>
 
<ul>
 
<li>Simple: type LED/Bouton action/réaction
 
<li>Simple: type LED/Bouton action/réaction
 
<li>Complexe: utilisation servo moteurs/moteurs ancienne voiture RC, Robotique...
 
<li>Complexe: utilisation servo moteurs/moteurs ancienne voiture RC, Robotique...
<li>Utile: Reflasher le BIOS ancien PC [http://tomvanveen.eu/flash-bios-chips-arduino/]
 
 
</ul>
 
</ul>
==Matos==
+
 
 +
=Matos=
 
Clone UNO R3 RobotDyn [http://www.aliexpress.com/item/UNO-R3-CH340G-ATmega328P-compatible-for-Arduino-UNO-R3/32523366108.html] (2.5€) (CH340G versus ATmega16u2 pour arduino original)<br>
 
Clone UNO R3 RobotDyn [http://www.aliexpress.com/item/UNO-R3-CH340G-ATmega328P-compatible-for-Arduino-UNO-R3/32523366108.html] (2.5€) (CH340G versus ATmega16u2 pour arduino original)<br>
 
Windows drivers pour CH340G peuvent être trouvé sur ce qui semble être le site officiel [http://www.wch.cn/download/CH341SER_EXE.html] <br>
 
Windows drivers pour CH340G peuvent être trouvé sur ce qui semble être le site officiel [http://www.wch.cn/download/CH341SER_EXE.html] <br>
 
Le support sous Linux serait natif<br>
 
Le support sous Linux serait natif<br>
 +
 +
=usefull links=
 +
[http://firmata.org/wiki/Main_Page Firmata]<br>
 +
[http://www.instructables.com/id/Guino-Dashboard-for-your-Arduino/?ALLSTEPS Guino]

Version actuelle en date du 1 avril 2016 à 12:17

Liste Projets

  • Simple: type LED/Bouton action/réaction
  • Complexe: utilisation servo moteurs/moteurs ancienne voiture RC, Robotique...

Matos

Clone UNO R3 RobotDyn [1] (2.5€) (CH340G versus ATmega16u2 pour arduino original)
Windows drivers pour CH340G peuvent être trouvé sur ce qui semble être le site officiel [2]
Le support sous Linux serait natif

usefull links

Firmata
Guino