mBot does not show up in the list of bluetooth devices on PC/Mac


#1

I want to control my mBot by sending commands via bluetooth from my PC. I know that the mBot has built-in bluetooth and it is working. I have installed mbot_firmware Arduino sketch from Makeblock-Libraries, and I can connect to it from my iPhone and control it.

But I do not see the mBot’s bluetooth device showing up on the list of available devices on both Mac and PC. What am I doing wrong?

I want to eventually control the mBot via bluetooth by running a Python script on my computer. Any help would be greatly appreciated!

Thanks.


#2


It’s a common problem.

I fixed it using a Nodemcu v3 esp8266. Take a look at my Github for more info. If you have any questions let me know


#3

Hi TamAtPlay, actually the Bluetooth module on mBot is designed for mobile phones. Mobile phones always come with a standard Bluetooth version while Bluetooth protocols and standards vary across different computers. Only a small portion of computers have the matching version. To ensure users better experiences, we currently don’t support connecting Makeblock products via the computer’s self-contained Bluetooth. So we would recommend our users to connect via USB cable rather than Bluetooth connection. If you really want to control it wireless, you can check out our Bluetooth dongle: https://www.makeblock.com/accessories/bluetooth-dongle


#4

Agree with both of these answers. Either you need to add the dongle to the PC to make it version-compatible, or add a better bluetooth module to the mbot such as JY-MCU/HC-06, or go the more complex route proposed by Atonbom using WiFi and esp8266

Another approach to the wifi route is described here: ESP8266 Firmware using the https://www.makeblock.com/project/me-wifi module


#5

Thank you for the response. I have ordered your Bluetooth dongle to test.


#6

Interesting. I wasn’t aware that there is also a Wifi option. Do you know if you can open a socket connection over TCP using this module? I’ve ordered the Wifi module to check it out.


#7

I have no specific experience of this, but it would seem so :


#8

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