trinityworld

Results 11 comments of 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...

![Screenshot from 2022-11-30 11-56-23](https://user-images.githubusercontent.com/93513180/204723419-196e167b-ef16-4364-821e-0be508b292c0.png) i remove this line " #include "tcpecho_raw.h" from "lwip_integration.c" file as per above mention repository then my previous error solved. ![Screenshot from 2022-11-30 12-09-05](https://user-images.githubusercontent.com/93513180/204725568-382a20ed-4e51-4a5f-8951-5c2e2bb3e204.png) but here,...

why not add this ->> "lwip_integration.c" file in add_executable list CMakeLists.txt ?.. ![Screenshot from 2022-11-30 18-33-21](https://user-images.githubusercontent.com/93513180/204803410-a41615de-1927-451d-9317-ec56c5a6b560.png)

> > 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 ![enc28j60_lwip_glue](https://user-images.githubusercontent.com/93513180/205322411-9fd538f9-52df-4187-8b0d-a03b6abe1018.png) 2> lib/pico-enc28j60/enc28j60_lwip_glue.h ![enc28j60_lwip_glue_h](https://user-images.githubusercontent.com/93513180/205323383-cafe4dee-1f9c-4828-9e26-c6dfed99eaf4.png) 3>src/lwip_integration.c ![lwip_integration](https://user-images.githubusercontent.com/93513180/205323590-cb00e169-eddf-4a7e-a3f2-0cb8a744797a.png) 4>src/pin.h ![pin_h](https://user-images.githubusercontent.com/93513180/205324005-50f948fd-7adf-4baa-996b-b1c2d9e03879.png) 5>src/main.c ![main](https://user-images.githubusercontent.com/93513180/205324230-1a500ca2-05e9-4bda-9c6d-7826139eada2.png) ![main_](https://user-images.githubusercontent.com/93513180/205324268-6fdaa5f8-1051-4e3a-8732-51d3ec7717d4.png)

here, i get .uf2 file but .. ![image](https://user-images.githubusercontent.com/93513180/205550276-0dad3b50-b102-4aef-8ce6-c46f6cb8e46c.png) when i ping this static IP address. ![enc28j60_lwip_glue_c](https://user-images.githubusercontent.com/93513180/205550365-cd5cd0a0-5c06-464a-93bc-2c68aba6ff3a.png) "Destination Host Unreachable" error generate ![error](https://user-images.githubusercontent.com/93513180/205550963-10e159d2-c96c-4a30-9823-ee60be04870a.png)

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...