Manufacture du Son

Manufacture du Son

Documentation for an open-source network audio player based on the Allwinner f1c200s and ESP32-C3.

The Manufacture du Son network player is a custom board built around an Allwinner f1c200s SoC running Linux and an ESP32-C3 companion chip providing Wi-Fi and BLE. Audio is routed out over SPDIF.

This site documents how to build the firmware, flash it onto a board, and develop on top of it.

Where to go next

Quick start

make build              # build the network player firmware natively
make build CONTAINER=1  # build inside the Docker container

Output images land in output/images/. See the flashing guide for the next steps.