Saturday 13 April 2019

arduino - How to use a Raspberry Pi Pin(3.3V) to reset a ATMEGA328(5V)


I have a ATMEGA328(AVR) connected to a Raspberry Pi(RPI) via serial using a level shifter.


The AVR has the Arduino Bootloader installed and I would like to program it via serial.


What would be the best way to connect the AVR reset pin to the RPI GPIO pin 4?


(Keep in mind that the AVR reset pin has a 5V pull-up resistor connected to it.)




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...