Hello I have a HC-05 with a Nano. I have a lot of trouble up loading code. After a few trial and error, I found out it is a matter of setting the baud upload rate, 57600 and reset the Nano at the right time.
I found this old post, [solved] HC-05 wireless programming + disabling auto reset - Project Guidance - Arduino Forum. It has a diagram which is exactly what I need. But I have a few questions.
- On my HC-05 board, it does not have a State pin, instead it has a LED labelled in place of State pin, is LED pin the same as State pin? are they both connected to pin32?
- The LED pin is used to blink and LED, does it sent out a pulse of certain interval? In order to trigger the pn2222, doesn't it really only need one pulse upon upload to resets the Arduino? How does the circuit handle the subsequent pulses? Sorry if I sound ignorant, my electronic knowledge is very limited, still learning.
Thanks.