-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi Hunz,
Great work on this project. Looked like a fun thing to do so I thought I would give it a try.
I was able to find the UART pins easily enough and am able to see the output.
That being said, the assembled audio doesnt seem to trigger code execution.
Here is an exerp of what I see in the debug console :
**** TAOS Bootloader 0.2.11 ****
0x00000004 ms 0x000000FB us
Reset Trigger : FIRST POWER UP
(APP)(INFO)Chip ID 1503a0
FOPP)(INFO)DriverVerInfo: 0x134a134a
(APP)(INFO)Firmware ver : 19.4.10 Svnrev 12577
(APP)(INFO)Firmware Build May 10 2016 Time 00:50:07
(APP)(INFO)Firmware Min driver ver : 19.3.0
(APP)(INFO)Driver ver: 19.4.10 Svnrev 12577
(APP)(INFO)Driver SVN URL branches/WIFIIOT-1400_2
(APP)(INFO)Driver built at Jan 11 2017 19:23:49
DBG: Set MAC address [redacted]
DMA OVERRUN
DMA OVERRUN
Invalid Packet Length
Invalid Packet Length
Invalid Packet Length
Invalid Packet Length
Invalid Packet Length
Invalid Packet Length
Invalid Packet Length
Invalid Packet Length
Invalid Packet Length
Shutting Down
As you can see, every time I send an audio packet, I get "Invalid Packet Length".
After reviewing your demo video, I noticed one thing : It looks like the Driver build date is different (mine seems to be newer).
Could that be the cause ?
Everything else seems to be the same....
I'm attaching the raw and wav files I generated with your script just in case you might want to compare them with yours. (Lua complained when running assemble, it gave me a " lua: assemble.lua:7: =' expected near function' " but the raw file still did get generated and looked legit - I'm using LUA 5.0) .
If you have any insights, I'd love to hear them :-)
Kind regards,
Mad Beggar