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...
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.
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.
JaneYu Hi, can someone link me the smallest battery that can use with this board? Thank you
JaneYu I want to know pin numbers that bluetooth module is connected to Arduino in. I meant TX, RX pins.
JaneYu Hi,
You can try using AT command in code.
JaneYu 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.
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.
JaneYu Yes, it is possible. You can do some function after determine the serial por received the signal.
JaneYu 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.
JaneYu Can 2 Blunos be paried to eachother? I need to transmit GPIO between 2 Bluno devices connected over BLE
JaneYu You can use the soft serial port to connect the two Blunos.
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?
JaneYu 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.
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).
JaneYu 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?
JaneYu Hi, an bluetooth adapter would be neccessary. Please check this link: https://www.dfrobot.com/pro...
How do i find the UUID for my bluno board? I need it for my bluetooth app
JaneYu Please check here https://www.dfrobot.com/for...
BLE 4.0 is different to the old Bluetooth 2.0, you can use app to connect directly.
JaneYu 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!
JaneYu HI, what your means of "other Blunos are not working"? The program is stored in ATmega328, not in the CC2540
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
JaneYu 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??
JaneYu Hello, i want to develop a desktop application for bluno using c#. do you have any dll that i can use? thanks
JaneYu 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...
Where can I find the external batter pack that is shown in the pictures? Thanks!
JaneYu 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?
JaneYu Hi I would like to know if it might be possible for the Bluno to scan other BLE devices around it?
JaneYu 

