Pages

Monday, 30 June 2014

Xbee USB Adapter with FT232RL

Quick Overview

Xbee USB Adapter with FT232RL  shield works with all XBee modules including the Series 1 and Series 2.5, standard and Pro version.Plug the unit into the XBee shield, attach a mini USB cable, and you will have direct access to the serial and programming pins on the XBee unit.

Xbee USB Adapter with FT232RL

Features:
  • 3.3V and 5V dual power output
  • 3.3V and 5V IO compatible
  • USB 2.0 protocol
  • Needs no external crystal
  • UART interface support for 7 or 8 data bits, 1 or 2 stop bits and odd / even / mark / space / no parity
  • Power Supply USB 5V.
  • Single chip USB to asynchronous serial data transfer interface.
  • Data transfer rates from 300 baud to 3 Mbaud (RS422, RS485, RS232 ) at TTL levels.
  • UART interface support for 7 or 8 data bits, 1 or 2 stop bits and odd / even / mark / space / no parity.
  • Integrated +3.3V level converter for USB I/O.
  • True 5V/3.3V/2.8V/1.8V CMOS drive output and TTL input.

Driver Tutorial

 For Download Click Here

For more Please Click Here


L298N Motor Drive Shield

Quick Overview

L298N is a high voltage, high current motor driver chip, with the highest working voltage of 46V, continuous operating current of 2A, and instantaneous peak current up to 3A. The chip contains two "H bridges" which are high-voltage and high current full-bridge drivers that can directly drive two DC motors.

L298N Motor Drive Shield  

 

Features:
  • Driver: L298N Dual H Bridge DC Motor Driver IC
  • Motor Power Supply Vs: +5 V to +35 V
  • Max average current 2A
  • peak current Io: 3A
  • Logic Level Power Vss: +5 V ~ +7 V (Onboard 5V Regulator can be used if Motor Power is > 7.0V)
  • Logic level power: 0 ~ 36mA
  • Two motor direction indicator LEDs.
  • Screw-terminals for power and motor connections.
Sample codes:
//Program 1: PWM Speed Control 
int E1 = 9; 
int M1 = 4; 
int E2 = 10; 
int M2 = 5; 
 
void setup() 
 pinMode(M1, OUTPUT); 
 pinMode(M2, OUTPUT); 
 
void loop() 
 int value; 
 for(value = 0 ; value <= 255; value+=5) 
 { 
 digitalWrite(M1,HIGH); 
 digitalWrite(M2, HIGH); 
 analogWrite(E1, value); //PWM Speed Control 
 analogWrite(E2, value); //PWM Speed Control 
 delay(100); 
 } 
 
//Program 2: Motor Direction control
int ENA=9; //Connect on Pin 9
int IN1=4; //Connect on Pin 4
int IN2=5; //Connect on  Pin 5
int ENB=10; //Connect on Pin 10
int IN3=6; //Connect on  Pin 6
int IN4=7; //Connect on  Pin 7
 
void setup() {
 pinMode(ENA,OUTPUT);
 pinMode(ENB,OUTPUT);
 pinMode(IN1,OUTPUT);
 pinMode(IN2,OUTPUT);
 pinMode(IN3,OUTPUT);
 pinMode(IN4,OUTPUT);
 digitalWrite(ENA,HIGH);// Activate motor A
 digitalWrite(ENB,HIGH);// Activatemotor B
}
void loop(){
 
 digitalWrite(IN1,LOW);
 digitalWrite(IN2,HIGH);
 digitalWrite(IN3,HIGH);
 digitalWrite(IN4,LOW);
 delay(1000);
 digitalWrite(IN1,LOW);
 digitalWrite(IN2,HIGH);
 digitalWrite(IN3,LOW);
 digitalWrite(IN4,HIGH);
 delay(1000);
 digitalWrite(IN1,HIGH);
 digitalWrite(IN2,LOW);
 digitalWrite(IN3,LOW);
 digitalWrite(IN4,HIGH);
 delay(1000);
 digitalWrite(IN1,HIGH);
 digitalWrite(IN2,LOW);
 digitalWrite(IN3,HIGH);
 digitalWrite(IN4,LOW);
 delay(1000);
}

For more details Click Here 

Discovery Board V1.0

Quick Overview

Discovery board is a full-featured universal development environment for different microcontroller architectures. Board is equipped with many on-board modules which give you great power and flexibility when creating or testing your prototype. The board is designed with inbuilt arduino USB shield with several numbers of shields provided and the microcontroller boards are also specifically designed as per the requirement of the board. This board is one of the latest innovations in the domain of Electronics and Communication by the pioneers in technology, ISOFT Technologies. The board is designed in compliance with the latest industrial standards facilitating feature rich options implemented using the I2C, SPI, RS485, UART, and CAN protocol. The main advantage of this board is Simplicity in programing and also compliments the existing Microcontroller boards as a daughter board to enhance the functionalities. This board supports ADC, PWM, LCD, RTC, EEPROM, 4x4 Keypad Matrix, JOYSTICK, XBEE, Level converter, MMC/SD card connector, Arduino USB shield with inbuilt function to ease programming. Discovery Board maintains product excellence and performance by introducing innovative, cost effective solutions to cater the needs of students who dream to innovate and excel in the field of Electronics and Engineering, thus supporting an array of domains in real time, providing solutions you can count on. 

Discovery Board V1.0


