Questions tagged [bluetooth]

Bluetooth enables short-range wireless communication between devices.

Bluetooth is a wireless communication standard which uses ultra-high frequency (UHF) radio waves. Line-of-sight between the devices is not required, although it is only intended for exchanging data over fairly short distances, such as between a mobile phone and a headset.

Built-in Bluetooth support is available on the official Arduino BT board, and in various Arduino compatible development boards from third party manufacturers. Alternatively, Bluetooth support can be added to other Arduino boards through the use of a shield or generic components.

This tag should be used for questions about using Bluetooth with Arduino.

620 questions
6
votes
2 answers

Bluetooth HID module

I try to build custom controller and now searching for bluetooth hid module. Which BT HID module compatible with arduino? (not bluetooth serial) List of some modules: BlueSMiRF HID - from sparkfun, expensive (based on rn-42, also available RN-42-EK…
Sonique
  • 353
  • 1
  • 3
  • 10
5
votes
2 answers

Can an Arduino act as a GATT Server (Bluetooth LE)

I know it's pretty standard to set up an Arduino system as a BLE client, and use something like an app running on a smartphone as the GATT server, which receives the data and does something with it. In my scenario I have a BLE sensor that is not…
Tom Auger
  • 193
  • 1
  • 8
4
votes
1 answer

HC-0# Bluetooth module questions

I've been playing with the HC-06 BT module lately, but now I want to do more with it and I'm not sure how to. I was wondering if it's possible to get signal strength from the module, or would I have to purchase another HC-0# module to do so? Also…
Sam W
  • 199
  • 4
  • 11
4
votes
1 answer

Does an Arduino 101 come with bluetooth HID capabilities?

I would like to prototype an Ergodox-like keyboard. My take on this good design would be to affix each half of the keyboard to my chair's armrests, so that the arms are always in a natural relaxed position. In order to achieve this, bluetooth…
pouzzler
  • 159
  • 4
3
votes
3 answers

How to receive data via Bluetooth on an Arduino 101?

The Arduino 101 came out recently, and it has built-in "Bluetooth Low Energy" capabilities. The tutorials and code examples that can be found for the 101 all seem to be about transmitting data, but I can't find anything about receiving data. I've…
TheIronKnuckle
  • 211
  • 1
  • 3
  • 6
3
votes
2 answers

HC-06 Bluetooth Module on Arduino Nano

I'm working on a project where I need to have Bluetooth capability on my Arduino Nano to send data from a sensor over to the computer. Unfortunately, I'm having a difficult time figuring out how to establish a connection from the HC-06 to the…
TheFaceOfBoe
3
votes
2 answers

How can I stop someone from hacking in to my Arduino via Bluetooth?

I am using an HC-05 bluetooth Module. How can I stop someone from pairing with my device by brute forcing the key? Failing that, and if someone does pair with my device, is there a way to authenticate the user? I was thinking of salted hash with a…
Lord Loh.
  • 183
  • 8
2
votes
0 answers

HC-08 Compatibility issues with iPhone

I am trying to connect my IPhone to an HC-08 Bluetooth module on an Arduino. The HC-08 is showing up in the new device section of android devices but it does not show up on an IPhone's Bluetooth device adding page. Also although it shows up on…
2
votes
0 answers

Bluetooth module discovered by computer and not smartphones

I've been playing with Groove Bluetooth Module (HM-11) and for some reason my computer can see it, but none of my cell phones can. I've tried two Huawei P7 (BL 4.0 + BLE) as well as some Samsung Galaxy & some older sony with Bluetooth 2.0. None of…
kubal5003
  • 143
  • 1
  • 7
2
votes
0 answers

Is there a module that will allow me to pair a bluetooth keyboard to an arduino?

I want to pair a bluetooth keyboard to an arduino project, so that pressing a key on the keyboard causes an action to happen on the Arduino. Let's say that pressing Q on the keyboard makes an LED turn on, and pressing W makes it turn off. I know…
user2750
  • 21
  • 1
2
votes
1 answer

Parse Bluetooth string

I'm developing on android with bluetooth LTE, I can send hex codes, but I send one code at time, so I need to send many informations in this way, how can I recognize a string and save the datas inside an array to parse it later? Here is my sketch: …
peppeg85
  • 31
  • 3
2
votes
1 answer

Bluetooth HM-10 in central mode bonding with another bluetooth device

I have a bluetooth HM-10 configured in central mode. I have successfully connected it to another bluetooth device (a hexiwear bluetooth wearable). The problem now is that the hexiwear requires me to provide a 6 digit pin before it will bond with my…
Jackson Ng
  • 131
  • 4
2
votes
3 answers

Arduino board with built-in Bluetooth

I would like to find an Arduino with built-in Bluetooth. I know about the HC-06, the shields and the other Bluetooth modules, but i would like to have built in Bluetooth for eliminating the risk for miscommunication on the serial port. The…
Sigma
  • 296
  • 4
  • 13
2
votes
0 answers

Enable BLE pairing on request

I have a prototype using RedBear Lab's Blend micro platform (http://redbearlab.com/blendmicro/). I am able to discover the BLE chip on my iPhone and connect / control the unit. However, the device is constantly advertising - how do I enable…
SeaSky
  • 151
  • 3
2
votes
1 answer

Funduino Joystick Shield with Bluetooth

I have a Funduino Joystick Shield (See here Funduino on Gearbeast store) which has some Bluetooth pins. Does anyone know what pins they are connected to, and has anyone successfully connected to a BT HC-05 device using SoftwareSerial?
1
2 3 4