Difference between revisions of "BTBee Pro"

From ITEAD Wiki
Jump to: navigation, search
(Hardware)
(Indicator and switch description)
Line 85: Line 85:
  
 
==Indicator and switch description==
 
==Indicator and switch description==
 +
===Button:===
 +
* Mode button(MODE): Keep pressing this button, the BTBee Pro module will
 +
enter AT command mode; Release this button, the BTBee Pro module will
 +
return data mode.
 +
 +
* Reset button (RESET): Press the button to reset the BTBee Pro module
 +
 +
===Switch:===
 +
* Data or Program Switch: When this switch be set to “COM” site, the BTBee
 +
Pro module is in data mode, and can be used for Bluetooth communication.
 +
When the switch be set to “Upload” site, the BTBee Pro module is in program
 +
mode, and can be used to upload program to Arduino.
 +
 +
===LED:===
 +
* Status light: Without any data transmission, the flicker frequency of the
 +
light if 106ms;during the data transmission, the light blinks twice in 106ms
 +
frequency, and stops for two seconds, then goes on blinking as before until
 +
the transmission is complete.
 +
* Linking status light (Con): The LED will be on if the BTBee Pro module not
 +
connect with any device; The LED will be off when the BTBee Pro module
 +
connect to some device.
 +
* Power light (PWR): The light is on when power on.
  
 
==AT command==
 
==AT command==

Revision as of 08:41, 28 May 2014

Overview

BTBee Pro.jpg

BTBee Pro is a serial port Bluetooth module which can be compatible with the shields which with XBee sockets. It's designed for Bluetooth wireless transfer. It supports Slave and Master mode, can be plugged into XBee socket and using the UART for transparent transmission. This module supports Bluetooth Wireless Program as well.

Specifications

Microprocessor CSR BC417
PCB size 35mm X 24mm X 1.6mm
Power supply 3.3V
Communication Protocol UART/Bluetooth 2.0

Electrical Characteristics

Parameter Min. Typical Max. Unit
Power voltage 3 3.3 3.6 VDC
Input voltage VinH 3 3.3 3.6 V
Input voltage VinL -0.3 0 0.5 V
Current Consumption - 20 40 mA

Hardware

IM121115002_XBeePro.jpg

Number BTBee Pro PIN Arduino PIN Arduino MEGA PIN
1 VCC 3.3V 3.3V
2 DOUT D0 D0
3 DIN D1 D1
4 - -
5 RESET XBEE_RST D49
6 - - -
7 - - -
8 - - -
9 PAIR - -
10 GND GND GND
11 - - -
12 - - -
13 - - -
14 - - -
15 - - -
16 - - -
17 Arduino_RST RST# RST#
18 - - -
19 STATUS - -
20 MODE - -

Indicator and switch description

Button:

  • Mode button(MODE): Keep pressing this button, the BTBee Pro module will

enter AT command mode; Release this button, the BTBee Pro module will return data mode.

  • Reset button (RESET): Press the button to reset the BTBee Pro module

Switch:

  • Data or Program Switch: When this switch be set to “COM” site, the BTBee

Pro module is in data mode, and can be used for Bluetooth communication. When the switch be set to “Upload” site, the BTBee Pro module is in program mode, and can be used to upload program to Arduino.

LED:

  • Status light: Without any data transmission, the flicker frequency of the

light if 106ms;during the data transmission, the light blinks twice in 106ms frequency, and stops for two seconds, then goes on blinking as before until the transmission is complete.

  • Linking status light (Con): The LED will be on if the BTBee Pro module not

connect with any device; The LED will be off when the BTBee Pro module connect to some device.

  • Power light (PWR): The light is on when power on.

AT command

Download

Useful Links