Pages

Wednesday, 20 November 2013

ATMEL Project Board

Overview
If you are learning microcontrollers or want to quickly develop embedded solution based on standard 8051 core, this board will help you quick start with the application by giving you access to everything required to run the AT89S52 microcontroller. With this board you can develop and prototype with any of 8051 40 pin microcontrollers. The RS232 driver on board allows easy connection with PC or other embedded hardware . The board have User buttons and status LEDs. The bridge rectifire allow this board to be powered with both AC and DC power supply adapters.

ATMEL Project Board
Features:
  • RS232 Tx, Rx interface.
  • Quartz crystall 11.0592Mhz.
  • Reset button.
  • Power plug-in jack.
  • GND bus.
  • Vcc bus.
  • MAX232 for RS232 serial port communication.
  • Onboard LM7805 power regulator.
  • Power Indicating LED.
  • On board Regulated Power Supply 5v,12v .
  • Optional MCT2E isolated input.
  • Optional single relay for handling the 230V AC
Circuit Diagram
Assembled board without IC:
Unassembled Kit:
Assembled Board with Relay+ Isolated Input:
Assembled Board With IC:
For Design & Code Click here

Arduino Uno

Overview
Arduino is an open-source electronics prototyping platform based on flexible, easy-to-use hardware and software. It's intended for artists, designers, hobbyists, and anyone interested in creating interactive objects or environments.Arduino is an open-source physical computing platform based on a simple i/o board and a development environment that implements the Processing/Wiringlanguage. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer. The open-source IDE can be downloaded for free (currently for Mac OS X, Windows, and Linux).

Arduino Uno:







Features:
  • Microcontroller: ATmega328.
  • Operating Voltage: 5V.
  • Input Voltage :7-9V.
  • Digital I/O Pins: 14 (of which 6 provide PWM output).
  • Analog Input Pins: 6.
  • Flash Memory: 32 KB (ATmega328) .
  • SRAM :2 KB (ATmega328).
  • EEPROM: 1 KB (ATmega328).
  • Clock Speed :16 MHz.
For Design & Code Click Here
 



 

8051 Programmer - USB

Overview
 8051 USB programmer supports 7 Atmel 8051 microcontrollers. It is a reliable tool for fast programming of 8051 devices.

8051 Programmer - USB:
Features
  • Works under multiple platforms. Linux, Mac OS X and Windows are tested.
  • No special controllers or smd components are needed.
  • Programming speed is up to 5kBytes/sec.
  • SCK option to support targets with low clock speed (< 1,5MHz).
  • You can program the following 89 series chips by using this programmer:AT89S51, AT89S52, AT89S53, AT89S8252, AT89S8253, AT89S2051, AT89S4051.
For Design & Code Click Here

4 Wire Resistive Touch Screen Driver

Overview
Two of the four touch screen interface wires are for the X-axis and two are for the Y-axis. The pairs are operated on independently (e.g. the other pair is tristated by the microcontroller). The operation performed by the microcontroller on each pair is to apply Vcc to one wire and apply Gnd to the other. The wire to which Gnd is applied is also connected to an ADC input on the microcontroller, and the voltage read is proportional to the position being touched along that axis.

4 Wire Resistive Touch Screen Driver:
For Design & Code Click Here