Outils pour utilisateurs

Outils du site


telecrounch

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Dernière révisionLes deux révisions suivantes
telecrounch [2021/07/21 16:18] gazieltelecrounch [2021/07/22 13:44] gaziel
Ligne 103: Ligne 103:
   * [[https://learn.adafruit.com/adafruit-gfx-graphics-library|adafruit GFX ]]   * [[https://learn.adafruit.com/adafruit-gfx-graphics-library|adafruit GFX ]]
   * [[https://github.com/LennartHennigs/ESPRotary|Rotary Encoder]]   * [[https://github.com/LennartHennigs/ESPRotary|Rotary Encoder]]
 +
 +
 +=== Boite ===
 +
 +{{::telecrounchboite.png?nolink|}}
 +
 +sur openscad :
 +<code>
 +
 +//dimensions du PCB
 +L=83;
 +l=64;
 +h=19;
 +//épaisseur
 +ep=2;
 +rayon de courbure de la boite
 +r=4;
 +difference(){
 +hull(){
 +translate([0,0,0])cylinder(h+ep,r=4,$fn=50);
 +translate([L-r+ep,0,0])cylinder(h+ep,r=4,$fn=50);
 +translate([0,l-r+ep,0])cylinder(h+ep,r=4,$fn=50);
 +translate([L-r+ep,l-r+ep,0])cylinder(h+ep,r=4,$fn=50);
 +}
 +translate([(-r+ep)/2,(-r+ep)/2,ep]) cube([L,l,h*2]);
 +}
 +</code>
 +
  
  
  
  
telecrounch.txt · Dernière modification : 2021/07/22 14:13 de gaziel