Skip to content

Commit

Permalink
update readme and version
Browse files Browse the repository at this point in the history
  • Loading branch information
Romkabouter committed Jun 28, 2021
1 parent 7459f7d commit 192406b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions PlatformIO/src/Satellite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
v7.5.1
- Saving the configuration now reboots due to instablility issue in disconnecting MQTT
- Remove hotword method from UI and hard setting to REMOTE until local works again
v7.6
- Using ESP32 IDF FreeRTOS wrapper for the ringbuffer should fix audio playback
- Support for ESP32 A1S
* ************************************************************************ */

Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ Support for Snips is dropped.

[Audio Kit](audiokit.md)

[INMP441](inmp441.md)

[MAX98357a](inmp441max98357a.md)

## MQTT commands

The ESP32 Satellite is subscribed to various topics.
Expand Down Expand Up @@ -58,8 +62,8 @@ Restart the device by publishing {"passwordhash":"yourpasswordhash"} to SITEID/r

## Known issues

- Uploading sometimes fails or an error is thrown when the uploading is done.
- Audio playback with sample rate higher than 22050 can lead to hissing/cracking/distortion. Recommended is to use a samplerate of 16000
- Uploading sometimes fails or an error is thrown when the uploading is done. Lower the uploadspeed to fix it
- Audio playback with sample rate higher than 44100 can lead to jitter due to network. Recommended is to use a samplerate of 16000 or 22050
- Audio playback with matrix voice is not good, code needs to resample to 44100. WIP
- Update colors do not work yet

Expand Down

0 comments on commit 192406b

Please sign in to comment.