Using bluetooth controller and serial monitor


#1

Hi

I’m having trouble displaying my makeblock bluetooth controller inputs on serial monitor. I have a bluetooth module installed on my Me Auriga. I’m using MePS2Test.ino to test my controller out but nothing appears on my serial monitor. I already made sure the baud rate match the one in the code. Please help @tech_support.


#2

Hi jc7tee,
There are two examples, please test the PS2test2.ino which should be working.


#3

I have tested PS2test2.ino by including Serial.begin(115200); in the setup() and Serial.println(“115200”); in the loop() and still nothing appears on the serial monitor. Do you mind testing it on your Auriga @tech_support?


#4

The PStest2, no need to print anything. It will work after uploading to Auriga, I mean the light will light up ad the codes. (I tested with Ranger).
The reason why PStest.ino is not working that the Bluetooth module and Serial port (CH340) uses same pin. So they cannot work together. Same for you test the second example and enable serial monitor.


#5

Any workaround to allow bluetooth and serial monitor at the same time? I need this for debugging purpose @tech_support.


#6

I am afraid no way.:slightly_frowning_face:


#7

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.