This project focuses on the development of a Bluetooth Low Energy (LE) Audio Transmitter supporting the Auracast standard.
|
|
2 mesiacov pred | |
|---|---|---|
| .vscode | 8 mesiacov pred | |
| docs | 7 mesiacov pred | |
| include | 8 mesiacov pred | |
| lib | 8 mesiacov pred | |
| node_modules | 7 mesiacov pred | |
| src | 7 mesiacov pred | |
| test | 7 mesiacov pred | |
| .gitignore | 8 mesiacov pred | |
| CLAUDE.md | 2 mesiacov pred | |
| CMakeLists.txt | 8 mesiacov pred | |
| README.md | 7 mesiacov pred | |
| node-v22.21.0-x64.msi | 7 mesiacov pred | |
| package-lock.json | 7 mesiacov pred | |
| package.json | 7 mesiacov pred | |
| platformio.ini | 8 mesiacov pred | |
| sdkconfig.esp32s3usbotg | 8 mesiacov pred |
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