Forum >How to make my Bluno Beetle v.1.1 visible
How to make my Bluno Beetle v.1.1 visible

Hello, how should I do to let me see my Bluno Beetle in my Win10 BT devices ? Which library should I load ?
I tested with the following code in my sketch but Bluno is still invisible.
#include <SoftwareSerial.h>
SoftwareSerial BT(0, 1); // is it correct (0, 1) as parameters ?
Thanks
Over
I tested with the following code in my sketch but Bluno is still invisible.
#include <SoftwareSerial.h>
SoftwareSerial BT(0, 1); // is it correct (0, 1) as parameters ?
Thanks
Over
2019-03-13 23:27:37 If you want Bluno to communicate with RPi, you need to use a Bluno dongle connected to the USB port, then RPi communicate with the dongle through serial, the dongle communicate with Bluno through Bluetooth.
robert.chen

2019-03-01 19:48:54 Bluno series is not compatible with PC bluetooth, it can only connect to Bluno.
robert.chen
