Ethernet over usb

https://github.com/fetisov/lrndis

I did some digging on lemur on android. It supports only direct cable connection via usb-tethering . however there seems to a working rndis driver available for the stm32. Could this work with freertos? Are there any applications other then lemur android which could benefit from a USB ethernet implementation on the seq4?

Is there some reason you need USB ethernet instead of just using something like this: http://www.ebay.nl/sch/i.html?_from=R40&_trksid=m570.l1313&_nkw=ENC28J60&_sacat=0 ?

Hi Shuriken, good tip for an Ethernet module. The reason for USB Ethernet is the ability to connect an android device and run lemur.

The communication should also work with OSC messages sent via the MBHP_ETH module:

-> http://www.ucapps.de/midibox_osc.html

 

Best Regards, Thorsten.

Ah now I get it. The documentation helped a lot. Osc is supported over WiFi on lemur android. So if I connect the midibox to a WiFi router it should work. Better even because its wireless. So the whole USB Ethernet is pointless :slight_smile: thanks a mil. Cheers Tim