meshtastic/docs/hardware/devices/b-and-q-consulting/station-series/index.mdx
rcarteraz fcc74c59ce
Restructure Hardware Pages (#1404)
* hide the mess! (#3)

* initial changes to folder structure

* redirect tests

* fix links

* fix links and redirects

* fix link and remove redirects for now

* fixing more broken links

* updates

* more broken links

* trunk fmt

* really forked something up

* another broken link

* really forked something up

* fixing links again

* LINKS FINALLY FIXED, added missing seeed devices

* stupid vs code

* I really hate vs code

* honestly, I despise vs code

* I want to kick vs code

* All this extra work for what

* spacing

* I really want to curse vs code

* spacing

* spacing

* Renamed folder

* had to go nuclear to fix

* trunk fmt

* add heltec vision master series

* fixing links

* test redirect

* need to rename heltec folder to allow for redirects

* needed to change raspberry-pi to raspberrypi

* oops fix links

* add chatter to index

* redirects -- I think this is comprehensive

* pesky comma

* no

* remove images

* smaller images

* indents and white spaces

* remove weird {" "}

* remove large photo

* add smaller image, use image that wasn't being used
2024-09-02 12:42:29 -07:00

118 lines
3.3 KiB
Plaintext

---
id: station-series
title: Station Series
sidebar_label: Station Series
sidebar_position: 2
---
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)
<Tabs
groupId="station-series"
queryString="station-series"
defaultValue="g2"
values={[
{label: 'Station G1', value:'g1'},
{label: 'Station G2', value: 'g2'}
]}>
<TabItem value="g1">
:::info
The Station G1 has been discontinued and replaced by the upgraded Station G2. The Station G1 remains a supported device.
:::
## 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)
</TabItem>
<TabItem value="g2">
## 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)
</TabItem>
</Tabs>