Projecteur Laser » Historique » Version 21
  Baptiste Pelouas, 26/05/2015 09:22 
  
| 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 | 15 | Baptiste Pelouas | <div id="DivClignotante" style="visibility:visible; color:red;"> | 
| 12 | 13 | Baptiste Pelouas | Travail en cours | 
| 13 | 17 | Baptiste Pelouas | <div id="fleche"> >>>> </div> | 
| 14 | 13 | Baptiste Pelouas | </div> | 
| 15 | |||
| 16 | <script type="text/javascript"> | ||
| 17 | 14 | Baptiste Pelouas | var clignotement = function(){  | 
| 18 |    if (document.getElementById('DivClignotante').style.visibility=='visible'){  | ||
| 19 |       document.getElementById('DivClignotante').style.visibility='hidden';  | ||
| 20 | 1 | Baptiste Pelouas | } | 
| 21 | 14 | Baptiste Pelouas |    else{  | 
| 22 |    document.getElementById('DivClignotante').style.visibility='visible';  | ||
| 23 | 13 | Baptiste Pelouas | } | 
| 24 | }; | ||
| 25 | |||
| 26 | 14 | Baptiste Pelouas | // mise en place de l appel de la fonction toutes les 0.8 secondes | 
| 27 | 13 | Baptiste Pelouas | // Pour arrêter le clignotement : clearInterval(periode); | 
| 28 | 16 | Baptiste Pelouas | periode = setInterval(clignotement, 500); | 
| 29 | 13 | Baptiste Pelouas | </script> | 
| 30 | |||
| 31 | 1 | Baptiste Pelouas | Spindle Motor + miroir | 
| 32 | ---------------------- | ||
| 33 | |||
| 34 | 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). | ||
| 35 | Il faudra contrôler avec précision leurs vitesses de rotation. | ||
| 36 | |||
| 37 | 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. | ||
| 38 | |||
| 39 | <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> | ||
| 40 | </div> | ||
| 41 | 19 | Baptiste Pelouas | <div style="z-index:0; position:relative; top:-100px; left:300px; width:646px; height:518px; border:solid 1px black; background-color:lightsteelblue;"> | 
| 42 | <img src="http://redmine.acolab.fr/attachments/download/104/ProjecteurLaserXY%20-%20en%20action%20-%20annote.jpg" width="646" height="518" title="1er test projecteur laser" alt="1er test projecteur laser"> | ||
| 43 | 11 | Baptiste Pelouas | </div> | 
| 44 | 3 | Baptiste Pelouas | |
| 45 | 21 | Baptiste Pelouas | <div style="border:solid 1px black; width:920px; height:356px; font-size:14px; | 
| 46 | 20 | Baptiste Pelouas | background-color:silver; | 
| 47 | 1 | Baptiste Pelouas | background-repeat:no-repeat; background-position:center;"> | 
| 48 | 21 | Baptiste Pelouas | ### Le module mirroir polygonal + spindle motor + driver : | 
| 49 | Les 2 modules que j'ai recupéré ont 5 pins. | ||
| 50 | Pour l'axe Y, | ||
| 51 | <img src="http://redmine.acolab.fr/attachments/download/106/polygonalMirrorScannerMotor.jpg" title="assemblage d'un module moteur + mirroir polygonal + driver" alt="assemblage d'un module moteur + mirroir polygonal + drive" width="256" height="356"> | ||
| 52 | 20 | Baptiste Pelouas | </div> | 
| 53 | |||
| 54 | 1 | Baptiste Pelouas | |
| 55 | Solutions existantes | ||
| 56 | -------------------- | ||
| 57 | |||
| 58 | Des projets utilisants des bobines et, surtout leurs champs magnétique. | ||
| 59 | |||
| 60 | * [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)!!. | ||
| 61 | 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. | 
| 62 | 18 | 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 astables il me semble). | 
| 63 | 1 | Baptiste Pelouas | * [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 ...). | 
| 64 | * [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 |