Nicholas Savenlid

Results 11 comments of Nicholas Savenlid

@hathach I try to get my head around this. Can a simple matrix explain the possibly combinations in a system with multiple USB ports ? Also the dual-role, possibilities if...

Hi In many places P4 is not included. Example: https://github.com/espressif/esp-idf/tree/adcbdd7da4fca12cd48ca5338e3fa0e8cf6695ce/examples/peripherals/usb/device/tusb_ncm Specifically for USB i try to understand how the code would select USB port between the 3 avilable port of...

Thank you @tore-espressif I would prefer the C5 over C6 since its a "hotter" chip, but its not important. Running the C5/C6 I have up and running with help from...

@david-cermak Hi, yes, I slowly started to understand that this was L2 switching between 2 ports, having no use for netif/lwip. I also slowly starts to understand that lwip normally...

@david-cermak https://github.com/espressif/esp-idf/tree/adcbdd7da4fca12cd48ca5338e3fa0e8cf6695ce/examples/network/sta2eth examples/network/sta2eth/main/usb_ncm_iface.c Line 121 const tinyusb_net_config_t net_config = { I cant find the definition, in github. I tried have applicable inclues ( I think ) I have tinusb component...

I did fix that problem. I now try to integrate the RNDIS interaction with netif from this examples/network/sta2eth example into my own project. I use the repo as reference, and...

Yes, it became clear after a while. Callbacks etc. I will read and merge and interpolate with the example. Down to 1 link error now. Thanks for all help. Den...

@roma-jam Hi, examples seems to use a function that has disappeared ? https://github.com/search?q=repo%3Aespressif/esp-idf%20tinyusb_net_send_sync&type=code Only 2 examples refer to it. Thus I take your advice to look into the the tiny-usb...

ESP32-P4 internal MAC + IP101 external phy = my physical setup, custom PCBA, no devkit.

hi @kostaond I do 1.0.0 I briefly used the 1.1.0 before it was "yanked" I think i used it a couple of hours at most.