FAQ

Texas Instrument has made a software to sniffer BLE traffic with its device

userHead JaneYu 2015-05-05 20:51:10 107 Views55 Replies

Texas Instrument has made a software to sniffer BLE traffic with its device

2020-04-28 12:36:08

Hi. I bought some Bluno beetles and a USB BLE link module then I've connected each other and done Serial communication with baud rate,115200. But it's BLE communication range is too short.It can't communicate well when they are far away over 1m.
I want it to communicate over about 3m. How can I solve this problem??

userHeadPic JaneYu
2020-01-03 11:13:11

https://wiki.dfrobot.com/US...
I hope this link that help you.

userHeadPic JaneYu
2019-10-21 18:17:29

you can do as bluno nano's wiki example
it will teach you how to work

userHeadPic JaneYu
2018-12-18 17:47:39

Hi guys,
Could you confirm the following is the correct and latest firmware for the following items -

- Bluno Link / SKU:TEL0087 / SBL_BlunoV1.97.bin as found on GitHub at - http://bit.ly/2A5DDSO

and

- Bluno Bee / SKU:TEL0073 / SBL_BlelinkV1.97.bin as found on GitHub at - http://bit.ly/2A5DDSO

______
Am finding it impossible to upload arduino sketches from Bluno Link USB to the Bluno Bee xBee attached to my Romeo V2 R3 Arduino Leonardo board so i need to confirm i've got the right firmware please.

Cheers,

Michael.

userHeadPic JaneYu
2018-05-21 16:28:52

void setup() {
Serial.begin(115200); //initial the Serial
}

void loop(){
if(Serial.available()){
Serial.write(Serial.read()); //send what has been received
Serial.println(); //print line feed character
}
}
This code is sending data from one end to another, if you want to send data from code, you can just use Serial.println() to print it, since when you write something in serial, it will send directly through Bluetooth.

userHeadPic JaneYu
2018-05-18 15:06:36

Can u guys comment on Why "Serial.available()" is always giving a Boolean false. Although Bluno Link and Bluno nano are paired.

userHeadPic JaneYu
2018-05-17 20:52:36

Hi,
I am able to do the wired/wireless programming on bluno nano when it is not connected to the circuit. I have to unplug it from the circuit in order to program it now. Any idea on what could be possible reasons. ?
Error is "avrdude: stk500_recv(): programmer is not responding"

userHeadPic JaneYu
2018-05-08 17:33:42

I don't think the bluetooth can communicate with Arduino mkr fox 1200, if you want to use bluetooth, why don't you try our Bluno?

userHeadPic JaneYu
2018-04-18 15:16:55

Did you try to do wireless uploading? after set the dongle as the central and the board as the peripheral, they should be paired and then choose the right board, you can upload the code wirelessly.

userHeadPic JaneYu
JaneYu wrote:

i am trying the wireless uploading but not able to pair my both device.getting this
avrdude: ser_open(): can't open device "\\.\COM4": The system cannot find the file specified.

Problem uploading to board. See http://www.arduino.cc/en/Gu... for suggestions.

2019-11-22 02:09:37
1 Replies
2018-04-16 03:09:17

Hi ,
I already purchased couple of Bluno nano v 1.4 . I am thinking of pairing them to my Ubuntu 16.04 system.Are they compatible ?

userHeadPic JaneYu
2018-04-16 03:03:46

Hi ,
I already purchased couple of Bluno nano v 1.4 . I am thinking of pairing them to my Ubuntu 16.04 system.Are they compatible ?

userHeadPic JaneYu
2018-04-03 15:48:03

How does this module work with MAC? What do you need to install to make it work?

userHeadPic JaneYu
JaneYu wrote:

Yes, you can. Just plug this module in USB port, and install the UNO driver, it will work.

2018-04-04 10:19:28
1 Replies
2017-08-26 01:56:40

Hello,
I haven't found any Terminal Android apps able to get connection with my Bluno. May you advice one Android app in particular that is full compatible with ?
Regards

