Questions tagged [chirp]

Chirp is a wireless communication technology that enables devices to exchange data using sound.

Chirp enables apps to send and receive information using sound. A chirp encodes an array of bytes as an audio signal, which can be transmitted by any device with a speaker and received by any device with a microphone and Chirp SDKs. It is designed to be robust over distances of several metres, in noisy, everyday environments.

As the transmission takes place entirely via audio signals, no internet connection or prior pairing is required, and any device within hearing range can receive the data.

Chirps can be generated on-device from a dynamic data payload, or recorded as an audio file for later playback – like a sonic barcode.

Documentation

Chirp Developer Hub

Platforms

41 questions
0
votes
1 answer

How to use Chirp.io in offline mode in python

Using the example project provided by chirp.io is there anyway to enable offline mode? Also how do I create a local config file and reference it when in offline mode when running the python script?
Sheldon
  • 175
  • 9
0
votes
1 answer

Unable to find ChirpConnectNative for Windows UWP

I am unable to find windows[UWP] ChirpConnectNative library in your documentation or downloads pages. Please guide me where can I find that? Chirp Windows documentation Downloads page
Dileep Kanta
  • 51
  • 2
  • 8
0
votes
1 answer

ios Chirp.io SDK and AVSoundEngine how to use together?

I'm developing an app that generates sounds with AVFoundation framework. Now I'd like to add Chirp.io SDK to encode some information into sounds as an addition to my code. If I use my sound code or Chirp sdk alone everything is working fine. When I…
Northern Captain
  • 1,147
  • 3
  • 25
  • 32
0
votes
0 answers

BLE vs. Chirp (data-over-audio), which is better and what is the error rate for each?

I've been working on an IoT device which has to communicate with it's companion smartphone application without prior pairing. I've already integrated Chirp into both the device and the Android app, but I need a solution which would allow me to send…
0
votes
1 answer

ImportError: cannot import name chirp_connect_set_config

I've downloaded ChirpConnect SDK for python (ChirpConnect-Python-3.4.0) and installed it in RasPi3. While running the example.py with my key and secret, I'm getting the following error,'ImportError: cannot import name chirp_connect_set_config' What…
0
votes
0 answers

Python Chirp.io app not responding to "chirps"

I'm trying to build a chirp app that would just take a chirp and print the data. I'm running the python app in my terminal and am able to send/ emit a chirp but am not getting any indication that my app is receiving any data from test chirps from…
Jaylan
  • 1
  • 3
-1
votes
1 answer

creating a chirp in python

I am trying to create a sine chirp in python using the following code but my results don't look correct. from scipy.signal import chirp import numpy as np import matplotlib.pyplot as plt t = np.linspace(0, 320e-9, 1601); x = chirp(t, 2.5e9,…
Reza Afra
  • 9
  • 1
-1
votes
1 answer

How can I switch kind of protocol that I prepared to work with?

I understood that chirp use 16kHz-mono protocol for transmitter data in Android. Can I switch kind of protocol that I prepared to work with? And how it realise if it real? p.s. Add links on Chirp Android documentation and also example on github.
-1
votes
2 answers

Chirp Audio QR Fails to receive audio signals on ipad after resuming from background

Chirp audio QR frame work is not receiving data after resuming from background (This issue is only happening on iPAD devices iOS11+) If the app is in foreground then framework works without having any issues, but if app goes background and then…
Adarsh
  • 89
  • 4
  • 14
-1
votes
1 answer

Android Chirp Installation 12345

Exist an installer for the application? Not everyone has such advanced knowledge to configure these SDKs. Additionally I am not roots on my Android
-2
votes
1 answer

How to upload Chirp audio file into Google Cloud and make media URN using Nodejs?

I need to make text encryption via chirp. After that encryption audio file should upload into Google Cloud and make media URL using Nodejs
1 2
3