Wiki

Reso-nance numérique | Arts et cultures libres

Outils du site


projets:totem:recherches

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édentes Révision précédente
projets:totem:recherches [2021/11/11 18:32]
resonance [tests optiques : angles vs perte de luminosité]
projets:totem:recherches [2022/03/29 19:28] (Version actuelle)
resonance
Ligne 10: Ligne 10:
  
  
-===== DEVELOPPEMENT ELECTRONIQUE ===== 
-{{:projets:totem:totem-dev-electro1.png|}} 
 ===== PISTES CREATIVES ===== ===== PISTES CREATIVES =====
  
Ligne 54: Ligne 52:
 </WRAP> </WRAP>
  
-=== CHOIX OPTIQUES === 
-  * 5 bagues macro x8 52mm (a visser les une sur les autres)[[https://fr.aliexpress.com/item/32668063115.html?src=google&src=google&memo1=freelisting&albch=shopping&acnt=248-630-5778&isdl=y&slnk=&plac=&mtctp=&albbt=Google_7_shopping&aff_platform=google&aff_short_key=UneMJZVf&albagn=888888&isSmbAutoCall=false&needSmbHouyi=false&albcp=10191220526&albag=107473525328&trgt=539263010115&crea=fr32668063115&netw=u&device=c&albpg=539263010115&albpd=fr32668063115&gclid=Cj0KCQiAsqOMBhDFARIsAFBTN3dteGhPUyKkY5R2tUIOI5UkuRMXNAJkozii9qWSC5Ip41D6X5t0R4oaAh-AEALw_wcB&gclsrc=aw.ds|Bague Filtre Macro +8]] 
-  *  [[https://www.thomann.de/fr/stairville_led_par_64_cob_rgbw_60w.htm|Spot DMX 60W LED COB]]  
-===DMX arduino=== 
-  * https://github.com/PaulStoffregen/DmxSimple  
-  * https://create.arduino.cc/projecthub/max_loser/control-a-led-spotlight-set-up-with-an-arduino-via-dmx-904b66?ref=tag&ref_id=dmx&offset=2   
-  * http://reso-nance.org/wiki/logiciels/serial/accueil?s[]=serial&s[]=arduino&s[]=puredata#avec_deux_arguments    
  
-=== Structure Aluminium === 
-[[https://www.sodeficoncept.fr/fr/lean-modulaire/composants|Sodefi 35mm]] 
-===ARDUINO ULN2003 STEPPER BI-DIRECTIONNAL=== 
-++++ code stepper.h| 
-<code java> 
-#include <Stepper.h> 
-const int stepsPerRevolution = 200;   
-Stepper myStepper(stepsPerRevolution, 8, 10, 9, 11); 
- 
-int currentVal; 
-int lastVal; 
-int motorSpeed; 
-  
-void setup() { 
-  Serial.begin(9600); 
-} 
-  
-void loop() { 
-  int currentval = analogRead(A0); 
-  if (currentval >= lastVal + 5 || currentVal <= lastVal + 5) 
-  { 
-    motorSpeed = map(currentval, 0, 1023, 0, 100); 
-    Serial.println(motorSpeed); 
-  } 
-  lastVal = currentVal; 
-   
-  if (motorSpeed < 49) { 
-      myStepper.setSpeed( 49 - motorSpeed); 
-      myStepper.step(stepsPerRevolution / 100); 
-  } 
-  else if (motorSpeed > 51) { 
-      myStepper.setSpeed( motorSpeed - 51); 
-      myStepper.step(-stepsPerRevolution / 100); 
-  } 
-} 
-</code> 
-++++ 
 ==== Dimension tactile ==== ==== Dimension tactile ====
 ++++ Jouer avec des matières, des formes, des fonctions| ++++ Jouer avec des matières, des formes, des fonctions|
/home/resonancg/www/wiki/data/pages/projets/totem/recherches.txt · Dernière modification: 2022/03/29 19:28 de resonance