Projecteur Laser » Historique » Version 14
  Baptiste Pelouas, 24/05/2015 15:49 
  
| 1 | 1 | Baptiste Pelouas | Projecteur Laser | 
|---|---|---|---|
| 2 | ================ | ||
| 3 | 12 | Baptiste Pelouas | <div style="border:solid 1px black; width:920px; height:110px; font-size:14px; | 
| 4 | 11 | Baptiste Pelouas | background-color:silver; | 
| 5 | background-repeat:no-repeat; background-position:center;"> | ||
| 6 | Le principe: 2 miroirs asservies en angle qui devient le faisceau laser respectivement en X et en Y. | ||
| 7 | 1 | Baptiste Pelouas | <img src="http://cdn.instructables.com/F4Q/IE3C/H1YOIP8C/F4QIE3CH1YOIP8C.MEDIUM.jpg" title="1 bit x-y scanning laser projector" alt="1 bit x-y scanning laser projector" width="156" height="109"> | 
| 8 | 11 | Baptiste Pelouas | </div> | 
| 9 | 1 | Baptiste Pelouas | |
| 10 | 11 | Baptiste Pelouas | |
| 11 | 13 | Baptiste Pelouas | <div id="DivClignotante" style="visibility:visible;"> | 
| 12 | Travail en cours | ||
| 13 | </div> | ||
| 14 | |||
| 15 | <script type="text/javascript"> | ||
| 16 | 14 | Baptiste Pelouas | var clignotement = function(){  | 
| 17 |    if (document.getElementById('DivClignotante').style.visibility=='visible'){  | ||
| 18 |       document.getElementById('DivClignotante').style.visibility='hidden';  | ||
| 19 | 1 | Baptiste Pelouas | } | 
| 20 | 14 | Baptiste Pelouas |    else{  | 
| 21 |    document.getElementById('DivClignotante').style.visibility='visible';  | ||
| 22 | 13 | Baptiste Pelouas | } | 
| 23 | }; | ||
| 24 | |||
| 25 | 14 | Baptiste Pelouas | // mise en place de l appel de la fonction toutes les 0.8 secondes | 
| 26 | 13 | Baptiste Pelouas | // Pour arrêter le clignotement : clearInterval(periode); | 
| 27 | 14 | Baptiste Pelouas | periode = setInterval(clignotement, 800); | 
| 28 | 13 | Baptiste Pelouas | </script> | 
| 29 | |||
| 30 | 1 | Baptiste Pelouas | Spindle Motor + miroir | 
| 31 | ---------------------- | ||
| 32 | |||
| 33 | Des moteurs brushless (stator central de minimum 2 paires de pôles, rotor extérieur constitué de minimum 2 paires de pôles en aimants permanents). | ||
| 34 | Il faudra contrôler avec précision leurs vitesses de rotation. | ||
| 35 | |||
| 36 | En désossant 2 imprimantes laser, on peut récupérer 2 spindles motor avec leurs miroirs polygonaux et leurs électroniques de commandes qui se pilotes en PWM. | ||
| 37 | |||
| 38 | 11 | Baptiste Pelouas | <div style="z-index:1; position:relative; width:256px; height:192px; border:solid 1px black; background-color:lightgray;"><a href="http://redmine.acolab.fr/attachments/download/105/ProjecteurLaserXY.jpg"><img src="http://redmine.acolab.fr/attachments/download/105/ProjecteurLaserXY.jpg" alt="1er test projecteur laser" style="width:256px; height:192px; border:none; box-shadow:0 0 15px 5px grey;" /></a> | 
| 39 | </div> | ||
| 40 | <div style="z-index:0; position:relative; top:-100px; left:300px; width:718px; height:576px; border:solid 1px black; background-color:lightsteelblue;"> | ||
| 41 | <img src="http://redmine.acolab.fr/attachments/download/104/ProjecteurLaserXY%20-%20en%20action%20-%20annote.jpg" height="576" width="718" title="1er test projecteur laser" alt="1er test projecteur laser"> | ||
| 42 | </div> | ||
| 43 | 3 | Baptiste Pelouas | |
| 44 | 1 | Baptiste Pelouas | |
| 45 | Solutions existantes | ||
| 46 | -------------------- | ||
| 47 | |||
| 48 | Des projets utilisants des bobines et, surtout leurs champs magnétique. | ||
| 49 | |||
| 50 | * [Home Built Laser Projector](http://elm-chan.org/works/vlp/report_e.html): ça y ressemble fortement, mais ici on utilise des galvanométre (des VCM en faite)!!. | ||
| 51 | 2 | Baptiste Pelouas | * [Laser Scanner- camera/projector](http://hannahmishin.com/blog/2014/10/25/laser-scanner-cameraprojector): un projet hybride galvanomètre et spindle motor. | 
| 52 | 1 | Baptiste Pelouas | * [Automatic Laser Spirograph (No programming)](http://www.instructables.com/id/Automatic-Laser-Spirograph-No-programming/?ALLSTEPS) : Un spirographe (comme en boite :P) fait a l'aide de 2 miroirs fixés sur des ventilateurs de PC pilotés en PWM avec des 555 (des astable il me semble). | 
| 53 | * [Mechanically scanned laser display](http://www.luberth.com/help/Mechanically_scanned_laser_display_microchip_pic/Mechanically_scanned_laser_display_microchip_pic.htm) : ici, on affiche du texte, mais la position Y a été réalisé avec un polygone en rotation constante mais dont les miroirs sur chaque face on une orientation différentes (ça doit être chaud a régler ...). | ||
| 54 | * [Laser Display (PIP - Project in Progress)](http://www.spikenzielabs.com/SpikenzieLabs/Laser_Display.html) : Une solution mixte alliant spindle motor en X et VCM en Y. in progress |