@Stef_Weicks in that case the size of the pinnedcore doesn’t have any imapct.
Can you tell me the size of the file. And the number of frames you’ve recorded?
@Stef_Weicks in the file artnet.cpp
Find the line
readbuffer=(int)buffernumber/2;
And replace by
readbuffer=buffernumber-1;
This should give more ‘space’
@Stef_Weicks correct size.
I have setup an sdcard and see that to write one frame on the sdcard it takes 21ms which is more than the time between two frames hence despite the buffer at every 80-100frames ie 3-4s the buffer will be overloaded hence the jerk and the feeling of coming back.
Conclusion:
It’s not a WiFi issue even going with serial the issue will be the same.
Solution:
1)reduce the FPS of jinx
2)export the universes as file from jinx and then merge them with a small program. Or change the read program to read all universes file at once …