By using pin 17 as Tx I get the code working on the WROOM board only, I can upload the code with no errors on the S3 board as well but no MIDI message are sent from pin 17.
Is there anyone using the S3 for MIDI over Serial2 that can help me on `this?
Thanks!
I'm sure that using HardwareSerial is wrong. What does the instance creation require at that position? Perhaps a properly initialized serial port instead of the entire ESP32's uninitialized serial class?
Thanks for your quick reply, Unfortunately I’m not an expert un programmation, can you please help me a little bit more? How would you change the code? Thanks for your help!
Using Serial 1 pins the code works on S3 board as well, I checked if the pin of the dev kit board are connected to the esp3 s3 module pins and I confirm they are so I think there’s some bug in Serial2