Skip to content

Commit de8c136

Browse files
author
Damien Laidin
authored
Merge pull request #28 from chirp/develop
Merge to master [v3.4.1]
2 parents 8dd4731 + 6769d47 commit de8c136

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Recent changes to the [Chirp Arduino SDK](https://developers.chirp.io/docs).
44

5+
## v3.4.1 (09/12/2019)
6+
- Add support for Teensy boards (cortex-m4 hard float build)
7+
58
## v3.4.0 (18/09/2019)
69
- All functions have been renamed to `chirp_sdk*` from `chirp_connect*`
710
- `chirp_sdk_get_heap_usage` has been added. This gives you the current dynamic memory allocated and used at any time by the SDK.

PLATFORMS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ Chirp is a library enabling Arduino-based devices to send and receive data using
66
* A digital I2S MEMS microphone (if your board does not contain a microphone)
77
* A digital I2S amplifier and compatible speaker
88

9+
See a full list of supported platforms at the [Chirp Developer Hub](https://developers.chirp.io/docs/using-chirp/platforms#arduino)
10+
911
For receiving data, you will need a digital MEMS microphone. Some boards (for example, the Nano 33 Sense and Microsoft MXChip) already include a MEMS mic so you are good to go. For others, you will need an external mic such as the [SPH0645](https://www.adafruit.com/product/3421) or [ICS-43434](https://www.mouser.co.uk/ProductDetail/TDK-InvenSense/ICS-43434?qs=u4fy%2FsgLU9PAgmWRI7%252BqXA%3D%3D).
1012

1113
For sending data, we recommend using a digital I2S audio output such as the [UDA1334A](https://www.adafruit.com/product/3678) or [MAX98357A](https://www.adafruit.com/product/3006), connected to a compatible speaker.
1214

1315
You can quickly test that your device is receiving chirps by playing some random test signals from the [Developer Hub](https://developers.chirp.io).
1416

15-
To test whether your device is sending chirps OK, we recommend setting up the [Python command-line tools](https://developers.chirp.io/docs/tutorials/command-line) to receive data from the Arduino.
17+
To test whether your device is sending chirps OK, we recommend setting up the [Python command-line tools](https://developers.chirp.io/docs/tutorials/command-line) to receive data from the Arduino.

library.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name=ChirpSDK
2-
version=3.4.0
2+
version=3.4.1
33
author=Asio Ltd <developers@chirp.io>
44
maintainer=Joe Todd <joe@chirp.io>
55
sentence=Chirp SDK
66
paragraph=Send and receive data over sound
77
category=Communication
8-
url=https://developers.chirp.io
9-
architectures=cortex-m4,esp32,cortex-m0plus,stm32f4,samd,mbed
8+
url=https://developers.chirp.io/docs/getting-started/arduino
9+
architectures=cortex-m4,esp32,cortex-m0plus,stm32f4,samd,mbed,avr,mk64fx512
1010
precompiled=true
1111
ldflags=-lChirpSDK

src/mk64fx512/libChirpSDK.a

437 KB
Binary file not shown.

0 commit comments

Comments
 (0)