Bluetooth Bee
- Typical -80dBm sensitivity.
- Up to +4dBm RF transmit power.
- Fully Qualified Bluetooth V2.0+EDR 3Mbps Modulation.
- Low Power 1.8V Operation, 1.8 to 3.6V I/O.
- PIO control.
- UART interface with programmable baud rate.
- Integrated PCB antenna.
- Bee compatible headers.
- Default Baud rate: 38400, Data bits:8, Stop bit:1,Parity:No parity, Data control: has.
- Supported baud rate: 9600,19200,38400,57600,115200,230400,460800.
- Use CTS and RTS to control the data stream.
- When a rising pulse is detected in PIO0, device will be disconnected.
- Status instruction port PIO1: low-disconnected, high-connected;
- PIO10 is connected to red led, PIO11 is connected to green led. When master and slave are paired, red and green led blinks 1time / 2s in interval, while disconnected only green led blinks 2 times/ s.
- Auto-connect the last device on power as default.
- Permit matched device connect by default.
- Default PINCODE:0000.
- Auto-reconnect in 30 min when disconnected as a result of beyond the range of connection.
Please visit our wiki page for more info about this product. It will be appreciated if you can help us improve the documents, add more demo code or tutorials. For technical support, please post your questions to our forum.
Technical details
Dimensions | 0mm x0mm x0mm |
Weight | G.W 4g |
Battery | Exclude |
ECCN/HTS
HSCODE | 8517703000 |
Product Faqs
-
Question by: admin on 2018-12-18 02:41:17
Make sure you know the connection is consistent with your code on Arduino.
That's to say if the "Enable Being Inquired" command has been successfully received by the Bluetooth Bee, with the indicating that red and green leds are flashing in intervalAnswer by: admin on 2018-12-18 02:41:17
Not tried yet.
Hope you can see the wiki first , there is a demcode set the bluetooth as a slave . And if you want to another one as master to search t the slave , see the commands first,than write a code.Or using PC UART to send the command to connect the slave. Mor
What a weekend makes, as I think I'm able to answer my own question now. Pin 5 of BTBee is the reset pin. If using BTBee with Seeeduino set at 3.3V then believe can connect to any available digital pin set as output & high. Then take low in code for _
Can't get signal strength and most record 7 devices.
You can't use Software serial if using Bluetooth bee with Arduino wireless SD shield, because the pins of bee are digital 0 and digital 1 on the Arduino wireless SD shield, but our Xbee shield can choose other pins for bee(Answer by: admin on 2018-12-18 02:41:04
Ciao Nicola ho dei problemi con il funzionamento di questo modulo, l'ho connesso al wireless SD shield di arduino e gli mando i comandi descritti nel tutorial Ma non ricevo risposta, leggo le risposte con la software serial collegata ai pin descritti n
i guess i should try the forum
It is right, but the SPI port is unused with this module. It only communicate with arduino via UART port.
How, there is a manual??