trinityworld
trinityworld
> Hello, the author of loopMIDI provides a SDK which lets you programmatically open virtual midi ports, which is useful to not need to manually open them. The other advantage...
> > Hello, the author of loopMIDI provides a SDK which lets you programmatically open virtual midi ports, which is useful to not need to manually open them. The other...
> Besides, do you have any specific reason to use the ENC28J60? I'm currently re-designing the PCBs and I would switch to the WZ5500 chip since there are modules available...
 i remove this line " #include "tcpecho_raw.h" from "lwip_integration.c" file as per above mention repository then my previous error solved.  but here,...
why not add this ->> "lwip_integration.c" file in add_executable list CMakeLists.txt ?.. 
> > i remove this line " #include "tcpecho_raw.h" from "lwip_integration.c" file as per above mention repository then my previous error solved > > but here, lwip/../../http/fs.c > > library...
can you please check where is my mistake for assign spi and INT_PIN PIN.. 1>lib/pico-enc28j60/enc28j60_lwip_glue.c  2> lib/pico-enc28j60/enc28j60_lwip_glue.h  3>src/lwip_integration.c  4>src/pin.h  5>src/main.c  
here, i get .uf2 file but ..  when i ping this static IP address.  "Destination Host Unreachable" error generate 
pico RP2040 Ethernet branch build successfully..
GPIO 27 use for ENC-INT pin then problem solved.. now i am build project only get 16 parallel output. https://github.com/trinityworld/pico_dmx/blob/b34064bc0b26339a80139178447e03a13bfb78d1/src/main.c#L102 trying to fill wavetable buffer from 16 universe data (buffer)and...