Control RGB LEDs ( Arduino Uno ) Arduino USB Control with Firmata LibraryArduino Firmata Library is source code to communicate or control Arduino Board with other device.Firmata is already include in your Arduino IDE.more info http://arduino.cc/en/reference/firmataFirmata Test ProgramThis "firmata_test" program works with boards running StandardFirmata version 2.2 or higher on standard Baud rate 57600.For Linux (32 bit)http://www.pjrc.com/teensy/firmata_test/firmata_testFor [...]
Arduino and 128x64 GLCD
Arduino and 128x64 Graphic LCDHardware1.Arduino Board2.128x64 Graphic LCD Module (controller KS0108 Chip or Equivalent ) ST7920 SBN6400G , SBN0064GWe use this model http://www.es.co.th/detail.asp?Prod=13502884 from Electronic Source ThailandData Sheet http://www.es.co.th/Schemetic/PDF/LCD128G064A.PDFWiring Diagram GLCD PinoutAdd VR10K to adjust Brightness.Connect to ArduinoFor Arduino MegaArduino Pin 22 for D7 Arduino Pin [...]
Arduino and TFT LCD Display Module
Arduino TFT LCD Display Module TestHardware1.Arduino UNO Board or Compatible2.TFT LCD 2.2 inch from Elecfreaks ( Model TFT01-2.2SP )http://www.elecfreaks.com/store/22%E2%80%99-tft-lcd-tft0122sp-p-672.htmlDescription:TFT LCD module has always been one of the hot products in DIY industry and LCD is basically the necessary products during all projects, at the same time, serial port modules are also the popular ones, because it takes few IO and the usage is simple. This section of the [...]
Arduino USB Control Servo Motor

Arduino USB Control Servo MotorUse Arduino Board to control Servo Motor.Hardware1. Arduino Board or compatible Board.2. USB Cable ( A to B Male/Male )3. Servo Motor ( We use FUTABA Model S3003 or other)Wiring DiagramUse Arduino PWM Output pin 9Arduino Code Download code Link #include <Servo.h> Servo myservo; // create servo object to control a servo // a maximum of eight servo [...]