Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 749 Bytes

usb2rf-reset.md

File metadata and controls

7 lines (4 loc) · 749 Bytes

What the D3 to RST cable does in ProMini (usb2rf module)

This is only useful if you modify the usb2rf sketch frequently. In fact you probably want to program the module with the stock firmware and then forget it. This is explained in Installation

D3-RST plays the same role as the DTR-RST connection, in arduinos, to support the autoreset feature. The difference is that the reset is triggered by the firmware and not by the Serial module. This is very importat because we do not want the module to reset every time the serial port is accessed by a program (gtkterm, rftool).

However the usb2rf firmware asserts D3 LOW when we want to update (the firmware). The usb2rf/Makefile resets the module with this mechanism.