Merge branch 'master' into add-seeed-images

This commit is contained in:
rcarteraz 2024-07-13 13:15:27 -07:00 committed by GitHub
commit db46eca38f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 175 additions and 63 deletions

View file

@ -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,8 +165,8 @@ 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 |
### [Seeed Wio-WM1110](./seeed-wm1110)

View file

@ -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.

View file

@ -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)

View file

@ -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";
<Tabs
groupId="station-buttons"
queryString="station-buttons"
defaultValue="g2"
values={[
{label: 'Station G1', value:'g1'},
{label: 'Station G2', value: 'g2'}
]}>
<TabItem value="g1">
## 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.
</TabItem>
<TabItem value="g2">
## 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.
</TabItem>
</Tabs>

View file

@ -0,0 +1,117 @@
---
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)
<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>

View file

Before

Width:  |  Height:  |  Size: 50 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View file

@ -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/"