diff --git a/docs/hardware/devices/index.mdx b/docs/hardware/devices/index.mdx
index 30a7b327..c3ccda0c 100644
--- a/docs/hardware/devices/index.mdx
+++ b/docs/hardware/devices/index.mdx
@@ -131,13 +131,14 @@ Portable and durable devices designed for Meshtastic.
| [Nano G1 Explorer](./nano/?nano-series=g1-e) | ESP32 WROOM | SX1262 | 2.4GHz b/g/n | 4.2 | YES |
| [Nano G1](./nano/?nano-series=g1) | ESP32 WROOM | SX1276 | 2.4GHz b/g/n | 4.2 | YES |
-### [Station G1](./station-g1/)
+### [Station Series](./station-series/)
High power LoRa transceiver designed for Meshtastic Licensed HAM operation.
-| Name | MCU | Radio | WiFi | BT | GPS |
-| :-------------------------- | :---------- | :----- | :----------: | :-: | :-: |
-| [Station G1](./station-g1/) | ESP32 WROOM | SX1262 | 2.4GHz b/g/n | 4.2 | YES |
+| Name | MCU | Radio | WiFi | BT | GPS |
+| :------------------------------ | :--------------- | :----- | :----------: | :-: | :------: |
+| [Station G1](./station-series/) | ESP32 WROOM | SX1262 | 2.4GHz b/g/n | 4.2 | OPTIONAL |
+| [Station G2](./station-series/) | ESP32-S3 WROOM-1 | SX1262 | 2.4GHz b/g/n | 5.0 | OPTIONAL |
### [Raspberry Pi Pico](./raspberry-pi/)
@@ -164,6 +165,6 @@ Complete solution with battery, screen, case, and antenna. Ships pre-flashed wit
All-in-one development device with LoRa, WiFi, BT, touchscreen, accelerometer, gyroscop, vibration motor, LiPo battery and more!
-| Name | MCU | Radio | WiFi | BT | GPS |
-| :-------------------- | :--------------- | :----- | :--: | :-: | :-: |
+| Name | MCU | Radio | WiFi | BT | GPS |
+| :------------------- | :--------------- | :----- | :--: | :-: | :-: |
| [unPhone](./unPhone) | ESP32-S3-WROOM-1 | RF950W | YES | 5.0 | NO |
diff --git a/docs/hardware/devices/station-g1/buttons.mdx b/docs/hardware/devices/station-g1/buttons.mdx
deleted file mode 100644
index fdb0f39f..00000000
--- a/docs/hardware/devices/station-g1/buttons.mdx
+++ /dev/null
@@ -1,12 +0,0 @@
----
-id: buttons
-title: Station G1 Hardware Buttons
-sidebar_label: Buttons
-sidebar_position: 1
----
-
-## Functionality
-
-- **User/Program Button:**
- - **Single press:** Changes the information page displayed on the device's screen.
- - **Double press:** Sends an adhoc ping of the device's position to the network.
diff --git a/docs/hardware/devices/station-g1/index.mdx b/docs/hardware/devices/station-g1/index.mdx
deleted file mode 100644
index cda2cff5..00000000
--- a/docs/hardware/devices/station-g1/index.mdx
+++ /dev/null
@@ -1,45 +0,0 @@
----
-id: station-g1
-title: Station G1 device
-sidebar_label: Station G1
-sidebar_position: 9
----
-
-The Station G1 is the second dedicated hardware device to be designed from scratch purely for Meshtastic Licensed (HAM) Operation by Neil Hao. It has been designed to be small and compact with the inclusion of 35dBm high power PA.
-
-## Specifications
-
-- **MCU**
- - ESP32 WROOM (WiFi & Bluetooth)
- - Bluetooth 4.2
-- **LoRa Transceiver**
- - Semtech SX1262
- - Additional 35dBm LoRa Power Amplifier to boost transmit power
-- **Frequency options**
- - US-915 MHz
- - EU-868 MHz
-- **Navigation Module**
- - ATGM336H-5N-71 (Supports GPS, BDS and GLONASS)
-- **Antenna**
- - SMA Socket
-- **Connectors**
- - USB-C
-
-## Features
-
-- Meshtastic pre-installed
-- User button
-- 1.3 inch OLED screen
-- Optional GPS Module and IO Extension Socket
-- Optional [12V Battery Docker](https://shop.uniteng.com/product/12v-battery-docker-for-station-edition-g1/) which can be used as Backup Power, or in scenarios that require mobility
-
-## Resources
-
-- Firmware file: `firmware-station-g1-X.X.X.xxxxxxx.bin`
-- [Unit Engineering's Official Wiki](https://uniteng.com/wiki/doku.php?id=meshtastic:station)
-- Purchase Links:
- - International
- - [Official Store](https://shop.uniteng.com/product/meshtastic-mesh-device-station-edition/)
- - [Official Tindie Store](https://www.tindie.com/products/neilhao/meshtastic-mesh-device-station-edition/)
-
-![Station G1](/img/hardware/station-g1.webp)
diff --git a/docs/hardware/devices/station-series/buttons.mdx b/docs/hardware/devices/station-series/buttons.mdx
new file mode 100644
index 00000000..2c7d45d4
--- /dev/null
+++ b/docs/hardware/devices/station-series/buttons.mdx
@@ -0,0 +1,47 @@
+---
+id: buttons
+title: Station Series Hardware Buttons
+sidebar_label: Buttons
+sidebar_position: 1
+---
+
+import Tabs from "@theme/Tabs";
+import TabItem from "@theme/TabItem";
+
+
+
+
+
+## Functionality
+
+- **User/Program Button:**
+ - **Single press:** Changes the information page displayed on the device's screen.
+ - **Double press:** Sends an adhoc ping of the device's position to the network.
+
+
+
+
+
+## Functionality
+
+- **User/Program Button:**
+ - **Single press:** Changes the information page displayed on the device's screen.
+ - **Double press:** Sends an adhoc ping of the device's position to the network.
+ - **Long press:** Will signal the device to shutdown after 5 seconds.
+- **Firmware Download Button:** Places device into Firmware Download Mode.
+ 1. Press and hold Firmware Download Button.
+ 2. Then single press Reset Button.
+ 3. Finally release the Firmware Download Button.
+- **Reset Button:**
+ - **Single press:** Resets the device.
+
+
+
+
diff --git a/docs/hardware/devices/station-series/index.mdx b/docs/hardware/devices/station-series/index.mdx
new file mode 100644
index 00000000..ab0f1930
--- /dev/null
+++ b/docs/hardware/devices/station-series/index.mdx
@@ -0,0 +1,111 @@
+---
+id: station-series
+title: Station Series
+sidebar_label: Station Series
+sidebar_position: 9
+---
+
+import Tabs from "@theme/Tabs";
+import TabItem from "@theme/TabItem";
+
+The Station series of devices, designed by Neil Hao from B&Q Consulting and powered by Meshtastic, are compact and durable LoRa devices designed for high-performance radio frequency communication. They feature a powerful PA for LoRa communication, a rugged SMA antenna socket, and a variety of external IO interfaces.
+
+For more comprehensive information on the Station Series of devices, be sure to visit the B&Q Consulting Station Series [Wiki page.](https://wiki.uniteng.com/en/meshtastic/station-g2)
+
+
+
+
+
+## Specifications
+
+- **MCU**
+ - ESP32 WROOM
+ - WiFi
+ - Bluetooth 4.2
+- **LoRa Transceiver**
+ - Semtech SX1262
+ - Additional 35dBm LoRa Power Amplifier
+- **Frequency options**
+ - US-915 MHz
+ - EU-868 MHz
+- **Navigation Module**
+ - Optional
+- **Antenna**
+ - SMA Socket
+- **Connectors**
+ - USB-C (PD Protocol)
+
+## Features
+
+- Meshtastic pre-installed
+- User button
+- 1.3 inch OLED screen
+- Optional GPS Module and IO Extension Socket
+- Optional [12V Battery Docker](https://shop.uniteng.com/product/12v-battery-docker-for-station-edition-g1/) which can be used as Backup Power, or in scenarios that require mobility
+
+## Resources
+
+- Firmware file: `firmware-station-g1-X.X.X.xxxxxxx.bin`
+- [Unit Engineering's Official Wiki](https://uniteng.com/wiki/doku.php?id=meshtastic:station)
+- Purchase Links:
+ - International
+ - [Official Store](https://shop.uniteng.com/product/meshtastic-mesh-device-station-edition/)
+ - [Official Tindie Store](https://www.tindie.com/products/neilhao/meshtastic-mesh-device-station-edition/)
+
+![Station G1](/img/hardware/station-series/station-g1.webp)
+
+
+
+
+
+## Specifications
+
+- **MCU**
+ - ESP32-S3 WROOM-1
+ - WiFi
+ - Bluetooth 5.0
+- **LoRa Transceiver**
+ - Semtech SX1262
+ - Additional 35dBm LoRa Power Amplifier
+ - Dedicated Ultra-Low Noise Figure LNA
+- **Frequency options**
+ - 864 - 928 MHz
+- **Navigation Module**
+ - Optional (1x GROVE GPS Socket)
+- **Antenna**
+ - SMA Socket
+- **Connectors**
+ - USB-C (PD Protocol)
+
+## Features
+
+- Meshtastic pre-installed
+- User button
+- 1.3 inch OLED screen
+- 1x5P Pitch=1.5mm Socket (9V-19V External Power Supply)
+- GROVE I2C Socket( 1x4P Pitch=2mm )
+- SparkFun QWIIC I2C Socket ( 1x4P Pitch=1mm )
+- GROVE GPS Socket ( 1x4P Pitch=2mm )
+- IO Extension Socket ( 1x10P Pitch=1.5mm )
+
+## Resources
+
+- Firmware file: `firmware-station-g2-X.X.X.xxxxxxx.bin`
+- [Unit Engineering's Official Wiki](https://uniteng.com/wiki/doku.php?id=meshtastic:station)
+- Purchase Links:
+ - International
+ - [Official Store](https://shop.uniteng.com/product/meshtastic-mesh-device-station-edition/)
+ - [Official Tindie Store](https://www.tindie.com/products/neilhao/meshtastic-mesh-device-station-edition/)
+
+![Station G2 Front](/img/hardware/station-series/station-g2-front.webp)
+![Station G2 Back](/img/hardware/station-series/station-g2-back.webp)
+
+
+
diff --git a/static/img/hardware/station-g1.webp b/static/img/hardware/station-series/station-g1.webp
similarity index 100%
rename from static/img/hardware/station-g1.webp
rename to static/img/hardware/station-series/station-g1.webp
diff --git a/static/img/hardware/station-series/station-g2-back.webp b/static/img/hardware/station-series/station-g2-back.webp
new file mode 100644
index 00000000..762d2a1d
Binary files /dev/null and b/static/img/hardware/station-series/station-g2-back.webp differ
diff --git a/static/img/hardware/station-series/station-g2-front.webp b/static/img/hardware/station-series/station-g2-front.webp
new file mode 100644
index 00000000..391a4b36
Binary files /dev/null and b/static/img/hardware/station-series/station-g2-front.webp differ
diff --git a/vercel.json b/vercel.json
index 51b14d20..afbb715b 100644
--- a/vercel.json
+++ b/vercel.json
@@ -45,6 +45,10 @@
"source": "/docs/hardware/supported-hardware/",
"destination": "/docs/hardware/devices/"
},
+ {
+ "source": "/docs/hardware/devices/station-g1/",
+ "destination": "/docs/hardware/devices/station-series/"
+ },
{
"source": "/docs/legal/trademark/",
"destination": "/docs/legal/licensing-and-trademark/"