Projet

Général

Profil

Projecteur Laser » Historique » Version 18

Baptiste Pelouas, 24/05/2015 16:35

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 17 Baptiste Pelouas
 int i = 0;
19 14 Baptiste Pelouas
   if (document.getElementById('DivClignotante').style.visibility=='visible'){ 
20
      document.getElementById('DivClignotante').style.visibility='hidden'; 
21 1 Baptiste Pelouas
   } 
22 14 Baptiste Pelouas
   else{ 
23
   document.getElementById('DivClignotante').style.visibility='visible'; 
24 13 Baptiste Pelouas
   } 
25 17 Baptiste Pelouas
 i++;
26
 document.getElementById("fleche").innerHTML = i;
27 13 Baptiste Pelouas
}; 
28
29 14 Baptiste Pelouas
// mise en place de l appel de la fonction toutes les 0.8 secondes 
30 13 Baptiste Pelouas
// Pour arrêter le clignotement : clearInterval(periode); 
31 16 Baptiste Pelouas
periode = setInterval(clignotement, 500); 
32 13 Baptiste Pelouas
</script>
33
34 1 Baptiste Pelouas
Spindle Motor + miroir
35
----------------------
36
37
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).
38
Il faudra contrôler avec précision leurs vitesses de rotation.
39
40
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.
41
42 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>
43
</div> 
44
<div style="z-index:0; position:relative; top:-100px; left:300px; width:718px; height:576px; border:solid 1px black; background-color:lightsteelblue;">
45
<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">
46
</div> 
47 3 Baptiste Pelouas
48 1 Baptiste Pelouas
49
Solutions existantes
50
--------------------
51
52
Des projets utilisants des bobines et, surtout leurs champs magnétique.
53
54
* [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)!!.
55 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.
56 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).
57 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 ...).
58
* [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