This project focuses on the development of a Bluetooth Low Energy (LE) Audio Transmitter supporting the Auracast standard.
|
|
il y a 2 mois | |
|---|---|---|
| .vscode | il y a 8 mois | |
| docs | il y a 7 mois | |
| include | il y a 8 mois | |
| lib | il y a 8 mois | |
| node_modules | il y a 7 mois | |
| src | il y a 7 mois | |
| test | il y a 7 mois | |
| .gitignore | il y a 8 mois | |
| CLAUDE.md | il y a 2 mois | |
| CMakeLists.txt | il y a 8 mois | |
| README.md | il y a 7 mois | |
| node-v22.21.0-x64.msi | il y a 7 mois | |
| package-lock.json | il y a 7 mois | |
| package.json | il y a 7 mois | |
| platformio.ini | il y a 8 mois | |
| sdkconfig.esp32s3usbotg | il y a 8 mois |
Phase: Proof of Concept (Simulation)
This project focuses on the development of a Bluetooth Low Energy (LE) Audio Transmitter supporting the Auracast standard. The current phase is a Proof of Concept (PoC) simulation, demonstrating system functionality without physical hardware implementation. The project uses an NXP NXH3675 transceiver integrated with an Arduino-compatible controller for simulation purposes.
/project ├─ /src # Source code for simulation ├─ /docs # Documentation and diagrams ├─ /test # Program for function Test ├─ README.md └─ LICENSE