Those can work. Another approach is to pull the reset pin up to 3.3 V with a 10k resistor and use a diode to pull it low from the Arduino pin. Your second diagram plus a diode. This prevents any possibility of 5 V being applied to the reset pin.
Is it possible to make a DO pin as output and keep it high and then set it low when it needs to be reset?
By "D0" do you mean digital pin 0? What type of Arduino? On many types of Arduino, you should avoid using pins 0, 1 because they are used for sketch upload and serial monitor.
Paul__B:
Those can work. Another approach is to pull the reset pin up to 3.3 V with a 10k resistor and use a diode to pull it low from the Arduino pin. Your second diagram plus a diode. This prevents any possibility of 5 V being applied to the reset pin.
Thank you very much, a diode is a great idea!
PaulRB:
By "D0" do you mean digital pin 0? What type of Arduino? On many types of Arduino, you should avoid using pins 0, 1 because they are used for sketch upload and serial monitor.
I was just thinking of a digital output pin. Should not have written DO
It's actually an atmega328p processor just like those on a uno
The voltage divider will likely not work as the RESET pin has its own pull-up resistor (probably 10k) to 3.3V. So when pulling it low you still have about 1.5V on that pin.
It looks very much like KiCAD. Quite certainly not EagleCAD, that uses a different colour scheme. Both are highly recommended for drawing schematics - KiCAD is FOSS; EagleCAD has a free version with limited functionality which for hobby use appears to be just fine.
I'm using KiCAD all the time; no personal experience with EagleCAD.