Open asha-blue opened 7 years ago
Looking at the name of your BLE device, it seems it's a different clone of the HM-10. Maybe that's why it disconnects. https://blog.yavilevich.com/2017/03/mlt-bt05-ble-module-a-clone-of-a-clone/
I will look into this! Thanks!
Hi everyone, I am working on the BLE 4.0, HM-10(CC2540/CC2541) module for my product updation from Bluetooth 2.0. Main controller i am using is Arduino Uno/ Mega. For 2.0 I easily got Firmata from Arduino examples, but BLE4.0 is more advanced one having many specs to interface, i cant get a Firmata from anywhere. In arduino also its available for minimum modules that doesnot include Arduino mega/Uno.
Is anyone from here suggest me or help how to interface my Microcontroller with API/ APk apps with or without using Standard Firmata BLE. (If it is with standard Firmata it is more helpful.) My main motive is to control my product with IOS.
Hi Roman,
I have the same hardware as you: the HM-10 and the MPU-6050 connected to an Arduino Uno. The SCL is in A5 of the Arduino and the SDA in the A4. The TX of the HM-10 is on pin 7 and the RX on pin 8. I am getting the following info after uncommenting the console.log lines in the ble-osc.js file.
Are those the same connections you are using?
Below is the info I get from the terminal