Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnandersen777/audio
Audio over WiFi with the ESP8266
https://github.com/johnandersen777/audio
Last synced: about 16 hours ago
JSON representation
Audio over WiFi with the ESP8266
- Host: GitHub
- URL: https://github.com/johnandersen777/audio
- Owner: johnandersen777
- Created: 2017-04-17T01:23:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-14T22:08:36.000Z (over 7 years ago)
- Last Synced: 2024-10-24T09:12:10.298Z (25 days ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Audio Over WiFi
## VS1053b CODEC
This is the normal operation mode of VS1053b. SDI data is decoded.
Decoded samples are converted to analog domain by the internal DAC.
If no decodable data is found, SCI_HDAT0 and SCI_HDAT1 are set to 0.+----------+----------+----------+----------------------+
| Pad Name | LQFP Pin | Pin Type | Function |
+----------+----------+----------+----------------------+
| RX | 26 | DI | UART receive |
| TX | 27 | DO | UART transmit |
| SCLK | 28 | DI | Clock for serial bus |
| SI | 29 | DI | Serial input |
| SO | 30 | DO3 | Serial output |
+----------+----------+----------+----------------------+If UART is not used, RX should be connected to IOVDD and TX be
unconnected.https://cdn-shop.adafruit.com/datasheets/vs1053.pdf