LowPowerLab Forum

Hardware support => Moteino => Topic started by: brolly759 on September 11, 2017, 01:35:30 PM

Title: populate RST pin?
Post by: brolly759 on September 11, 2017, 01:35:30 PM
Hi all, should the Reset pin on the RFM69 ever be populated to an IO pin on the ATMEGA328P  ?  Has anyone ever found a situation where the module locks up that a hard reset is needed? If I do populate the RESET pin, would that effect OTA or any other process in Felix's libraries?

Thanks all
Title: Re: populate RST pin?
Post by: TomWS on September 11, 2017, 08:41:59 PM
IMO, if you plan to experiment with the RFM69 library and try different things, then having the ability to reset the radio is useful (note that it's not trivial to reset the radio).  However, if you're using the standard library, you probably won't have a need to reset the radio.

I've wired the reset line on most of my custom motes, but haven't used them other than a few very obscure cases where I probably shouldn't have been doing the mean things I was doing to the radio...

Tom
Title: Re: populate RST pin?
Post by: brolly759 on September 11, 2017, 09:27:03 PM
I reinitialized the radio if its ever failed and that seemed to do the trick, just wasn't sure of the unknown.

Okay, better for me to keep a GPIO free! :)

Thanks
Title: Re: populate RST pin?
Post by: perky on September 15, 2017, 11:28:07 AM
The RST pin is actually active high, driven as open source, and with an internal pull-down. If you drive it from a processor you should drive high for the minimum reset time, then tri-state and wait for it to go back low. The radio itself drives this signal high during its reset operation and will release it when it's completed.

Mark.