diff --git a/Set-up-guide.md b/Set-up-guide.md
new file mode 100644
index 0000000000000000000000000000000000000000..c7068f5df29421d1e6bb1877d8f0c93d29d31627
--- /dev/null
+++ b/Set-up-guide.md
@@ -0,0 +1,59 @@
+# Gateway setup
+This setup uses the LoRaWAN gateway "WisGate Edge Lite 2", but other similar gateways should use similar settings.
+
+## Opening the box
+When opening the box there should be four items, the gateway itself, an antenne, a power cable and an instruction pamphlet.
+
+Firstly, screw the antenne into the gateway, and plug in the power to the gateway. It should light up.
+
+## Configuring internet
+
+Then open up a laptop and connect to the network created by the gateway, named RAK7268_\<some numbers>.
+
+![behind the gateway](images/gateway_note.jpg)
+
+Then open up a web browser and enter the browser adress shown in the image above. Log into the gateway with the username root, and password root. You might be prompted to set a password, if so, set a fitting password.
+
+You may also be prompted to set a region, set the appropriate region, as shown on the picture below. Click save changes in the bottom right corner afterwards.
+![region](images/region.png)
+
+If you connect an ethernet port directly in the back you can skip to the section "configure packet forwarder"
+
+After logging in you should be in the dashboard, clicking on where the red box below shows should enter into the internet section of the gateway.
+
+
+![internet selection](images/internet_sec.png)
+
+Clicking the arrow in the red box, then settings, as shown on the image, should take you to a page.
+
+![internet settings](images/wifi-settings.png)
+
+When opening the page, click enable (1), then after saving changes, click scan (2) and then lastly find the internet connection in the red box (3). Enter network credentials and click save changes. You can test if it works by trying to use the internet while connected to the gateway-network.
+
+![cofigure internet connection](images/network-settings.png)
+
+## Configure packet forwarder
+
+Clicking on configuration settings (1), then select packet forwarder (2), then scrolling down a bit, and open "choose from the available protocols" (3).
+
+![configure packet forwarder](images/configuration.png)
+
+Scrolling down you should see a site looking somewhat like the picture below. Make sure "Semtech UDP GWMP protocol is selected, and then enter the ip adress "129.241.150.176" into the selection bar under "server adress", like on the image. Make sure the port up/down in 1700. Remember to click "save changes" after.
+
+![set ip adress](images/udp-forwarder.png)
+
+## Website configuration
+
+Now all that remains is to add the gateway on the website. Open up the website on the link [https://powertracker.public.skyhigh.iik.ntnu.no](https://powertracker.public.skyhigh.iik.ntnu.no) and log in with your given credentials.
+
+Clicking gateways and system (1), then gateways(2) and lastly add new gateway (3).
+
+![Website moving](images/website-log.png)
+
+![Website adding gateway](images/add-gateway.png)
+
+The EUI can be found back on the gateway page. Click the button circled in red in the image below, and then clicking "overivew", also circled in red. You can then see the EUI there, copy it into the field "EUI" on the image above. Then give the gateway a name, and click "submit gateway".
+
+![EUI finding](images/EUI.png)
+
+After this the gateway should have been added, and you should be able to see it under the gateways section. Now the gateway is configured and ready to go. No more setup is needed. Sensors added through the website should start sending their data.
\ No newline at end of file
diff --git a/images/EUI.png b/images/EUI.png
new file mode 100644
index 0000000000000000000000000000000000000000..154acef32a5a83900b8504769f36fac6c2bb6b0f
Binary files /dev/null and b/images/EUI.png differ
diff --git a/images/add-gateway.png b/images/add-gateway.png
new file mode 100644
index 0000000000000000000000000000000000000000..cd9ec73912ffca2e82f26fff99abc06b90d2ed26
Binary files /dev/null and b/images/add-gateway.png differ
diff --git a/images/configuration.png b/images/configuration.png
new file mode 100644
index 0000000000000000000000000000000000000000..18758140b6de36ebaf6e6542e17735a991df6f04
Binary files /dev/null and b/images/configuration.png differ
diff --git a/images/gateway_note.jpg b/images/gateway_note.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..5dc033de9d27758db4e80bdeaeed78743e2e7096
Binary files /dev/null and b/images/gateway_note.jpg differ
diff --git a/images/internet_sec.png b/images/internet_sec.png
new file mode 100644
index 0000000000000000000000000000000000000000..a4ea80db3be7c29f17e2b682aea36bd915365ff8
Binary files /dev/null and b/images/internet_sec.png differ
diff --git a/images/network-settings.png b/images/network-settings.png
new file mode 100644
index 0000000000000000000000000000000000000000..255e6ec498d9760cb1797ab1845b018d2b96727c
Binary files /dev/null and b/images/network-settings.png differ
diff --git a/images/region.png b/images/region.png
new file mode 100644
index 0000000000000000000000000000000000000000..bd3e359e65b3f82ccdf94f923328946c928c4cf3
Binary files /dev/null and b/images/region.png differ
diff --git a/images/udp-forwarder.png b/images/udp-forwarder.png
new file mode 100644
index 0000000000000000000000000000000000000000..3de3439386d8818180075ed97b5e9339fb4a76b8
Binary files /dev/null and b/images/udp-forwarder.png differ
diff --git a/images/website-log.png b/images/website-log.png
new file mode 100644
index 0000000000000000000000000000000000000000..22cd7a13c235c005446d390791d1d9706ceb4c18
Binary files /dev/null and b/images/website-log.png differ
diff --git a/images/wifi-settings.png b/images/wifi-settings.png
new file mode 100644
index 0000000000000000000000000000000000000000..537f13a368ad60ca2f842b0f698e726993b53ac3
Binary files /dev/null and b/images/wifi-settings.png differ