Access to Bluetooth port in Arduino IDE


#1

Hi everyone,
Right now I am trying to connect and control my mCore via bluetooth over the Arduino IDE and my serial connection. From what I can see the mBot firmware, does not construct an object to control, it only uses the serial port to print and read…
In the schematic from the GitHub page I can see that the same pins from the serial are the ones over the bluetooth (https://github.com/Makeblock-official/mBot/blob/master/pcb/mCore.pdf).
Does this means that I can use the serial port in my Arduino and whenever I start the bluetooth (serial profile) connection with my PC as a serial profile, the mCore should listen just as connected by USB to my PC?
I would thank any advice that you can bring me…
Martín


#2