-
DescriptionI wanted to establish a connection between my computer and the Arduino Nano 33 BLE, the computer will send data to the board through a characteristic from a service. For testing purposes, I sent a single byte (0x05), the connection between my computer and the board was successful, but I couldn't get the data (0x05) from the board. So I tried observing the Bluetooth packets using Wireshark. The packet seems to contain the data, however, it says
any idea what this means? What I DidThis is the python script for my computer.
Logs
Here are the logs in .txt file for a better view. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is not an error. It just means the Wireshark capture was not started until after the connection was made so it couldn't link it back to a specific connection event. |
Beta Was this translation helpful? Give feedback.
This is not an error. It just means the Wireshark capture was not started until after the connection was made so it couldn't link it back to a specific connection event.