Pages

Friday, 22 August 2014

LCD KEYPAD Shield-Serial


Quick Overview

One of the basic interfacing requirements for the hobbyists or electronics enthusiasts is I/P (keypad) and O/P (LCD display)  for proyotype applications. This shield uses minimum number I/O’s that is 2 bits(D0 and D1) for LCD data . 5 input key switches (Navigation keys), when it's activated serial data will be sent to pin  D0 by internal 2 line LCD controller. Each key has been pulled up to a different voltage level, so a different voltage will be generated every time a user selects a key. This voltage could be read by the analog pin of internal 2 line LCD controller on the board. Hence saves the no of I/O pins.  The backlight of the LCD could be controlled by setting PWM (Pin D10) by adding a few lines of code.



Features

  • 16X2 Blue color back light LCD.
  • LCD and Navigational keys can be interfaced by just 2 lines(D0 and D1 ).
  • Optional PWM based Back light control.
  • Stackable on UNO shield.
For More Sample Codes & Tutorial CLICK HERE

DIY UNO Play Breadboard -ATMEGA328P



Quick Overview
Atmega 328 is one of the most commonly used Micro controllers with open source platform amongst many hobbyist and industrial communities. The simplicity and the low power of Atmega 328 helps design many prototype boards which could be used in numerous applications.



We introduced UNO Play Breadboard -ATMEGA328P board.The  UNO Play Breadboard -ATMEGA328P  also includes 6 analog inputs, 14 digital I/O pins (6 amongst these could be used as PWM outputs), a crystal oscillator with 16MHz frequency, a 5 pin female connector to connect FT232 plugin.This board does not have an inbuilt USB to directly load the program from the computer. As we all know, once the program has been dumped into the board, the part of the USB connectors become useless. So to load the program we have given common interface through FT232 breakthrough board where we can connect to a computer and load the codes into the UNO Play Breadboard -ATMEGA328P.




Features 
  • Atmega328p- controller
  • 14 digital I/O port RX, TX, D2~D13.
  • 8 analog input port A0~A7.
  • One pair of TTL RX/TX.
  • 6 PWM terminal.
  • Power indicating LED.
  • Programmable with Arduino open source.
For More Details and Tutorials CLICK HERE





Thursday, 21 August 2014

Ethernet Web Shield- Smart Internet Application Development Kit



Quick Overview
Ethernet Web shield is a smart communication shield for controlling and monitoring embedded application via internet.Internet is the media and economic way for communication between anywhere from to geographical location.This shield is compatible with Arduino open source and make easy way for customized application development.This shield has got four relay 10AMP.The board by ULN2003 IC. The board works on 5V.


Features
  • IEEE 802.3 compatible.
  • Supports Full and Half-Duplex modes.
  • Integrated MAC and 10Base-T PHY
  • SPI Interface with Clock Speeds Up to 20 MHz.
  • With this Ethernet Shield, your Arduino board can be connected to internet.
  • Stackable by accepting prototype shield or any other boards with Arduino compatible interface.
  • LED indication for relay & power supply. 
  • Design based on highly proven IC ULN2803 as driver.

For More Details & Tutorial CLICK HERE


DIY UNO Play Breadboard -ATMEGA328P with FT232 Breakout Board


Quick Overview
Atmega 328 is one of the most commonly used Micro controllers with open source platform amongst many hobbyist and industrial communities. The simplicity and the low power of Atmega 328 helps design many prototype boards which could be used in numerous applications.



 We introduced UNO Play Breadboard -ATMEGA328P board.The  UNO Play Breadboard -ATMEGA328P  also includes 6 analog inputs, 14 digital I/O pins (6 amongst these could be used as PWM outputs), a crystal oscillator with 16MHz frequency, a 5 pin female connector to connect FT232 plugin.This board does not have an inbuilt USB to directly load the program from the computer. As we all know, once the program has been dumped into the board, the part of the USB connectors become useless. So to load the program we have given common interface through FT232 breakthrough board where we can connect to a computer and load the codes into theUNO Play Breadboard -ATMEGA328P.



Features
  • Atmega328p- controller
  • 14 digital I/O port RX, TX, D2~D13.
  • 8 analog input port A0~A7.
  • One pair of TTL RX/TX.
  • 6 PWM terminal.
  • Power indicating LED.
  • Simple and convenient design for the hobbyist and developers.
  • High speed bridge converting USB to Serial, serial to USB. 
  • Programmable with Arduino open source.

For More Details CLICK HERE


Ethernet Module



Quick Overview 
This Ethernet Breakout-Module is simplest way to add LAN connectivity to your microcontroller based products and projects.Use this module to enable Ethernet interface for your product. It works with any microcontroller operating at 3.3V or 5V.This module works at 3.3V and is compatible with 5V interface lines.

Features 
  • Brand new and high quality.
  • chip board ENC28J60-I/SO.
  • the board 25MHZ crystal.
  • the network interface board HR911105A.
  • 3.3 V power supply pin.
  • Size: 6cm x 3.2cm - 2.4inch x 1.28inch.
Codes

#include "etherShield.h"

#include "ETHER_28J60.h"

int outputPin = 6;

static uint8_t mac[6] = {0x54, 0x55, 0x58, 0x10, 0x00, 0x24}; // this just needs to be unique for 

your network, 

 static uint8_t ip[4] = {192, 168, 1, 15}; // IP address for the webserver

static uint16_t port = 80; // Use port 80 - the standard for HTTP

ETHER_28J60 e;

void setup()



 e.setup(mac, ip, port);

 pinMode(outputPin, OUTPUT);

}

void loop()

{

 char* params;

 if (params = e.serviceRequest())

 {

 e.print("<h1><a href='/?led=off'>Arduino Web Remote</a></h1>");

 if (strcmp(params, "?led=on") == 0)

 {

 digitalWrite(outputPin, HIGH);

 e.print("<a href='?led=off'><button style='border: 1px solid #ff0000; border-left: 10px solid 

#ff0000' type='button'>LED IS ON</button></a>");

 }

 else if (strcmp(params, "?led=off") == 0)

 {

 digitalWrite(outputPin, LOW);

 e.print("<a href='?led=on'><button style='border: 1px solid #000; border-left: 10px solid 

#000' type='button'>LED IS OFF</button></a>");

 }

 e.respond();

 }

}


 For Documents & Tutorial CLICK HERE


Arduino Uno Case


Quick Overview
This product is protective case of UNO R3,fastened by eight screws. It is made by high grade acryl, which provides excellent protection, with fashion appearance. This is unique design for UNO R3 with pin lekage, which provides easy connection to other components.


Features
  • Compatible with Arduino Uno.
  • Laser cut acrylic top.
  • Compatible with all Arduino shields.
  • Access to all Arduino Uno connectors.
  • Screw-mounting points for securing your Arduino.
For More Details Please CLICK HERE

Arduino Mega Case


Quick Overview
This product is protective case of  Mega2560 , fastened by eight screws. It is made by high grade acryl, which provides excellent protection, with fashion appearance. This is unique design for Mega2560 with pin lekage, which provides easy connection to other components.

Features
  • Compatible with Arduino Mega.
  • Laser cut acrylic top.
  • Compatible with all Arduino shields.
  • Access to all Arduino Mega connectors.
  • Screw-mounting points for securing your Arduino
For More Details Please CLICK HERE