WaveTooEasy issue

Hi.
Before I start with the issue, I have a question regarding the WaveTooEasy latency.
How did you measure the latency?
What is the expected maximum latency? I suspect it can vary a little bit, especially when playing many sounds at once.

Now for the issue I have with the board.
I’ve soldered a USB lead to the board on the EXT5V and GND pins (power supply pins).
I plug the USB lead to my laptop, it’s all good.
My goal was to modify the firmware, so I used the SD card and put a wte.bin file at its root.
Did that many times, no issues. At some point I reverted to the original firmware, but when I plugged the USB into the laptop, nothing happened. The LEDs stayed off.
Tried with and without the SD card inserted, same thing.

It is possible that the two wires between 5V and GND touched each other, but I’m not sure.
I have tried to use the AK-FT232RL to get a LED to turn on the board, but nothing.
So the board doesn’t seem to have power and nothing is working any more.
Any ideas as to what’s happening? And how to fix this?

I have a STLink-V2, I tried to hook up its 3.3V and GND to the JTAG port, but same thing, no LED is on.

Thanks for you help.

Hi @spin,

It’s been a while since we characterized the board. If I recall correctly, latency was measured with an oscilloscope probing between an input trigger and sound output. Of course latency depends on many factors as quantity of sounds playing as you say (but it didn’t vary much), quality of SD card, sampling rate, etc.

Regarding the dead-board problem. It can be a shortcircuit. The board has 2 DC regulators on board. If the 5V regulator is gone, you can try and use the board using 3.3V power supply through 3.3V pin. That bypasses the 5V regulator (audio will be lower).

If you suspect it’s firmware/software, you should be able to probe the board with a JTAG (you don’t have to download anything, just check if the MCU is being seen by your JTAG software).

Hi @Ivan,

Thanks for the response.
When you say latency didn’t vary much, do you mean something like less than +/- 1ms?

I have tried to power the board using the ST-Link V2 3.3V, but without success, still no LED blinking whether the SD card is there or not, and with and without wte.bin on the SD card.
I will try using the JTAG port and let you know.

If I recall correctly, it was under 10ms.

Regarding the JTAG 3.3V pin, please note this pin is usually for the JTAG to detect the target voltage. It can’t be used to delivery power to a board. It’s an “input”, so to say.

You need to provide 3.3V from a stable power supply.