Hello,
I am trying to use the HC-05 and HC-06 Bluetooth Modules for Arduino arduino so my arduino UNO can communicate wirelessly with my windows 10 laptop.
It does not seem to work. I use the Arduino mode of mBlock to create a script and I noticed in the code that the SoftwareSerial libray is loaded as well as another library called MeSerial.
But I do not know what the MeSerial is, and it is never used in the code.
My questions are:
(1) what is MeSerial and how can I use it?
(2) If I connect the HC-05/06 to pins 1,2 of the UNO can I use the “send command” and “write line” blocks of the Communication extension to communicate with my laptop?
(3) Where can I find documentation for the extra blocks used in mBlock? I can not find any help pages expaning the funtionality of the blocks.
(4) Is there a way to use SoftwareSerial with pins other than 1 and 2 to communicate with my laptop through the HC-05/06 modules?
Any comments/suggestions are wellcomed.
Napoleon Maou