2025-10-23 5:55 AM
Hello,
I have an STM32G431 here that sends messages to a PC via MIDI. These are translated into OSC messages by a bridge and then interpreted by lighting control software. I would like to eliminate the intermediate step via the bridge and transmit the messages directly as OSC. My own research has shown that this is possible in principle if the controller acts as a network adapter via USB. Unfortunately, I couldn't find any examples for the G4. There seem to be a few examples of people configuring an F4 as a USB network adapter. Unfortunately, I haven't been able to integrate these examples into Cube IDE and get them to run on the G4. I have also tried to integrate a TinyUSB stack. Unfortunately, this was also unsuccessful. Therefore, I wanted to ask if anyone else has examples for me in which RNDIS has been integrated on the G4, or tips on how I can get closer to a solution.
Thank you in advance.
2025-10-23 6:14 AM
Welcome to the forum.
Please see How to write your question to maximize your chances to find a solution for best results.
When you say "OSC", I guess you're talking about Open Sound Control ?
https://en.wikipedia.org/wiki/Open_Sound_Control
Previous threads on RNDIS: