hola gente hoy os traigo un juego de tenis que hemos hecho en tecnología ,Javi y yo, es muy simple y te puedes echar unas risas se hace a través de scratch y puede jugar aquí .
Hola soy Alex Cuesta soy el dueño del canal NoStopGaming y aqui subo mis diseños hechos con photoshop,blender,unreal engine,unity y cinema 4d
YouTube
Partir del 25 de Diciembre empezare a subir tutoriales a Youtube sobre diseño gráfico
martes, 23 de enero de 2018
martes, 16 de enero de 2018
Servo_Motor controlado por potenciometro
Hola gente hoy os traigo como hacer este circuito
Debes insertar :
-BreadBoard
-Potenciometer
-Arduino UNO R3
-Micro Servo
Una vez insertado debes Conectar los cables tal y como esta en la imagen RECOMENDABLE seguir los colores de la imagen para no liarse.
Cuando ya tengáis todo esto hecho tendréis que copiar todo este código en el apartado de CodeEditor
#include <Servo.h>int t=10;
Servo SR04;
// servo de rotación continuaint PinLectura=0;int potentiometro=0;void setup(){SR04.attach(9);// servo connectado al pin 9pinMode(A0,INPUT);}
void loop(){PinLectura=analogRead(A0);delay(t);potentiometro=map(PinLectura,0,1023,0,180);potentiometro=constrain(potentiometro,0,180);SR04.write(potentiometro);delay(50); }
miércoles, 10 de enero de 2018
sábado, 23 de diciembre de 2017
MINIATURA CUPHEAD CAPITULO 1
Dentro de unos meses yo y u compañero llamado JACK_F_F vamos a empezar a subir una serie del juego CUPHEAD aqui os dejo la primera miniatura espero que os guste
NUESTROS CANALES
JACK_F_F
NoStopGaming
In a few months I and my partner named JACK_F_F will start to upload a series of the game CUPHEAD here I leave the first miniature I hope you like it
OUR CHANNELS
JACK_F_F
NoStopGaming
NUESTROS CANALES
JACK_F_F
NoStopGaming
In a few months I and my partner named JACK_F_F will start to upload a series of the game CUPHEAD here I leave the first miniature I hope you like it
OUR CHANNELS
JACK_F_F
NoStopGaming
miércoles, 29 de noviembre de 2017
El Buen Uso De Internet
Bueno Gente hoy en tecnología hemos dado el buen uso del Internet así que aquí os dejo el enlace a el vídeo que nos han puesto espero que os guste
Well People in technology today we have made good use of the Internet so here I leave the link to the video that we have placed hope you like it
Mi pagina web
Aquí os dejo el enlace a mi pagina web donde podréis ver todo lo que subo
Here I leave the link to my website where you can see everything I upload
https://sites.google.com/view/ensgartrue/p%C3%A1gina-principal
Here I leave the link to my website where you can see everything I upload
https://sites.google.com/view/ensgartrue/p%C3%A1gina-principal
App Para calcular el teorema de pitagoras
Hola gente aquí os traigo como hacer una app para calcular el teorema de pitagoras
solo tendréis que copiar esto en app inventor
Hello people here I bring you how to make an app to calculate the Pythagorean theorem
you only have to copy this in app inventor
solo tendréis que copiar esto en app inventor
Hello people here I bring you how to make an app to calculate the Pythagorean theorem
you only have to copy this in app inventor
Suscribirse a:
Entradas (Atom)