All Questions
3 questions
-1
votes
1
answer
1k
views
Is there a way to send data from Tensorflow to Arduino via Bluetooth?
I am not sure if such a question is accepted here. If not please direct me to a more suitable Exchange.
I am planning a small project involving Machine Learning using TensorFlow and Python, which ...
2
votes
3
answers
3k
views
Writing a float to a BLE characteristic. What data format?
I am currently working on a python-based Bluetooth Low Energy client for OS X and I got stuck while trying to write a remote float characteristic value.
First of all: my setup is an Arduino 101 with ...
1
vote
1
answer
1k
views
BLE Python with GUI on OSX [closed]
Has anyone connected BLE devices with Python + GUI on OSX? I've looked into a few libraries (most are old), but one that has the most success if Adafruit's BlueFruit library. However, this library ...