Wireless Bluetooth 4.0 Module for Arduino Projects
Expand your Arduino projects to have Bluetooth function
SKU: TA0338
$14.95
RRP $29.95
Sold Out
-
Wireless Bluetooth Module for Arduino Projects
-
Expand your Arduino projects to have Bluetooth function
-
This HM10 CC2541 board is a serial Bluetooth 4.0 master/slave module. It can use AT commands to set baud rate, pairing password & module name. It’s capable of connecting to computers, other Bluetooth modules, mobile phones etc.
The module is based on the Texas Instruments CC2541 Bluetooth Low Energy (BLE) System on Chip (SoC). It’s perfect for adding Bluetooth 4.0 connectivity to your next DIY project.
Click HERE to download library files
- Connect 3.3V of Arduino to the VCC of HM-10
- Connect GND of Arduino to the GND of HM-10
- Connect D8 of Arduino to RX of HM-10
- Connect D7 of Arduino to TX of HM-10
- Connect D2 of Arduino to the long leg of LED along with a 220 ohm resistor
- Connect the short leg of LED with the GND of Arduino
Code to connect to the BLE module
app.connect = function()
{
evothings.arduinoble.close();
evothings.arduinoble.connect(
'BT05', // Name of the module.
function(device)
{
app.device = device;
app.showMessage('Connected! Touch buttons to turn LED on/off.');
},
function(errorCode)
{
app.showMessage('Connect error: ' + errorCode + '.');
});
};
CLICK HERE TO SEE OTHER ARDUINO WIRELESS PRODUCTS
CLICK HERE TO SEE OTHER ARDUINO PRODUCTS
3 Month Warranty
SKU | TA0338 |
Barcode # | 9351634010783 |
Brand | iduino |
Shipping Weight | 0.0300kg |
Shipping Width | 0.140m |
Shipping Height | 0.020m |
Shipping Length | 0.090m |
Shipping Cubic | 0.000252000m3 |
Unit Of Measure | ea |
Wireless Bluetooth 4.0 Module for Arduino Projects
By: Brian Wood on 1 March 2019Product fits in nicely with project. Arrived in good order, excellent delivery time.
(5)