BLE Test programs
- This topic has 1 reply, 2 voices, and was last updated 7 years, 6 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › Conduit: mLinux Model › BLE Test programs
Are there any sample programs for BLE using mlinux ?
I can only point you at the bluez examples. mLinux 3 is based on Bluez 4.101:
https://www.kernel.org/pub/linux/bluetooth/bluez-4.101.tar.xz
Look in the directory /bluez-4.101/test/ in the archive.
For instance, test-thermometer is a python program for monitoring a thermometer. I have not tried these. D-BUS is the recommended infrastructure to write BLE programs.