userHeadPic JaneYu
2017-08-20 08:39:56

Hello,

The BlunoBasicDemo works fine.
Nevertheless I can't get a connection using my ble terminal wirh this uuid
Unknown service 0000dfb0-0000-1000-8000-00805f9b34fb
Unknown characteristic 0000dfb1-0000-1000-8000-00805f9b34fb
Unknown characteristic 0000dfb2-0000-1000-8000-00805f9b34fb

What's wromg ?
Regards.
Herve

userHeadPic JaneYu
2017-07-26 10:45:37

If you want to connect your Android phone to bluno device, there are BlunobasicDemo, SPP Bluetooth Serial Apps for connecting Bluno

userHeadPic JaneYu
2017-07-20 16:48:13

Ok thank you for your indications.
Now I am trying to buy the Bluno Link....is this the product?
https://www.dfrobot.com/pro...

userHeadPic JaneYu
2017-07-19 17:24:30

Since you can set the mode through AT command, you can open the serial monitor at the same time, and the dongle and the beetle should have their own COM https://uploads.disquscdn.c...

userHeadPic JaneYu
JaneYu wrote:

I can set the mode through AT command only on the Beetle connected via USB cable...
On the contrary, if I plug only my dongle without any bluetooth connection, two serial ports appear in my IDE (COM3 and COM4) and when I try to open them, the following message appear:

Errore nell'apertura della porta seriale "COM4" (Port busy)
processing.app.SerialException: Errore nell'apertura della porta seriale "COM4"

I have tried to plug and the unplug the dongle several times and besides to use a different version of the IDE (1.6.0 and 1.6.7) but the error is always the same

2017-07-19 17:39:29
1 Replies
2017-07-18 13:47:52

There is a possibility that the serial port is occupied, try to unplug the dongle and beetle, restart your IDEs, or use different IDE versions

userHeadPic JaneYu
JaneYu wrote:

I was using the last update of the version of the IDE.
Now I am using the 1.6.0 version and there is the same problem, but this time the error is explicated as below. Please help me, I am doing a project for my Master Thesis and I am stucked with this stupid problem of "busy port". Below the error:

processing.app.SerialException: Errore nell'apertura della porta seriale "COM3"
at processing.app.Serial.<init>(Unknown Source)
at processing.app.Serial.<init>(Unknown Source)
at processing.app.SerialMonitor$3.<init>(SerialMonitor.java:94)
at processing.app.SerialMonito...(SerialMonitor.java:94)
at processing.app.Editor.handleSerial(Editor.java:2536)
at processing.app.EditorToolbar.mousePressed(EditorToolbar.java:357)
at java.awt.Component.processMouseEvent(Unknown Source)
at javax.swing.JComponent.processMouseEvent(Unknown Source)
at java.awt.Component.processEvent(Unknown Source)
at java.awt.Container.processEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$200(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.awt.EventQueue$3.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.awt.EventQueue$4.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThrea...(Unknown Source)
Caused by: jssc.SerialPortException: Port name - COM3; Method name - openPort(); Exception type - Port busy.
at jssc.SerialPort.openPort(SerialPort.java:164)
... 37 more

2017-07-18 18:05:43
1 Replies
2017-07-13 00:05:37

Hi everyone! I am trying to connect my Bluno Beetle to my PC (windows7) using a CSR Dongle BLE 4.0.
My goal is to see data sent from the Bluno Beetle on the Arduino Serial Monitor over bluetooth connection.
When I try to open serial monitor I have this error:
Error during opening serial port "COM4" (Port busy)
How can I solve this issue?
My firmware version is 1.97 and the Bluno Bettle is set as PERIPHERAL

userHeadPic JaneYu
JaneYu wrote:

Hi
You need to open different Arduino IDE, then the Beetle and the Dongle would have their own serial monitor to communicate

2017-07-14 16:02:27
1 Replies
2017-04-17 16:21:29

Hi here is a link, maybe you can make a reference: https://www.dfrobot.com/for...

userHeadPic JaneYu