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?
Asked
Active
Viewed 99 times
1 Answers
1
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.

Dinu
- 390
- 1
- 2
- 12
-
How can we start a simple project with Raspberry Pi 3 Model with android things using Chirp? – sugandha sharma Sep 05 '19 at 12:15
-
Check out [chirp-android-examples](https://github.com/chirp/chirp-android-examples) repository which should be a good starting point for implementing the ChirpSDK. Regarding Android Things, I guess [developer.android.com](https://developer.android.com/things/) is the best source. – Dinu Sep 09 '19 at 10:07
-
I am not able to integrate Chirp SDK with Android things. Can anyone help in this? – sugandha sharma Oct 03 '19 at 12:32
-
Does anyone know about it? – sugandha sharma Jan 14 '20 at 12:11