Is your feature request related to a problem? Please describe.
Hello.
First of all, thank you very much for this project. I think it's really great. Thank you for all your hard work.
I would like to know if it is possible to implement the FSEQ File to Play Play Remote Sequence function without an SD card? The reason for this is that I would like to implement a project in which several ESP32S3s run synchronously with music.
Currently, I am doing this via DDP. However, this always leads to synchronization problems because all the information has to be sent via Wi-Fi.
Here is an example of my project:
https://youtu.be/rVhzxbZ-sdg?si=dEwQjmXqkgbyQT-7
My sequences are not very large. Only 41 pixels are connected to one of my ESP32s and the sequence only lasts 3 minutes.
The ESP32S3 has 8M PSRAM & 8MB flash.
So theoretically, there would be enough space to store the sequence.
Unfortunately, I don't have space to install an SD card in my project because my space is very limited.
However, my sequence is only about 800KB for 15 sticks.
Describe the solution you'd like
I would like to have the option of writing the FSEQ file directly to the ESP without an SD card.
Thank you very much for your feedback.
Is your feature request related to a problem? Please describe.
Hello.
First of all, thank you very much for this project. I think it's really great. Thank you for all your hard work.
I would like to know if it is possible to implement the
FSEQ File to PlayPlay Remote Sequencefunction without an SD card? The reason for this is that I would like to implement a project in which several ESP32S3s run synchronously with music.Currently, I am doing this via DDP. However, this always leads to synchronization problems because all the information has to be sent via Wi-Fi.
Here is an example of my project:
https://youtu.be/rVhzxbZ-sdg?si=dEwQjmXqkgbyQT-7
My sequences are not very large. Only 41 pixels are connected to one of my ESP32s and the sequence only lasts 3 minutes.
The ESP32S3 has 8M PSRAM & 8MB flash.
So theoretically, there would be enough space to store the sequence.
Unfortunately, I don't have space to install an SD card in my project because my space is very limited.
However, my sequence is only about 800KB for 15 sticks.
Describe the solution you'd like
I would like to have the option of writing the FSEQ file directly to the ESP without an SD card.
Thank you very much for your feedback.