Features:
1.  Power supply module
2.  I2C protocol module
3.  USB/UART/TTL module
4.  RS485 protocol module
5.  LCD2x16 display contrast potentiometer
6.  RTC module
7.  Univarsal Bus socket
8.  CAN protocol module
9.  Switches
10. LED Outputs
11. 4x4 Keypad Matrix module
12. 5 Position JOYSTICK
13. Level Convertor
14. ADC module
15. Piezo buzzer
16. RDUINO bus
17. Potentiometer to set ADC and PWM values
18. XBEE Adaptor module
19. MMC/SD card connector
20. SPI bus

Kit includes
  • RDL Discovery Board V1.0
For more details Click Here


Bluetooth Development Board Compatible for Arduino

Quick Overview

This Bluetooth shield is a serial port Bluetooth module (Slave/Master) breakout board. you can directly stack on Arduino and use the UART port for Bluetooth communication.

Bluetooth Development Board Compatible for Arduino 

Features:
  • The BT Shield integrates a HC-06 Serial Bluetooth module
  • It can be easily used with Arduino for transparent wireless serial communication.
  • Default baud rate: 9600, data bits: 8, stop bit: 1, Parity: No parity
  • Default PINCODE:”1234”
  • Operation Level: Digital 3.3V-5V
 For more details  Click Here


FRIENDLY ARM 9 MINI 2440 WITH 3.5'' LCD

Quick Overview

FriendlyARM Mini 2440 SBC (Single-Board Computer) with 400 MHz Samsung S3C2440 ARM9 processor. The board measures 10 cm x 10 cm, ideal for learning about ARM systems. 

FRIENDLY ARM 9 MINI 2440 WITH 3.5'' LCD


Specification

  • Dimension: 100 x 100 mm
  • CPU: 400 MHz Samsung S3C2440A ARM920T (max freq. 533 MHz)
  • RAM: 64 MB SDRAM, 32 bit Bus
  • Flash: 64 MB / 128 MB / 256 MB / 1GB NAND Flash and 2 MB NOR Flash with BIOS
  • EEPROM: 1024 Byte (I2C)
  • Ext. Memory: SD-Card socket
  • Serial Ports: 1x DB9 connector (RS232), total: 3x serial port connectors
  • USB: 1x USB-A Host 1.1, 1x USB-B Device 1.1
  • Audio Output: 3.5 mm stereo jack
  • Audio Input: Connector + Condenser microphone
  • Ethernet: RJ-45 10/100M (DM9000)
  • RTC: Real Time Clock with battery
  • Beeper: PWM buzzer
  • Camera: 20 pin Camera interface (2.0 mm)
  • LCD Interface
    • STN Displays
    • TFT Displays
    • 41 pin connector for FriendlyARM Displays (3.5" and 7") and VGA Board
  • Touch Panel: 4 wire resistive
  • User Inputs: 6x push buttons and 1x A/D pot
  • User Outputs: 4x LEDs
  • Expansion: 40 pin System Bus, 34 pin GPIO, 10 pin Buttons (2.0 mm)
  • Debug: 10 pin JTAG (2.0 mm)
  • Power: regulated 5V (DC-Plug: 1.35mm inner x 3.5mm outer diameter)
  • Power Consumption: Mini2440: 0.3 A, Mini2440 + 3.5" LCD: 0.6 A, Mini2440 + 7" LCD: 1 A
  • OS Support
    • Windows CE 5 and 6
    • Linux 2.6
    • Android 
For more details Click Here


Sunday, 29 June 2014

Joystick Shield

Quick Overview

The Joystick Shield easily stacks on top of your ATmega 328 R3 and turns it into a simple robotic and gaming controller. Six momentary push buttons (4+2), a two-axis thumb joystick and optional remote transmission adapter for Xbee and Bluetooth allows your ATmega 328 R3 to control from remote location.
                        ATmega 328 R3 digital pins D3-D8 are connected to momentary push buttons, when pressed they will pull the pin HIGH. Voltage accross analog pin 0 varies proportionally for the vertical movement of the joystick, likwise horizontal movement can be tracked at analog pin 1.Xbee Dout is connected to D0(Rx) and Din is connected to D1(Tx) of ATmega 328 R3 sheild.

Joystick Shield

Features:
  • Jumbo yellow 4 keypad.
  • Joystick.
  • Two selection switch.
  • RoHS compliant.
  • Compatible with UNO R3 and Mega 2560.

For more details Click Here






Wireless Xbee Data Logger Sheild Compatible for Arduino

Quick Overview

The data logger is a reliable, well-rounded and versatile design. Can log wireless data throgh Xbee easily. Can be used for saving data to files on any FAT16 or FAT32 formatted SD card, to be read by any plotting, spreadsheet or analysis program. The included Real Time Clock timestamps all your data with the current time, so that you know precisely what happened when.The Wireless SD Shield provides a regulated Digi Xbee slot which makes the wireless connective easier. Meanwhile a microSD slot gives it the capability to store the data in real time.

Wireless Xbee Data Logger Sheild Compatible for Arduino

Features:

  • SD card interface works with FAT16 or FAT32 formatted cards. 3.3v level shifter circuitry prevents damage to your SD card.
  • Real time clock (RTC) keeps the time going even when the Arduino is unplugged. The battery backup lasts for years.
  • 3.3V voltage level converter for memory card,  reliably runs SD cards that require a lot of power to run.
  • With Xbee included.

For More Details Click Here