Hi Hank,
Just stopped by PL to see what's cooking. Looks like you're at the top of the menu. Congrats on the progress you've made on ILDAC-32.
![]()
Hi Hank,
Just stopped by PL to see what's cooking. Looks like you're at the top of the menu. Congrats on the progress you've made on ILDAC-32.
![]()
USPS says: "Status -- Out for Delivery, Expected Delivery by 9:00pm"!
Make sure you have the latest mobile app installed v2.2.20 -- Although I will be submitting an update to the app stores in the next day or two since I've added a "Local Wifi AP" mode to the device. So if you want to use the web interface without connecting to your Wifi network, it creates its own ad-hoc access point and you can connect directly to it. I'll be updating the website today to have instructions on how to enable this new mode.
Thanks received mine today, easy setup. Copying over some content now, will have to order up some more cards, is the system folder the only folder you require on the card? Could future updates allow for a larger card or is it at the hardware limit?
leading in trailing technology
Yes, the /system folder is the only required folder on the SD card. If you use more than one, please copy the /system folder to all other SD cards.
At this point I don't think the ESP32 hardware supports SD cards larger than 64GB.
But I am currently beta-testing a different ESP32 board to use in future versions, and I'll see of this different board supports bigger cards and let you know.
The targeted scan rate I am a little confused by for WAV files, I assume it is reading encode rate of the file to determine it. Will Galvo's tuned for 30K give proper playback of 30K ILDA WAV files that were recorded to ADAT at 48K being at a scan rate of 30K, or is trying to really do a scan rate of 48K?
Some of my content while all 48K WAV files is 12K, 24K and 30K scan rate.
Hopefully that makes some sense, I assume it will be fine just like regular wav playback using a USBstreamer and DZ box, but was a little confused.
I could be missing the obvious, Thanks
I
leading in trailing technology
This confused me at first too until Andrew Berry and Swamidog explained it to me. When playing WAV files, that's the interrupt clock rate based on the embedded bitrate of the WAV file. So a WAV file stored at 48kHz plays back at 48kHz. But if the WAV files are encoded for 30k scanners (or however they are stored), then that's what's played back. Hope this makes sense.
I've tried to fix this "feature", but the internal filesystem sorting algorithm sorts in alpha order, not number order. The only way I was able to fix this was to rename tracks 1 thru 9 with a leading "0" so then they all sort correctly. It's a pain to do this for every folder, but you only have to do it once. Sorry for the inconvenience, but I just wasn't able to get the ESP32 code to sort in number order. I'm sure it's possible with more code, but at the time I found it easier just to rename the tracks.
WAV playback from the app is a bigger problem to solve, since the Bluetooth Low Energy packet size is less than 200 bytes.. so I have to create a way to package up multiple payloads both on the sending and receiving end in order to download the entire directory and file lists. It's on my list for future enhancements. But also realize once you have Wifi set up, you can access the web interface on your phone with any browser.