diff --git a/doc/img/SimplePTT_plugin.png b/doc/img/SimplePTT_plugin.png
new file mode 100644
index 000000000..748881e10
Binary files /dev/null and b/doc/img/SimplePTT_plugin.png differ
diff --git a/doc/img/SimplePTT_plugin.xcf b/doc/img/SimplePTT_plugin.xcf
new file mode 100644
index 000000000..af6b8a8a3
Binary files /dev/null and b/doc/img/SimplePTT_plugin.xcf differ
diff --git a/plugins/feature/simpleptt/readme.md b/plugins/feature/simpleptt/readme.md
new file mode 100644
index 000000000..6a5bf4c19
--- /dev/null
+++ b/plugins/feature/simpleptt/readme.md
@@ -0,0 +1,45 @@
+
Simple PTT plugin
+
+Introduction
+
+This plugin controls switchover between a Rx (Device source) and Tx (Device sink). It has no other controls than an adjustable delay from Rx to Tx and back to Rx. Because of its simplicity it can also serve as a model to build other feature plugins.
+
+Interface
+
+
+
+1: Start/Stop plugin
+
+This button starts or stops the plugin
+
+2: PTT button
+
+Click to switch from Rx to Tx and again to switch back to Rx. When in Tx mode the button is lit.
+
+3: Status indicator
+
+This LED type display shows the current PTT status:
+
+ - **Green**: Rx runs
+ - **Red**: Tx runs
+ - **Grey**: None active (transient)
+
+4: Refresh list of devices
+
+Use this button to refresh the list of devices (5) and (6)
+
+5: Select Rx device set
+
+Use this combo to select which Rx device is controlled
+
+6: Select Tx device set
+
+Use this combo to select which Tx device is controlled
+
+7: Transistion delay from Rx to Tx
+
+Value in milliseconds between Rx stop and Tx start
+
+8: Transistion delay from Tx to Rx
+
+Value in milliseconds between Tx stop and Rx start