esp32-snippets
esp32-snippets copied to clipboard
TRANSFERÊNCIA DE DADOS MIDI
Hello Neil, how are you? I am working with ESP32 2 for MIDI protocol data transport. I have the ESP Server and ESP client. What is the best way to transfer this data? There are 32 bits of data in exactly that order:
1 - 8bits = datatype (Different extension type) 2 - 8bits = data1 (bytes) 3 - 8bits = data2 (bytes) 4 - 8bits = channel (bytes)
How would I use this data with setvalue, write and read?