Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
projets:antennes:robotized_mag_loop:index [2021/05/13 13:30] – f1sls | projets:antennes:robotized_mag_loop:index [2021/05/16 18:56] (Version actuelle) – [LIBS] f1sls | ||
---|---|---|---|
Ligne 58: | Ligne 58: | ||
==== POSITION READING ==== | ==== POSITION READING ==== | ||
+ | |||
+ | <WRAP center round info 60%> | ||
We are using a 250k potentiometer to read the position of the stepper-motor / variable capacitor. We must avoid to go below the 0 position of the variable capacitor (fully open, minimum capacitance) and avoid to go over the 100% position of the variable capacitor (fully closed, maximum capacitance). | We are using a 250k potentiometer to read the position of the stepper-motor / variable capacitor. We must avoid to go below the 0 position of the variable capacitor (fully open, minimum capacitance) and avoid to go over the 100% position of the variable capacitor (fully closed, maximum capacitance). | ||
+ | </ | ||
+ | |||
+ | {{: | ||
+ | |||
+ | {{: | ||
+ | |||
<code cpp> | <code cpp> | ||
Ligne 94: | Ligne 102: | ||
===== CODE ===== | ===== CODE ===== | ||
- | ==== ARDUINO STEPPER | + | ==== LIBS ==== |
+ | * https:// | ||
+ | ==== ARDUINO STEPPER | ||
<code cpp> | <code cpp> | ||
/* Example sketch to control a 28BYJ-48 stepper motor with ULN2003 driver board and Arduino UNO. More info: https:// | /* Example sketch to control a 28BYJ-48 stepper motor with ULN2003 driver board and Arduino UNO. More info: https:// |