I want to write Windows PC software that listens to BLE advertising using preferrably a USB dongle. What do you recommend?
I want to write Windows PC software that listens to BLE advertising using preferrably a USB dongle. What do you recommend?
Hi,
The python bindings seems to be exactly what I need. I have downloaded the package from github, but when I run "python setup.py install" as instructed in the README file I encounter the error "ModuleNotFoundError: No module named 'skbuild' on execution of line "from skbuild import setup" in the setup.py script. Please advise me how to get further.
//Klas
Please disregard my latest message, I found the installation package. Though, in the file "requirements-dev.txt" there arelisted prerquisities that needs to be in place before running "setup.py". Do you have any documentation how to install these prerequisities on a "clean" PC?
Please disregard my latest message, I found the installation package. Though, in the file "requirements-dev.txt" there arelisted prerquisities that needs to be in place before running "setup.py". Do you have any documentation how to install these prerequisities on a "clean" PC?