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
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
Buy a Bluetooth BLE "SMART" Serial Uart on Ebay for $3.46
Connect the Nano and the Bluetooth Serial Module
Select Board Type to Be a Nano and Then Upload ASCII Example Code to Your Arduino
Download HM BLE Terminal APP From Google Play Store
Launch the BLE Terminal App
Open the Menu Button Then Hit Connect So You Can Scan for New Devices
Connect to the Serial Module
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
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.