This repository contains instructions and resources for setting up a True Wireless Stereo (TWS) system using two ESP32 modules and a Proto board.
- 2 ESP32 Modules Proto board (Muse Proto)
- Connects to the left ESP32 module using a standard Bluetooth connection.
- Configure the left ESP32 to transmit the right channel data to the right ESP32 using the ESP-NOW protocol. ESP-NOW is preferred for its very low latency.
- After a predetermined duration, synchronize the left and right ESP32 modules to play their respective audio samples simultaneously.
- Continue the process of transmitting data and playing audio samples synchronously until the next sample.
Feel free to contribute to this project by submitting issues or pull requests.