FAQ

Note that while the bluetooth connection works with ios/android phones, you need to purchase a bluetooth 4.0 dongle or another BLE device to connect Bluno to your pc/laptop running...

userHead JaneYu 2015-02-05 14:55:02 37 Views80 Replies

Note that while the bluetooth connection works with ios/android phones, you need to purchase a bluetooth 4.0 dongle or another BLE device to connect Bluno to your pc/laptop running windows xp, windows7, or mac. Some Windows 8 devices support bluetooth 4.0, but others require an extra peripheral to establish the connection.

2022-03-30 08:40:18

Hello Neil,
I am having the same problem you had. Unable to upload any sketches. Are you able to help or advise me here? Thanks.

userHeadPic JaneYu
2019-08-29 01:15:58

Hi, can someone link me the smallest battery that can use with this board? Thank you

userHeadPic JaneYu
2019-08-06 18:04:17

I want to know pin numbers that bluetooth module is connected to Arduino in. I meant TX, RX pins.

userHeadPic JaneYu
2019-08-06 16:47:15

Hi,
You can try using AT command in code.

userHeadPic JaneYu
JaneYu wrote:

Hi, how do I do that? It doesnt work using serial write, it kind of works with the serial.write("+++/r/n") but I cannot see the output.

2019-08-06 23:06:23
1 Replies
2019-08-02 21:12:44

Hi, My bluno and ble link keep disconnecting, can you please help me solve that? I have to constantly put the at commands to give it the right settings each time i switch them on and a lot of times even then they dont connect.

userHeadPic JaneYu
2018-11-30 15:15:27

Yes, it is possible. You can do some function after determine the serial por received the signal.

userHeadPic JaneYu
2018-11-28 07:50:02

Is it possible to read the state of the "link" and "pair" leds in an Arduino sketch? I'm trying to trigger an action in my sketch when the linked device (Android phone) goes out of range.

userHeadPic JaneYu
2018-11-21 04:47:52

Can 2 Blunos be paried to eachother? I need to transmit GPIO between 2 Bluno devices connected over BLE

userHeadPic JaneYu
JaneYu wrote:

You can use the soft serial port to connect the two Blunos.

2018-11-27 15:47:29
1 Replies
2018-04-09 15:03:59

I have an Arduino Uno with a Xbee V1.4 shield and a BLE-Link V1.1. I would like my Arduino Uno to communicate with a Raspberry pi 3 model B in BLE. Is it possible?

userHeadPic JaneYu
JaneYu wrote:

The BLE in Rpi is not compatible with our BLE because of the protocol, to make Bluno communicate with Rpi, you can plug the BLE link to the USB port of Rpi and use the BLE link to communicate with Bluno.

2018-04-09 17:05:43
1 Replies
2017-07-26 02:23:05

Done, but the problem was not there.
I realized the issue probably is in the UART speed of the CC2540.
The speed programmed with AT+UART is not "activated" until the USB CDC is connected. If the USB is not connected the UART baud rate is 9600 by default. So I had to use Serial.begin(9600).

userHeadPic JaneYu
2017-03-25 00:47:30

I wrote a simple code that send via bluetooth a string in the loop() rountine using Serial.print, but no data is sent until I connect Bluno to pc using USB port and open a terminal like PuTTY.
How can I send data via bluetooth without a pc connected to the board?

userHeadPic JaneYu
JaneYu wrote:

Hi, an bluetooth adapter would be neccessary. Please check this link: https://www.dfrobot.com/pro...

2017-03-27 18:41:59
1 Replies
2016-10-30 10:43:05

How do i find the UUID for my bluno board? I need it for my bluetooth app

userHeadPic JaneYu
JaneYu wrote: 2016-11-09 18:28:25 1 Replies
2016-10-25 17:31:37

BLE 4.0 is different to the old Bluetooth 2.0, you can use app to connect directly.

userHeadPic JaneYu
2016-06-27 09:27:40

I was able to communicate by installing Cyanogenmod 12.1 in the phone. Great! So, this is not a hardware limitation. With Cyanogenmod 12.1 (based on Android 5.1) the phone works with Bluno. Great, great!

It took me a very long time to solve this issue because only one Bluno is able to communicate with these phones. Why other Blunos are not working? I don't know (yet). There are no differences in the AT settings from this Bluno to others. Both have v1.96 with AT+SETTING=DEFAULT. I'm using Bluno V2.0. But even when I flash the firmware, the program is not removed neither my settings. Probably there are different settings in the Blunos that I'm not able to check to compare.

How can I clear completely the Bluno?

Thanks!

userHeadPic JaneYu
JaneYu wrote:

HI, what your means of "other Blunos are not working"? The program is stored in ATmega328, not in the CC2540

2016-06-28 16:24:44
1 Replies
2016-05-24 21:38:45

Why can't not modify BlunoBasicDemo-master in xcode?
Xcode said the app is lock

How to unlock it ?
I am developing the robot with your Bluno board
Thank you

userHeadPic JaneYu
2016-05-06 14:53:15

The code --> _service = await GattDeviceService.FromIdAsync(device.Id);

i can get _service information from Bluno in Win 8.1 but i CANNOT get _service from Bluno in Win 10.
The same code but different result??

userHeadPic JaneYu
2016-03-03 09:18:14

Hello, i want to develop a desktop application for bluno using c#. do you have any dll that i can use? thanks

userHeadPic JaneYu
JaneYu wrote:

HI, we haven't developed PC Application yet. But some of our customer made some projects for Bluno , maybe it could help you. They are both open-source. https://blunowindows.codepl... https://github.com/Airfly/B...

2016-03-03 12:01:00
1 Replies
2016-02-16 06:40:16

Where can I find the external batter pack that is shown in the pictures? Thanks!

userHeadPic JaneYu
2016-02-04 04:58:53

Hi!!
I tried the Bluno Basic Demo ... it worked at the beginning but now it doesn't send the message back to the phone.
Apparently it receives the message I write but when I see on the phone it shows symbols ... (the TX LED doesn't lit up) what should I do?

userHeadPic JaneYu
2016-01-12 03:20:53

Hi I would like to know if it might be possible for the Bluno to scan other BLE devices around it?

userHeadPic JaneYu