Ir al contenido principal

DuinoBot v1.2 + Servos


Hoy me llego el envio de Sparkfun con mi Pan/Tilt Bracket y unos Servos. Con ellos me decidi a realizar algunas pruebas que mostrare a continuacion.

Elementos a utilizar:

DuinoBot v1.2  (RobotGroup ARG)
Pan/Tilt Bracket (Paneos)
Servos
Protoboards
Jumpers
Potenciometro


Tambien codifique con la IDE de Arduino para que estos elementos "se fusionaran" en mi TEST.  ;-)


Codigo Parcial

void setup(){
  servoTilt.attach(2);  //The Tilt servo is attached to pin 2.
  //servoPan.attach(3);   //The Pan servo is attached to pin 3.
  servoTilt.write(10);  //Initially put the servos both
  //servoPan.write(40);      //at 90 degress.
 
  Serial.begin(57600);  //Set up a serial connection for 57600 bps.
}

void loop(){
  val = analogRead(potpin);            // reads the value of the potentiometer (value between 0 and 1023)
  val = map(val, 0, 1023, 0, 179);     // scale it to use it with the servo (value between 0 and 180)
  servoTilt.write(val);                  // sets the servo position according to the scaled value
  delay(20);                           // waits for the servo to get there
}



Codigo IDE Arduino PDE

Video Sobre el Escritorio


Mi idea a futuro sera conectar una camara web (Wi-Fi) y poder controlar los movimientos de la camara a traves de un Joystick mas un Arduino.

Video Con Anclaje

Comentarios

Entradas más populares de este blog

Como recupero un Pen Drive que use para instalar OS X?

How do I format a usb drive on a PC that was formatted on a Mac? (source) Assuming Windows 7 and that the disk is not showing up under My Computer at all: Connect your disk. Run cmd as an Administrator. Run diskpart.exe . Use ? if you need help in this program. list disk Find the disk that corresponds to your USB disk. select disk n where n is the number of the disk. Confirm that you're using the right disk with detail disk . clean (Warning: This command erases the disk's partition information. Any data on the disk will no longer be accessible.) create partition primary . No size is needed if you want to use the whole disk active . Optional. Marks the partition as potentially bootable. format fs=fat32 quick . You can choose NTFS or exFAT instead of FAT32 if you want. assign . Assigns the disk a drive letter. exit to quit. LEER BIEN los pasos y comprender que lo hace BAJO su Responsabilidad. Sino esta seguro, NO ...

Capitán Raymar : Harlock

Captain Harlock ( 宇宙海賊キャプテンハーロック , Uchū Kaizoku Kyaputen Hārokku , lit. Space Pirate Captain Harlock ) is a fictional character created by manga artist Leiji Matsumoto . Harlock is the archetypical romantic hero, a space pirate with an individualist philosophy of life. He is as noble as he is taciturn, rebellious, stoically fighting against totalitarian regimes, whether they be earthborn or alien. In his own words, he "fight[s] for no one's sake... only [...] for something deep in [his] heart". The character first appears in Adventures of a Honeybee . (1953) The first series featuring Harlock in the lead role is 1978's Space Pirate Captain Harlock . As with most of Matsumoto's works, continuity is not a crucial issue. An appearance of any particular version of the character does not necessarily connect to any previous or following versions, and the interconnectedness of the various series is a common subject of speculation among fans. International releases...

Killing Moon

Under blue moon I saw you So soon you'll take me Up in your arms to late to beg you Or cancel it though I know it must be The killing time Unwillingly mine CHORUS: Fate, up against your will Through the thick and thin He will wait until You give yourself to him In starlit nights I saw you So cruelly you kissed me Your lips a magic world The sky all hung with jewels The killing moon Will come too soon