flyweight303 Posted June 14, 2015 Report Share Posted June 14, 2015 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? Quote Link to comment Share on other sites More sharing options...
Shuriken Posted June 14, 2015 Report Share Posted June 14, 2015 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 ? Quote Link to comment Share on other sites More sharing options...
flyweight303 Posted June 14, 2015 Author Report Share Posted June 14, 2015 Hi Shuriken, good tip for an Ethernet module. The reason for USB Ethernet is the ability to connect an android device and run lemur. Quote Link to comment Share on other sites More sharing options...
TK. Posted June 14, 2015 Report Share Posted June 14, 2015 The communication should also work with OSC messages sent via the MBHP_ETH module: -> http://www.ucapps.de/midibox_osc.html Best Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
flyweight303 Posted June 14, 2015 Author Report Share Posted June 14, 2015 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 :) thanks a mil. Cheers Tim Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.