Reputation: 79
I Have an app which generates the pickup code for my vending Machine and I used to enter that pickup code on the tab which is attached to the vending machine, after enter the pickup code, it dispense my order. And for all that, needs proper internet every time. I want to try it by chirp protocol. Can any one suggest how can I do it?
Upvotes: 0
Views: 108
Reputation: 390
Chirp.io provides a series of SDK's for different platforms including Android. Taking in consideration that Android Things is based on Android, the Chirp Android SDK should just work but we didn't tested it yet on a real device.
Check out developers documentation for more info about how to use ChirpSDK's and for a quick test you can install one of the demo apps provided with the SDK zip package you can get from downloads page.
Upvotes: 1