Hi folks,
In my next project for the Jetson-Nano, I am working with a Bluetooth module Mate gold from Sparkfun and Teensy 4.0 sending raw data and I want to read it on python. So far looking on google I found that pybluez can do that job, but when I print the received package, it get split like this:
Trying to understand the issue I am sending the same data via USB at the same time:
My Teensy Code:
Then I installed minicom and configured it to read the Bluetooth driver “rfcomm0”, this is how looks like:
Now, this is showing me that the problem looks like to be in python pybluez itself, however due to lack of info on google I can’t see what or where is the issue.
Does anyone had the same issue or know an alternative module that can be used with python to read the incoming package via Bluetooth without that odd split?
Thanks,