diff --git a/README.MD b/README.MD
index 3e8397bd99239589f9af22e6444fb98a2144a171..8324b13c988ee918bd5118eb15e1c116a0d47579 100644
--- a/README.MD
+++ b/README.MD
@@ -1,5 +1,7 @@
 # Ultra WideBand Radio Firmware for Multi-Agent Ranging Applications
 
+//TODO add a little more introductory explanation here...
+
 This software is a modification of the firmware supplied by Decawave for their EVK1000 evaluation board. The new feature provided by this software is the ability for anchors to range with multiple tags and tags to range with multiple anchors. As much as possible of the original functionality has been preserved so most of the information provided in the EVK1000 User Manual still applies to this software 
 <br/>
 <br/>
@@ -15,8 +17,10 @@ The software and documentation for the EVK1000 evaluation kit and DW1000 transce
 
 The EVB1000 allows for a numer of operational configurations via microswitches and jumpers. For default operations, ensure the EVB1000 is configured as shown in the images below. Consult the EVK1000 documentation for more configuration options.
 
-<img src="img/STLINK config front.PNG" width="480">
-<img src="img/STLINK config rear.PNG" width="480">
+**_NOTE:_** The device's role as either a TAG or ANCHOR is selected by SW4 of S1.
+
+<img src="img/EVK1000 config front.PNG" width="480">
+<img src="img/EVK1000 config rear.PNG" width="480">
 
 ### Flashing the Binary
 
@@ -44,4 +48,12 @@ Then simply click the *Build* button and the EVK1000/Debug/bin/ directory will b
 
 <img src="img/CoIDE.PNG" width="480">
 
-### Interfacing with the iBQR
\ No newline at end of file
+### Interfacing with the iBQR
+
+### EVK1000 Display
+
+In order to save power, the LCD display is disabled by default. It can be reenabled by setting ... in .... When enabled, the LCD will display the range calculated and the address of the TAG/ANCHOR that it ranged with.
+
+//TODO have the display disabled by default but allow it to be enabled by setting a flag in the software
+
+### Calibration
\ No newline at end of file
diff --git a/img/EVK1000 config front.PNG b/img/EVK1000 config front.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..4a63b5d0d3f72b1fbc54921eaccb9c28e0f42307
Binary files /dev/null and b/img/EVK1000 config front.PNG differ
diff --git a/img/EVK1000 config rear.PNG b/img/EVK1000 config rear.PNG
new file mode 100644
index 0000000000000000000000000000000000000000..3f1692a81e2e337b9af67124be16e00a17359f6b
Binary files /dev/null and b/img/EVK1000 config rear.PNG differ
diff --git a/img/STLINK config front.PNG b/img/STLINK config front.PNG
deleted file mode 100644
index 774cb93a7cb7260565feeec34b0c0049b7f705fb..0000000000000000000000000000000000000000
Binary files a/img/STLINK config front.PNG and /dev/null differ
diff --git a/img/STLINK config rear.PNG b/img/STLINK config rear.PNG
deleted file mode 100644
index 774cb93a7cb7260565feeec34b0c0049b7f705fb..0000000000000000000000000000000000000000
Binary files a/img/STLINK config rear.PNG and /dev/null differ
diff --git a/img/STLINK connection.PNG b/img/STLINK connection.PNG
index 774cb93a7cb7260565feeec34b0c0049b7f705fb..068dd3afcb7ee75452fd1981a7ec284762f95660 100644
Binary files a/img/STLINK connection.PNG and b/img/STLINK connection.PNG differ