Hello, I'm quite new with arduino and related projects. I'm trying to build a RC car from scratch. I'm using arduino UNO and a HM-10 bluetooth module for that purpose. However, the HM-10 bluetooth module is not showing up in my phone when searched. So I did a bit googling and found out that some versions of android does not find HM-10 by default. However, it can be found with BLE scanner. So I downloaded BLE scanner and could connect to my HM-10 perfectly. I also succeeded in communicating between the HC-05 and my phone to send messages, in other words, could read and write data.
Now my concern is this, I want to build my own app to control the arduino over the HM-10 module. I have already built an app to control a single LED through bluetooth. But just like I said, my phone can only connect to HM-10 over BLE scanner app. So my question is this, is there any way I can configure my HM-10 so that it appears in my phone like a normal bluetooth device? Or is there any alternative way that I can use to connect the app I built to connect to the HM-10? Thanks in advance.
kabir5296:
I want to build my own app to control the arduino over the HM-10 module. I have already built an app to control a single LED through bluetooth. But just like I said, my phone can only connect to HM-10 over BLE scanner app. So my question is this, is there any way I can configure my HM-10 so that it appears in my phone like a normal bluetooth device? Or is there any alternative way that I can use to connect the app I built to connect to the HM-10?
A template for an app can be found in the description of this video: https://www.youtube.com/watch?v=PINCucGRhA8. (It is the .aia file). I assume you must be using servos to control the RC car as well as motors. Fortunately, the I/O pins can support PWM (also according to the video description).