Download Print this page

Advertisement

Quick Links

Bluetooth
Bluetooth
Bluetooth
Bluetooth Modem
Bluetooth
Bluetooth
Modem
Modem
Bluetooth Modem
Bluetooth
Modem Introduction
Bluetooth
Bluetooth
Modem
Modem
The Bluetooth
Bluetooth Modem
Modem is the latest Bluetooth wireless serial cable! This
version of the popular Bluetooth uses the HC-05/HC-06 module. These
modems work as a serial (RX/TX) pipe. Any serial stream from 9600 to
115200bps can be passed seamlessly from your computer to your target.
The remote unit can be powered from 3.3V
attachment. All signal pins on the remote unit are 3V-6V tolerant. No level
shifting is required. Do
need
an RS232 to TTL converter circuit
You can either solder
Modem
Modem
Modem User
Introduction
Introduction
Introduction
Do
Do
Do not
not
not attach this device directly to a serial port. You will
not
a 6-pin header
or individual wires.
Power
Supply
Voltage
Voltage : : : : 3.3V-5V
Power
Power
Power Supply
Supply
Supply Voltage
Voltage
IO IO IO Voltage
IO
Voltage : : : : 3.3V/TTL
Voltage
Voltage
User
User
Guide
Guide
User Guide
Guide
3.3V
3.3V up
3.3V
up
up
up to to to to 6V
6V
6V for easy battery
6V
if you need to attach this to a computer.
3.3V-5V
3.3V-5V
3.3V-5V
3.3V/TTL
3.3V/TTL
3.3V/TTL

Advertisement

loading
Need help?

Need help?

Do you have a question about the Bluetooth Modem and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Elec Freaks Bluetooth Modem

  • Page 1 Bluetooth Bluetooth Modem Modem User User Guide Guide Bluetooth Bluetooth Modem Modem User User Guide Guide Bluetooth Bluetooth Modem Modem Introduction Introduction Bluetooth Bluetooth Modem Modem Introduction Introduction Bluetooth Bluetooth Modem Modem The Bluetooth Bluetooth Modem Modem is the latest Bluetooth wireless serial cable! This version of the popular Bluetooth uses the HC-05/HC-06 module.
  • Page 2 Hardware and and Software Software Software Software Preparation Preparation Preparation Preparation Part Part Part Part 1 1 1 1 Communication Communication Communication Communication Between Between Between Between Bluetooth Bluetooth Bluetooth Bluetooth Modem Modem Modem Modem and Adapter Adapter Bee Adapter Adapter...
  • Page 3 1. Set the Bee Adapter Switch in H Port to enter AT Mode 2. Set to IO Voltage 3V3 3. Assemble the Bee Adapter and Bluetooth Modem with Jumper Wire, and then connect to PC (make sure Bluetooth Modem LED blink slowly in AT Mode) � KEY connect to KEY �...
  • Page 4 Arduino Arduino Arduino � Set to IO Voltage 3V3, and make sure Bluetooth Modem LED blink slowly in AT Mode. � Connect Bluetooth and UNO with jumper wire as below, and then link to � Bluetooth KEY link to UNO V(VCC), so as to enter AT Mode .
  • Page 5 8.Manually input AT and it would respond OK 9. Input AT+ROLE? And it would respond +ROLE=0, therefore, We default the Bluetooth Modem as SLAVE Mode 10.Input AT+ROLE=1, we can set it as Master Mode 11.Input AT+ROLE=0, we can set it back as SLAVE Mode...
  • Page 6 Step Step 2. 2. 2. 2. Achieve Achieve Automatically Command Control Step Step Achieve Achieve Automatically Automatically Automatically AT AT Command Command Command Control Control Control 1. Modify the code (Remove // before Timer1)and then upload it again in Arduino IDE 1.0.X 2.
  • Page 7 Bluetooth � Remove the KEY PIN jumper wire to enter Communication Mode. In Communication Mode, make sure the Bluetooth Modem LED blink quickly. If necessary, re-plug the USB Cable. � Modify the code (add // before Timer1, especially replace the BaudRate from 38400 to 9600 ), and then upload the code again.
  • Page 8 Step Step 1. 1. 1. 1. Android Android Installation Step Step Android Android Installation Installation Installation 1.Download APP for EF _BluetoothBeeV1.1 from http://elecfreaks.com/store/download/datasheet/Bluetooth/EF_BluetoothBeeV1.1.zip 2.Install the APK file to your Android phone. Step Step 2. 2. 2. 2. Android Android Communication Step Step Android...
  • Page 9 Q&A Q&A Q&A Q&A If you use Arduino Mega1280/2560 or Freaduino ADK there are some difference. Please note the NewSoftSerial library about Mega2560 explanation in SoftwareSerial.cpp : // Specifically for the Arduino Mega 2560 (or 1280 on the original Arduino Mega) // majority of the pins are NOT PCINTs, SO BE WARNED (i.e.