ChirpOfficial
Published

Chirp + Alexa Toolkit

Allow Alexa-enabled applications to transmit data between devices within hearing range while being totally offline.

IntermediateFull instructions provided2 hours1,197
Chirp + Alexa Toolkit

Things used in this project

Hardware components

Amazon Echo
Amazon Alexa Amazon Echo
×1

Software apps and online services

Chirp SDK
Chirp SDK

Story

Read more

Code

Code snippet #3

Plain text
# For Python run:  
./build.sh python


# For Node.js run:  
./build.sh nodejs

Code snippet #4

Plain text
# For Python run:  
./build.sh python


# For Node.js run:  
./build.sh nodejs

Code snippet #5

Plain text
/*  
You can download licence string and credentials from your admin panel at admin.chirp.io  
 */  
String KEY = "YOUR_APP_KEY";  
String SECRET = "YOUR_APP_SECRET";  
String LICENCE = "YOUR_APP_LICENCE";

Code snippet #6

Plain text
/*  
You can download licence string and credentials from your admin panel at admin.chirp.io  
 */  
String KEY = "YOUR_APP_KEY";  
String SECRET = "YOUR_APP_SECRET";  
String LICENCE = "YOUR_APP_LICENCE";

Github

https://github.com/chirp/chirp-alexa-toolkit

Credits

ChirpOfficial

ChirpOfficial

5 projects • 38 followers
We produce a suite of cross-platform, developer friendly SDKs which take data, convert into sound, and nearby devices convert back into data

Comments