Firstly thanks for the great project!
I have it working well on an Atom S3R running release version 1.0.9.2, however I'm unable to make the wired MIDI work (enabled via web UI).
I have a Midi FeatherWing attached as described in the docs, and verified the wiring etc is OK using a modified version of this MIDI monitor - adjusted to use GPIO pins 38/39 as required for the Atom S3R.
I can see the following serial output which I think proves the wired MIDI connection to the S3R is working - we can see the CC messages on channel 1, 127 (Select Preset) - I'm trying to select presets 7/8 in this example.
1 0xB0 CtrlCh 0x7F 0x08
1 0xB0 CtrlCh 0x7F 0x07
Uploading the 1.0.9.2 firmware, and continuing to monitor the serial output we see
(1761) app_main: Init MIDI Serial
(1770) app_main: Init USB
(1770) app_midi_serial: Midi Serial task start
(1774) app_usb: Installing USB Host Library
Sending the same MIDI messages however do not result in changing preset on the ToneX one, any hints on how best to debug?
Understandably when the USB port is used for host/OTG it can't also be used to monitor log messages, and I've not yet got ESP-IDF configured to prepare a custom build - are there any other options to debug this?
Many thanks for any pointers you can provide!
Firstly thanks for the great project!
I have it working well on an Atom S3R running release version 1.0.9.2, however I'm unable to make the wired MIDI work (enabled via web UI).
I have a Midi FeatherWing attached as described in the docs, and verified the wiring etc is OK using a modified version of this MIDI monitor - adjusted to use GPIO pins 38/39 as required for the Atom S3R.
I can see the following serial output which I think proves the wired MIDI connection to the S3R is working - we can see the CC messages on channel 1, 127 (Select Preset) - I'm trying to select presets 7/8 in this example.
Uploading the 1.0.9.2 firmware, and continuing to monitor the serial output we see
Sending the same MIDI messages however do not result in changing preset on the ToneX one, any hints on how best to debug?
Understandably when the USB port is used for host/OTG it can't also be used to monitor log messages, and I've not yet got ESP-IDF configured to prepare a custom build - are there any other options to debug this?
Many thanks for any pointers you can provide!