sputnikdev / eclipse-smarthome-bluetooth-binding

Eclipse SmartHome Bluetooth Binding
46 stars 10 forks source link

tinyB and Win10 64 bit #47

Open rdsivd opened 6 years ago

rdsivd commented 6 years ago

Hello,

I try to use the bleutooth addapter of my pc "intel whireless bleutooth" but i get following error in karaf

openhab> Native code library failed to load. java.lang.UnsatisfiedLinkError: no tinyb in java.library.path

any idea how to slove this

regards Ronny

xrucka commented 6 years ago

Hi, what's your OS + CPU architecture?

On linux, run uname -a and post the output

rdsivd commented 6 years ago

Intel i3-7100 windows 10 64 bit home openhab 2.3.0-snapshot 1250

rdsivd commented 6 years ago

Intel Wireless Bluetooth driver version 20.40.0.3

vkolotov commented 6 years ago

Hi @rdsivd,

windows 10 64 bit home

windows is not supported by TinyB transport. Please see this table for your reference: https://github.com/sputnikdev/eclipse-smarthome-bluetooth-binding#bluetooth-adapters-compatibility-matrix

For windows OS you will need to get a BlueGiga adapter. You can use your intel wireless adapter in Linux environment only.

rdsivd commented 6 years ago

ok i know it is not supported for windows, buth the error message in karaf is telling that it is not found this give the impression that there is someting not ok is in the snapshot

VinceBezzina commented 4 years ago

Was there a solution in the end. Can you get sputnik to work on windows in any way ?