30068 Parallax Inc, 30068 Datasheet - Page 30

EMBEDDED BLUE TRANSCEIVER APPMOD

30068

Manufacturer Part Number
30068
Description
EMBEDDED BLUE TRANSCEIVER APPMOD
Manufacturer
Parallax Inc
Datasheet

Specifications of 30068

Frequency
2.4GHz
Data Rate - Maximum
90kBaud
Modulation Or Protocol
Bluetooth v1.1, Class 2
Applications
Bluetooth v1.1
Power - Output
-4dBm
Sensitivity
-85dBm
Voltage - Supply
5 V ~ 10 V
Current - Receiving
80mA
Current - Transmitting
250mA
Data Interface
PCB, Through Hole
Antenna Connector
PCB, Surface Mount
Operating Temperature
-20°C ~ 75°C
Package / Case
Module
Product
Microcontroller Accessories
Operating Supply Voltage
5 to 12 V
Memory Size
-
Lead Free Status / RoHS Status
Lead free / RoHS Compliant
Other names
Q2239141

Available stocks

Company
Part Number
Manufacturer
Quantity
Price
Part Number:
30068
Manufacturer:
SCC
Quantity:
38
Part Number:
3006892-04
Manufacturer:
JRC
Quantity:
346
Part Number:
3006892-04
Manufacturer:
FAIRCHILD/仙童
Quantity:
20 000
Establishing a Connection
Step 3:
Page 24 ▪ EmbeddedBlue 500 User Manual
2. Enter the following program code into the editor. This application is available in
3. On the File menu, click Save As.
4. In the File name box, enter a file name to which to save the program just created.
5. Click Save.
1. Connect the Board of Education board serial port to the PC.
2. Apply power to the Board of Education board.
3. On the Run menu, click Run.
electronic form on the accompanying CD, in the Samples folder, in the file
GetAddress.bs2.
'{$STAMP BS2}
szData VAR BYTE(20)
'Wait for the eb500 radio to be ready
PAUSE 1000
'Get the eb500 Bluetooth Address
SEROUT 1,84,["get address",CR]
SERIN 0,84,[WAIT(“ACK”,CR)]
'Read the local address from the get command
SERIN 0,84,[STR szData\17]
SERIN 0,84,[WAIT(CR,”>”)]
szData(17) = 0
DEBUG “Local eb500 address: “,STR szData\17,CR
The BASIC Stamp application issues an eb500 Get Address command and then
reads and displays the response in the debug window. The response is the Bluetooth
address of the local eb500 module.
For example, GetAddress.bs2.
In this step we will get the Bluetooth address of the eb500 module on the Board of
Education board. We will then use this address in the next step.
The Bluetooth address for the eb500 on the Board of Education board is shown in
the debug window (Figure 9).
Get the Address of the eb500 on the Board of Education Board

Related parts for 30068