Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cant connect the HM-10 bluetooth to Arduino Uno

I have tried everything, really, everything. The HM-10 module(bluetooth), has its led and its blinks, than if you connect to it from their app, the led stop blinking and you get the UUID on the iDevice.

Problem starts when you try to program the module from its UART and send "AT" to get "OK" , from the arduino serial monitor(on mac ) .

So, i was trying to connect its tx/rx via ttl converter to the arduino uno and send commands from the monitor, didn't work.

than i was trying to connect it directly and used this link : How to use BLE Shield based on HM-10 bluetooth module?

didn't work(no respond for "AT" ) .

I have also tried this : http://www.seeedstudio.com/wiki/Bluetooth_V4.0_HM-11_BLE_Module

and this: http://www.instructables.com/id/Control-RGB-lights-from-Android-with-Arduino-Bluet/step1/Assemble-test-configure-your-Bluetooth-LE-module/

With no respond .i dont get any respond from the module (module rx goes to tx on arduino )

I dont really know whats the deal with this module, maybe its broken ( if so, how can i connect to it from my iPad and get its UUID ?? ) .

Is there anything else i can do ?? is there an option that i have put it in some mode that it can't respond anymore ?

like image 689
Curnelious Avatar asked Nov 21 '14 10:11

Curnelious


2 Answers

I discovered my device is : BLE-CC41-A, a HM-10 rip off

The commands overlap a bit, but are different, a good command to help you out is:

AT+HELP/CR/LF

Doc for the BLE-CC41-A: http://img.banggood.com/file/products/20150104013200BLE-CC41-A_AT%20Command.pdf

like image 176
Christian Lacdael Avatar answered Oct 23 '22 09:10

Christian Lacdael


There is an app for iOS that makes using the HM-10 easy to use. It is for a single pin output. There is also a link the sketch for it. I used it with Arduino Nano, HM-10, a Relay, junction box, and an outlet to turn my room light off at night without getting out of my bed. The app is FatBeard HM10 here https://itunes.apple.com/us/app/fatbeard-hm10/id1198432512?mt=8

like image 2
Ryan Parker Avatar answered Oct 23 '22 09:10

Ryan Parker