Problems Uploading to ESP-01 Using Arduino Nano Every

Hi all,

I just got the Arduino Nano Every and I am having trouble getting the ESP-01 to connect to this device so I can upload code to the ESP-01. The wiring configuration is the same as you find in all of the online tutorials for the Nano. It was working fine before with the Nano but now that I upgraded to the Every I am no longer able to upload code to the ESP-01. Has anything changed in the Every that makes it incompatible with the ESP-01, or something I need to change (perhaps with the TX and RX pins?) Thanks.

RX/TX pins of the board are Serial1. so you can't use the Uno/Nano tutorials which use the USB chip of the board.

Use the SerialPassthrough example sketch (set 115200 baud)