Pour capucine :
Outils | Initié? | J'ai fait | Je sais faire | Rang | Référant | |
---|---|---|---|---|---|---|
Machine -Outil | ||||||
Découpeuse laser | Speedy 300 | X | X | |||
Imprimante 3D | Mendel Prusa | X | X | X | ||
Makerbot | ||||||
Orca | X | |||||
Découpeuse vynile | GX-24 | X | X | |||
BN-20 | X | X | ||||
CNC | MMM30 | |||||
Electroportatif | Scie circulaire | X | X | |||
Scie sauteuse | ||||||
Outils logiciels | ||||||
Création Graphique | Illustrator | |||||
Inkscape | X | X | ||||
CAO | Free cad | X | ||||
OpenSCAD | X | X | X | |||
Netfabb | ||||||
SolidWorks | ||||||
Catia | ||||||
AutoCAD | ||||||
Modélisation 3D | Blender | |||||
Sketchup | ||||||
Rhino | ||||||
TinkerCAD | ||||||
Cubify | ||||||
Logiciels Pilotage Machine | ReplicatorG | X | ||||
Slic3r | X | X | ||||
PronterFace | X | X | ||||
Programmation | Processing | |||||
Arduino | X | X |
2018/01/10 09:05 | ||
2018/01/10 09:05 | ||
2014/03/31 15:28 | Mac | |
2018/01/10 09:05 | ||
2017/08/18 22:10 | Mac | |
2018/01/10 09:05 | ||
2013/10/05 17:48 | Mélissa | |
2015/04/11 16:26 | ||
2018/01/10 09:05 | ||
2018/01/10 09:05 | ||
2015/07/25 11:37 | Mac | |
2018/01/10 09:05 | ||
2017/10/31 16:51 | ||
2015/04/11 16:21 | Mac | |
2015/04/22 22:14 | Bumblebee | |
2014/12/12 20:26 | battais | |
2018/06/28 18:14 | Mac | |
2014/03/31 14:51 | Mac | |
2016/07/15 17:00 | Mac | |
2018/01/10 09:05 | ||
2018/10/13 13:36 | ||
2018/06/29 14:27 | Mac | |
2018/01/10 09:05 |
avrISP
sur l'arduino (ce programme est présent dans les exemples de l'environnement arduinosudo avrdude -p atmega8 -P /dev/ttyACM1 -b 19200 -c avrisp –n
sudo avrdude -p atmega8 -P /dev/ttyACM1 -b 19200 -c avrisp -U flash:r:-:i
sudo avrdude -p atmega8 -P /dev/ttyACM1 -b 19200 -c avrisp -u -U flash:w:"Arcade_Joystick.hex":i
sudo avrdude -p atmega8 -P /dev/ttyACM1 -b 19200 -c avrisp -Uhfuse:w:0xc9:m -Ulfuse:w:0x9f:m
url utiles :
http://highlowtech.org/?p=1695 http://highlowtech.org/?p=1706
Besoin de :
les connexions :
sur la miniboard attiny P5 est le reset attiny
programmation
le programme d’exemple blink sur la broche 3 au lieu de 13 fonctionne le logiciel arduino doit connaitre les cartes attiny :
(un jour peut-etre)