Simplest Bluetooth 4.0 BLE & Arduino for $7

by ClintK2 in Circuits > Wireless

22442 Views, 36 Favorites, 0 Comments

Simplest Bluetooth 4.0 BLE & Arduino for $7

5669b509937ddbf94e00022e.jpeg

This tutorial is intended to show the minimum steps to get a Bluetooth 4.0 CC2540 Module to connect to an Android Smartphone or tablet.

Buy Arudino Nano on Ebay for $3

5669b5204fbade4e49000c1a.jpeg

Buy a Bluetooth BLE "SMART" Serial Uart on Ebay for $3.46

5669b5a5937ddbf94e000235.jpeg

Connect the Nano and the Bluetooth Serial Module

5669b6f32e7fb6d1c20003f7.jpeg

Select Board Type to Be a Nano and Then Upload ASCII Example Code to Your Arduino

5669bb224fbadee365000192.jpeg
5669bb8415be4d566d0006ce.jpeg

Download HM BLE Terminal APP From Google Play Store

5669b7f467400ca1a8000ebf.jpeg

Launch the BLE Terminal App

5669b89e15be4d1c2d00020e.jpeg

Open the Menu Button Then Hit Connect So You Can Scan for New Devices

5669b6fa4936d4c7880006f1.jpeg
5669b93f4fbade4e49000c36.jpeg

Connect to the Serial Module

Screenshot_2015-12-10-10-43-23.png

The android device will then search for available devices.

It should find a BT05. Select this device to connect to.

Hit the Reset Button on the Arduino and You Should See the Communication Happen

Screenshot_2015-12-10-10-45-11.png

From here you can write your own code. A Serial.print(" your text or data here "); is all that is needed.

Note you need to hit the clear screen button on the android app to see new data from your device.

I hope it works for you.