adessoSE / anki-drive-java

A Java port of the Anki Drive SDK
MIT License
16 stars 28 forks source link

Provide a tutorial on how to setup ANKI to be used with the SDK #15

Open thombergs opened 7 years ago

thombergs commented 7 years ago

A tutorial would be nice that gives a step-by-step guide on how to setup an ANKIdrive so that it can be accessed via the SDK.

ashdonnison commented 7 years ago

A short tutorial on how to set up and run the SDK would a huge help! Thanks

tenbergen commented 6 years ago

Hi thombers and ashdonnison, I've forked this repo, made some small tweaks, and created a test file. This should allow you to see how the API can be used. Important: start the bluetooth gateway with ./gradlew server before running the project.