diff --git a/grc/nordic_nordic_rx.xml b/grc/nordic_nordic_rx.xml
index d7f3b3e..bcf4a37 100644
--- a/grc/nordic_nordic_rx.xml
+++ b/grc/nordic_nordic_rx.xml
@@ -1,38 +1,78 @@
- nordic_rx
+ Nordic Receiver
nordic_nordic_rx
- nordic
+ [Bastille Research]/Nordic
import nordic
- nordic.nordic_rx()
-
+ nordic.nordic_rx($channel, $address_length, $crc_length, $data_rate)
+
+
+ Channel
+ channel
+ int
+
+
- ...
- ...
- ...
+ Address Length
+ address_length
+ enum
+
+
+
+
+
+
+
+ CRC Length
+ crc_length
+ enum
+
+
+
+
+
+
+ Data Rate
+ data_rate
+ enum
+
+
+
+
-
in
-
+ byte
-
- out
-
+ nordictap_out
+ message
+ 1
diff --git a/grc/nordic_nordic_tx.xml b/grc/nordic_nordic_tx.xml
index ef783c0..096b17d 100644
--- a/grc/nordic_nordic_tx.xml
+++ b/grc/nordic_nordic_tx.xml
@@ -1,38 +1,28 @@
- nordic_tx
+ Nordic Transmitter
nordic_nordic_tx
- nordic
+ [Bastille Research]/Nordic
import nordic
- nordic.nordic_tx()
-
+ nordic.nordic_tx($channel_count)
+
- ...
- ...
- ...
+ Number of Channels
+ channel_count
+ 1
+ int
-
- in
-
+ nordictap_in
+ message
+ 1
-
out
-
+ byte
+ $channel_count
+