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