3

I'm dealing with an application in which I need to upload sketches remotely to an arduino UNO board. I successufully managed to upload sketches using an HC-06 bluetooth adapter. The only problem is that I am forced to manually press the reset button once the bluetooth link is established. Is there a way to automatically reset the arduino, in a software or hardware way, so that it will be able to accept and install the incoming and sketch? Would it be enough to activate a digital pin connected to the reset at the right timing prior the upload process starts?

rebatoma
5593 gold badges12 silver badges22 bronze badges
asked Apr 1, 2016 at 12:44

2 Answers 2

1

Use a BJT/FET.

For a NPN, connect RST to COLLECTOR, a digital pin in series with a 220 ohm (or whatever’s appropriate) resistor to BASE, and EMITTER to GND.

Just bring the digital pin HIGH to reset your arduino.

answered Sep 25, 2017 at 19:47
1

Here's a instructable on how to reset the arduino with software

Instructables link

answered Apr 1, 2016 at 13:42

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.