diff --git a/docs/hardware/supported/heltec.md b/docs/hardware/supported/heltec.md
index 89bbc65b..9c199ef0 100644
--- a/docs/hardware/supported/heltec.md
+++ b/docs/hardware/supported/heltec.md
@@ -23,6 +23,8 @@ sidebar_label: Heltec
 
 [<img src="Heltec WiFi LoRa 32 (V2)" src="/img/hardware/heltec-v2.png" style={{zoom:'25%'}} />](/img/hardware/heltec-v2.png)
 
+[<img src="Heltec WiFi LoRa 32 (V2) Pinouts" src="/img/hardware/heltec_v2_pinmap.png" style={{zoom:'25%'}} />](/img/hardware/heltec_v2_pinmap.png)
+
 - There are two versions of the Heltec (V2). Below is a picture highlighting the visual differences:
 
 [<img src="Heltec WiFi LoRa 32 (V2)" src="/img/hardware/heltec_v2_vs_v21.png" style={{zoom:'25%'}} />](/img/hardware/heltec_v2_vs_v21.png)
diff --git a/docs/hardware/supported/lora.md b/docs/hardware/supported/lora.md
index 63435031..fda29a6e 100644
--- a/docs/hardware/supported/lora.md
+++ b/docs/hardware/supported/lora.md
@@ -21,6 +21,7 @@ sidebar_label: LILYGO® Lora
 
 [<img alt="LILYGO® TTGO Lora V1" src="/img/hardware/lora-v1.png" style={{zoom:'25%'}} />](/img/hardware/lora-v1.png)
 
+
 ## Lora V1.3
 
 - ESP32 - Wifi & Bluetooth
@@ -37,6 +38,7 @@ sidebar_label: LILYGO® Lora
 - [Purchase link](https://www.aliexpress.com/item/4000628100802.html)
 
 [<img alt="LILYGO® TTGO Lora V1.3" src="/img/hardware/lora-v1.3.png" style={{zoom:'25%'}} />](/img/hardware/lora-v1.3.png)
+[<img alt="LILYGO® TTGO Lora V1.3 pin map" src="/img/hardware/lora-v1.3_pinmap.webp" style={{zoom:'25%'}} />](/img/hardware/lora-v1.3_pinmap.webp)
 
 ## Lora V2.0
 
@@ -57,6 +59,7 @@ sidebar_label: LILYGO® Lora
 
 [<img alt="LILYGO® TTGO Lora V2" src="/img/hardware/lora-v2.0.png" style={{zoom:'25%'}} />](/img/hardware/lora-v2.0.png)
 
+
 ## Lora V2.1-1.6
 
 - ESP32 - Wifi & Bluetooth
diff --git a/docs/hardware/supported/tbeam.md b/docs/hardware/supported/tbeam.md
index aaca3760..75ffedac 100644
--- a/docs/hardware/supported/tbeam.md
+++ b/docs/hardware/supported/tbeam.md
@@ -24,6 +24,7 @@ sidebar_label: LILYGO® T-Beam
 
 [<img alt="LILYGO® TTGO T-Beam Meshtastic" src="/img/hardware/t-beam-meshtastic.png" style={{zoom:'25%'}} />](/img/hardware/t-beam-meshtastic.png)
 
+
 ## T-Beam - v0.7
 
 :::note
@@ -47,6 +48,8 @@ This is an earlier version of the T-Beam board, and due to changes in the design
 - [Purchase link](https://www.aliexpress.com/item/4000469332610.html)
 
 [<img alt="LILYGO TTGO T-Beam v0.7" src="/img/hardware/t-beam-v0.7.png" style={{zoom:'25%'}} />](/img/hardware/t-beam-v0.7.png)
+[<img alt="LILYGO TTGO T-Beam v0.7 pinmap" src="/img/hardware/t-beam_v0.7_pinmap.jpeg" style={{zoom:'25%'}} />](/img/hardware/t-beam_v0.7_pinmap.jpeg)
+
 
 ## T-Beam - V1.1
 
@@ -66,6 +69,8 @@ This is an earlier version of the T-Beam board, and due to changes in the design
 - [Purchase link](https://www.aliexpress.com/item/4001178678568.html)
 
 [<img alt="LILYGO® TTGO T-Beam v1.1" src="/img/hardware/t-beam-v1.1.png" style={{zoom:'35%'}} />](/img/hardware/t-beam-v1.1.png)
+[<img alt="LILYGO® TTGO T-Beam v1.1 pinmap" src="/img/hardware/t-beam_v1.1_pinmap.webp" style={{zoom:'35%'}} />](/img/hardware/t-beam_v1.1_pinmap.webp)
+
 
 ## T-Beam - M8N
 
diff --git a/static/img/hardware/heltec_v2_pinmap.png b/static/img/hardware/heltec_v2_pinmap.png
new file mode 100644
index 00000000..19b4bc96
Binary files /dev/null and b/static/img/hardware/heltec_v2_pinmap.png differ
diff --git a/static/img/hardware/lora-v1.3_pinmap.webp b/static/img/hardware/lora-v1.3_pinmap.webp
new file mode 100644
index 00000000..109c7319
Binary files /dev/null and b/static/img/hardware/lora-v1.3_pinmap.webp differ
diff --git a/static/img/hardware/t-beam_v0.7_pinmap.jpeg b/static/img/hardware/t-beam_v0.7_pinmap.jpeg
new file mode 100644
index 00000000..e36de0c9
Binary files /dev/null and b/static/img/hardware/t-beam_v0.7_pinmap.jpeg differ
diff --git a/static/img/hardware/t-beam_v1.1_pinmap.webp b/static/img/hardware/t-beam_v1.1_pinmap.webp
new file mode 100644
index 00000000..1d01c409
Binary files /dev/null and b/static/img/hardware/t-beam_v1.1_pinmap.webp differ