cancel
Showing results for 
Search instead for 
Did you mean: 

OSC with STM32G4

KaiSimonSchafer
Visitor

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.

1 REPLY 1
Andrew Neil
Super User

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:

https://community.st.com/t5/forums/searchpage/tab/message?q=RNDIS&noSynonym=false&sort_by=score&collapse_discussion=true

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.