Lots of helpful people here so I'm hoping this is the right place for this question.
My goal is to take incoming UDP data and push it out the HSPI.
I have tried doing this with NodeMCU but I am running into. First I can't reach the throughput I need (just under 1MB/S, hence UDP instead of TCP) and it also seems like I don't have enough control with NodeMCU to just receive a byte and push it out to SPI. It seems the
I'm hoping I can achieve this in C perhaps but I'm open to all suggestions.
Thanks in advance!