Bluno General Arduino

How to make my Bluno Beetle v.1.1 visible

userHead overbusy 2019-03-01 06:31:19 3653 Views3 Replies
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
2019-03-13 15: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. userHeadPic robert.chen
2019-03-02 02:02:35 Is it compatible with raspberry pi ? userHeadPic overbusy
2019-03-01 11:48:54 Bluno series is not compatible with PC bluetooth, it can only connect to Bluno. userHeadPic robert.chen