Pages

Sunday 28 December 2014

19 Amp High Current Motor Driver


Quick Overview:
The high-power motor driver is a compact MOSFET motor driver. Ideal for use with heavy duty motors like wiper, power window motors and more. 






Features:

  • 2 Motor Channel 
  • Wide Input Supply Voltage Operating Range: 4.5V to 18V
  • 19A continuous output current per channel.

MOSFET IRF9540 Features:

  • Advanced Process Technology
  • Dynamic dv/dt Rating
  • 175°C Operating Temperature
  • Fast Switching
  • P-Channel
  • Fully Avalanche Rated

For More sample codes, Schematics : CLICK HERE

Monday 15 December 2014

RDL BOT PI


RDL BOT PI:


RDL BOT Pi  can quickly and easily build Raspberry pi based DIY robot.There are lots of complex, and time consuming ways to build a robot, But there are also many simple and easy ways to build, learn and celebrate . This is a great starting point for anyone who is interested, and wanting to get started with this hobby robotics with open source code .Robotics is an exciting and fun , so get ready to have some fun! 



RDL BOT PI Features:


  • 2.5Amps on-board DC-DC converter.
  • Stackable UNO header.
  • Inbuilt L298 motor driver.
  • Xbee footprint for WiFi and RF communication.
  • High torque geared DC motors.
  • Complete chassis with mounting hardware.
  •  Variety of sensors can be added.

Note: Raspberry Pi on the board just for the refference purpose not included in the package.


RDL BOT PI Dimension:





For Sample Codes & Schematics : CLICK HERE



RDL BEAGLE BOT



RDL BEAGLE BOT:


RDL Beagle BOT can quickly and easily build Beagle Bone Black based DIY robot.There are lots of complex, and time consuming ways to build a robot, But there are also many simple and easy ways to build, learn and celebrate . This is a great starting point for anyone who is interested, and wanting to get started with this hobby robotics with open source code .Robotics is an exciting and fun , so get ready to have some fun!





RDL BEAGLE BOT Features:

  • 2.5Amps on-board DC-DC converter.
  • Stackable UNO header.
  • Inbuilt L298 motor driver.
  • Xbee footprint for WiFi and RF communication.
  • High torque geared DC motors.
  • Complete chassis with mounting hardware.
  •  Variety of sensors can be added.

RDL BEAGLE BOT Dimension:





For Sample Codes & Schematics : CLICK HERE

BLUETOOTH REMOTE CONTROLLER


Description:

This app acts as a remote controller for controlling the remote appliance via Bluetooth enabled Android devices. It enables to control four maximum appliance (ON / OFF) , also can able to receive the data from the remote terminal( i.e. Temperature , motion , etc ) .

Features:
1. Support Bluetooth Serial Port Profile, SPP
2. It can control max four devices.
3. Displays log data in Text format
4. The minimum version of Android OS required for this app is Icecream Sandwich(4.0 API).



.




For Installation and more details : CLICK HERE

Bluetooth 4 Relay Switch Board



Description:

This app acts as a remote controller for controlling the appliance via Bluetooth enabled Android devices. It enables to control eight appliances (ON / OFF) 

Features:
1. Support Bluetooth Serial Port Profile, SPP
2. It can control max four devices.
3. The minimum version of Android OS required for this app is Icecream Sandwich(4.0 API).
4. When the button is pressed On it sends value: 1N , when button is pressed OFF it sends value: 1F
SW1 -> ON ………..> 1N 
SW1 -> OFF ………> 1F
SW2 -> ON ………..> 2N
SW2 -> OFF ………> 2F

The Apps Acts as shown in below images :-






For Installation and more details : CLICK HERE


Sunday 14 December 2014

RDL WiFi ROBO




Description:

It controls the direction of a Robot, and also allows rotating clockwise and counter-clockwise. The Robot Control app works like a joystick. Press the buttons FORWARD, BACKWARD for acceleration and moving forward and backward. Left and Right buttons to move left and right, and a Mid button to stop the robot. The quit button exits you from the app successfully. The app will be able to run on android devices with Icecream Sandwich and higher versions.

The following data will be transmitted via wifi while performing below given Button press event.
Forward ->>> 1
Backward ->>> 2
Left ->>> 3 
Right ->>> 4
Stop ->>> 5

The Apps Acts as shown in below images :-



For Installation and more details : CLICK HERE

RDL TCP Client




Description:

RDL TCP client is simple app used to send the data to a remotely connected devise through WiFi network .
Need to provide remotely connected devise ip address and port number to establish the connection.

Note : Destination and source should be in same wifi network in order to establish the communication.
You can look in to the WiFi product details at www.researchdesignlab.com

The Apps Acts as shown in below images :-







For Installation and more details : CLICK HERE

Bluetooth Terminal




Description:

Bluetooth terminal which enables the communication between android phone and Bluetooth terminal devices ( i.e. Embedded terminal, Bluetooth printer) . You can simply send the required command to remote Bluetooth terminal by typing and selecting the options like ASCII , HEX , TEXT followed by line feed ( LF ) & Carriage return ( CR ). This terminal also receives the data from the remote terminal and displays on the screen.

Features:

1. Support Bluetooth Serial Port Profile, SPP
2. Displays sent and received data
3. Displays log data in ASCII, Hex or Text format 
4. Send the data with CR/LF code 
5. The minimum version of Android OS required for this app is Icecream Sandwich(4.0 API)

The App acts as below showed :











For Installation and more details : CLICK HERE





BLUETOOTH APP CONTROLLED ROBO



Description:

Use your Android phone to control a robot via Bluetooth and drives it like an RC car. It controls the direction of a Robot, and also allows rotating clockwise and counter-clockwise. The Robot Control app works like a joystick. Press the buttons FORWARD, BACKWARD for acceleration and moving forward and backward. Left and Right buttons to move left and right, and a Mid button to stop the robot. The quit button exits you from the app successfully. The app will be able to run on android devices with Ice cream Sandwich and higher versions.

The following data will be transmitted via Bluetooth while performing below given Button press event.
Forward ->>> 1
Backward ->>> 2
Left ->>> 3 
Right ->>> 4
Stop ->>> 5





For Installation and more details : CLICK HERE


RDL BLUETOOTH SPEECH




Description:

Uses android mobiles internal voice recognition to pass voice commands to your robot
Pairs with Bluetooth Serial Modules and sends in the recognized voice as a string 
for example if you say Hello the android phone will return a sting Hello to your Bluetooth module
Can Be used with any micro controller which can handle strings.

App Acts as shown in below images :-












For Installation and more details : CLICK HERE


8 RELAY BLUETOOTH SWITCH





Description:
This app acts as a remote controller for controlling the appliance via Bluetooth enabled Android devices. It enables to control eight appliances (ON / OFF) 


Features:
1. Support Bluetooth Serial Port Profile, SPP
2. It can control max eight devices.
3. The minimum version of Android OS required for this app is Icecream Sandwich(4.0 API).
4. When the button is pressed On it sends value: 1N , 
     when button is pressed OFF it sends value: 1F


SW1 -> ON ………..> 1N 
SW1 -> OFF ………> 1F
SW2 -> ON ………..> 2N
SW2 -> OFF ………> 2F
………. ………
SW8 -> ON ………..> 8N
SW8 -> OFF ………> 8F

App Acts as shown in below images :-








For Installation and more details : CLICK HERE

App Can Operated on : 8 Channel Relay -  Bluetooth