Skip to content

RASPIAUDIO/LRAudioNow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages