test – Sonrobots https://sonrobots.com Robots para ti Fri, 12 May 2023 23:11:54 +0000 es hourly 1 https://wordpress.org/?v=6.5.3 https://sonrobots.com/wp-content/uploads/2021/01/cropped-DSC_0288-1-32x32.jpg test – Sonrobots https://sonrobots.com 32 32 39789093 Probador 6 leds de código arduino https://sonrobots.com/producto/probador-6-leds-de-codigo-arduino/ https://sonrobots.com/producto/probador-6-leds-de-codigo-arduino/#respond Sat, 26 Nov 2022 20:21:50 +0000 https://sonrobots.com/?post_type=product&p=6201 Este probador de código sirve para comprobar que estamos enviando correctamente las salidas que deseamos.

 

Está diseñado para conectar la tierra del arduino y los pines que le siguen con leds ya integrados, así cuando en el código mandemos un HIGH en el arduino veremos que se enciende el led, esto sin necesidad de conectar motores u otros actuadores.

 

 

El siguiente código sirve para jugar y se pueden conectar dos de estos probadores:

int D1 = 9;
int D2 = 8;
int D3 = 7;
int D4 = 6;
int D5 = 5;
int D6 = 4;

void setup() {
// initialize the digital pin as an output.
pinMode(D1, OUTPUT);
pinMode(D2, OUTPUT);
pinMode(D3, OUTPUT);
pinMode(D4, OUTPUT);
pinMode(D5, OUTPUT);
pinMode(D6, OUTPUT);
}

// the loop routine runs over and over again forever:
void loop() {

digitalWrite(D1, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a 200 Millisecond
digitalWrite(D1, LOW); // turn the LED off by making the voltage LOW

digitalWrite(D2, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a Millisecond
digitalWrite(D2, LOW); // turn the LED off by making the voltage LOW

digitalWrite(D3, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a Millisecond
digitalWrite(D3, LOW); // turn the LED off by making the voltage LOW

digitalWrite(D4, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a Millisecond
digitalWrite(D4, LOW); // turn the LED off by making the voltage LOW

digitalWrite(D5, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a Millisecond
digitalWrite(D5, LOW); // turn the LED off by making the voltage LOW

digitalWrite(D6, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a Millisecond
digitalWrite(D6, LOW); // turn the LED off by making the voltage LOW

digitalWrite(D7, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a Millisecond
digitalWrite(D7, LOW); // turn the LED off by making the voltage LOW

digitalWrite(D8, HIGH); // turn the LED on (HIGH is the voltage level)
delay(200); // wait for a Millisecond
digitalWrite(D8, LOW); // turn the LED off by making the voltage LOW

}

]]>
https://sonrobots.com/producto/probador-6-leds-de-codigo-arduino/feed/ 0 6201
Servo probador CCPM de 1 a 3 servos https://sonrobots.com/producto/servo-probador-ccpm-de-1-a-3-servos/ https://sonrobots.com/producto/servo-probador-ccpm-de-1-a-3-servos/#respond Sat, 02 Jan 2021 21:07:18 +0000 https://sonrobots.com/producto/servo-probador-ccpm-de-1-a-3-servos/ Este dispositivo probador de Servos se puede utilizar como generador de señal para el controlador de velocidad electrónico (ESC), puedes probar tu sistema de motor sin usar un transmisor y un receptor. Conecta hasta 3 servos de los helicópteros CCPM y selecciona servos, así como también puedes conectar el servo de aviones, instalar la caja de dirección y ajustar los planos usando como modo neutral, etc.

Hay 3 modos para comprobar servos o ESC:

  • Modo Manual: gira la perilla con diferente velocidad, comprueba el tiempo de reacción.
  • Modo Neutral: haz que el servo vuelva al punto neutral.
  • Modo automático de limpiaparabrisas: haz que el servo se balancee como un limpiaparabrisas en el ángulo más grande.

Puede conectar 1-3 servos simultáneamente y probar la consistencia de 1-3 servos, etc.

También puedes conectar 1-3 ESC para probar y comparar su tiempo de reacción respectivamente.

Puede conectar 3 servos de los helicópteros CCPM y seleccionar servos.

También puede conectar el servo de los aviones para instalar la caja de dirección y ajustar los planos mediante el uso como el modo neutral, etc

 

Características:

Tensión de consumo: 4.8 ~ 6 V

Se puede conectar 1 – 3 servos simultáneamente y probar, como 1 – 3 servos, etc.

Puedes conectar 1 – 3 ESC para probar y comparar su tiempo de reacción, respectivamente

Hay 3 modos para comprobar servos simultáneamente o ESC:

Modo Manual: Gire la perilla con diferente velocidad, Compruebe el tiempo de reacción.

Modo Neutral: haz que el servo vuelva al punto neutral.

Modo automático: haz que el servo columpie como un limpiaparabrisas en el ángulo más grande

Tamaño: 48x42x17mm

Peso: 31,5G

Tamaño: 35.5 x 31.5 x 15 mm

 

]]>
https://sonrobots.com/producto/servo-probador-ccpm-de-1-a-3-servos/feed/ 0 1397