Hi,
I am going to implentment a HCI on DA14581, using "DA14581_HCI_Release_v.3.110.2.12.zip".
Then, I want to test the HCI interface, throng UART between my PC and a small DA14581 board.
Bluez is a tool. Is it run on linux only?
Is there a tool on Windows to test a HCI implementation on DA14581? The tool can send HCI command and show receive data.
Thank you .
Keywords:
Device:
Does SmartSnippets can be used as the tool?
Hi iamadog3333
BlueZ works only for Linux as it requires Linux Kenrel (drivers and lower part of the BT stack) and smart snippets can't be used either.
Unfortunately all the windows BT stacks are not good for hacking. You have to write your own tool based on Windows Bluetooth API, or something more easy is to install a virtualization software and install any kind of Ubuntu and then use BlueZ as you want, there should not be a problem.
Is there a particular reason for using a windows tool?
Thanks MT_dialog