Closed MikaelSoderstrom closed 9 years ago
VERY happy to do so - really glad to add more options. thanks Mikael. Will close this when updated.
Mikael: I realize that I have tried one of those in the past and it regularly disconnected after a short time. How long has it worked for you?
Haven't tried that long, can test it more soon. I have plans on using it to control an Arduino Robot, so I hope it works well. :)
Will get back when I have tested it again.
How short is a "short time"?
I modified the HelloWorld example and changed line 44 to this, so I can see how long it stays connected:
screen.printAt(y, String(millis()));
I have connected the HC-06 and it's been running for 10 minutes without getting disconnected.
I am going to test it with HC-05 and try that too for 10 minutes.
The HC-06 have been running for 20 minutes without getting disconnected. Seems to work without any problems. :)
it looks like this is working for you, so I'm going to close the issue. Reopen if you see problems :-) Thanks for the report!
Hello Iam using Microsoft lumia 535 ,HC-05 Bluetooth module and Arduino Mega.I installed windows virtual shield for arduino and I connected to bluetooth when the connection get success after that app get crashed I am unable to get the output please give the solution for that
(this is a closed issue - I commented on the other one you opened).
The readme says that you must use "SparkFun BlueSMiRF Silver". I can verify that it does work with both HC-05 and HC-06 as well.
They were both connected this way:
I had to change bitrate to 9600 to get the examples working, since it's default for both modules. It can be changed with AT commands though.
Perhaps update the documentation with this information?