ESP8266 versus ESP32 for MIDI input
Posted: Tue Aug 03, 2021 8:17 pm
Hi,
I've been using this https://vps001.vanheusden.com/~folkert/midi-wemos.pdf schematic for an esp8266 successfully. It allows me to receive MIDI data on an ESP.
Now I would like to do the same for the ESP32. I tried the same schematic but I receive nothing if I connect the optocoupler to the regular RX pin (GPIO3 if I remember correctly) and I only receive garbage which somewhat resembles the input-data if I use GPIO16 (using uart1). I'm using the arduino environment.
Should I be able to use the same schematic? or are there electrical differences between the 8266 and esp32 regarding the uarts?
I've been using this https://vps001.vanheusden.com/~folkert/midi-wemos.pdf schematic for an esp8266 successfully. It allows me to receive MIDI data on an ESP.
Now I would like to do the same for the ESP32. I tried the same schematic but I receive nothing if I connect the optocoupler to the regular RX pin (GPIO3 if I remember correctly) and I only receive garbage which somewhat resembles the input-data if I use GPIO16 (using uart1). I'm using the arduino environment.
Should I be able to use the same schematic? or are there electrical differences between the 8266 and esp32 regarding the uarts?