0

I want to learn how to:

  1. create a device with a bluetooth chip, that would transmit the information to the smart phone it is connected to.

  2. How to code, and fetch the information from a device with bluetooth.

Please let me know where I should read about it, and learn.

Basically, I am looking for tutorials to learn how to create a fitness band sort of a project.

Zeeshan Rang
  • 19,375
  • 28
  • 72
  • 100
  • Duplicate of http://stackoverflow.com/questions/12562875/android-bluetooth-example – Anuruddha Lanka Liyanarachchi May 19 '15 at 05:38
  • 1
    he is not asking for only phone side example, he asks for create a device and interface with it, no duplicate – manuelBetancurt May 19 '15 at 05:56
  • Basically I am looking for a tutorial to create a fitness band sort of a project. - will add the same in my question as well. – Zeeshan Rang May 19 '15 at 06:06
  • Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it. – David van Driessche Feb 20 '16 at 16:44

1 Answers1

1

I highly recommend getting an arduino and the BLE shield from redbear

also get a sensor tag from TI

And a BLE sniffer for good debugging

They have all the info on the hardware and phone interface Good luck!

manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216