This repository contains an example app MCH2022 badge. Bluetooth audio streaming.
This repository is based on the mch2022 template app, https://github.com/badgeteam/mch2022-template-app, which is public domain / CC0 licensed.
Source code included as submodules is licensed separately, please check the following table for details.
| Submodule | License | Author |
|---|---|---|
| esp-idf | Apache License 2.0 | Espressif Systems (Shanghai) CO LTD |
| components/appfs | THE BEER-WARE LICENSE Revision 42 | Jeroen Domburg jeroen@spritesmods.com |
| components/bus-i2c | MIT | Nicolai Electronics |
| components/i2c-bno055 | MIT | Nicolai Electronics |
| components/mch2022-rp2040 | MIT | Renze Nicolai |
| components/pax-graphics | MIT | Julian Scheffers |
| components/pax-keyboard | MIT | Julian Scheffers |
| components/sdcard | MIT | Nicolai Electronics |
| components/spi-ice40 | MIT | Nicolai Electronics |
| components/spi-ili9341 | MIT | Nicolai Electronics |
| components/ws2812 | Unlicense / Public domain | None |
This project contains snippets from the ESP-IDF bluetooth streaming example. See "esp-idf" in the table above.