Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.14 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.14 KB

True Wireless Stereo with ESP32

This repository contains instructions and resources for setting up a True Wireless Stereo (TWS) system using two ESP32 modules and a Proto board.

Materials Needed

How it works

  1. Connects to the left ESP32 module using a standard Bluetooth connection.
  2. 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.
  3. After a predetermined duration, synchronize the left and right ESP32 modules to play their respective audio samples simultaneously.
  4. Continue the process of transmitting data and playing audio samples synchronously until the next sample.

References

Feel free to contribute to this project by submitting issues or pull requests.