finish adding nano g1 explorer and fix order

This commit is contained in:
rcarteraz 2023-04-15 12:56:49 -07:00 committed by Sacha Weatherstone
parent d702a05be5
commit 3cc33ce8e2
8 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@
id: lora
title: LILYGO® TTGO Lora Devices
sidebar_label: LILYGO® Lora
sidebar_position: 6
sidebar_position: 3
---
import Tabs from "@theme/Tabs";

View file

@ -2,14 +2,14 @@
id: buttons
title: Hardware Buttons
sidebar_label: Buttons
sidebar_position: 3
sidebar_position: 1
---
import { power } from "@heroicons/react";
import { information_circle } from "@heroicons/react";
import { envelope_open } from "@heroicons/react";
import { map_pin } from "@heroicons/react";
import { bell } from "@heroicons/react";
import { power } from "@heroicons/react/24/solid";
import { information_circle } from "@heroicons/react/24/solid";
import { envelope_open } from "@heroicons/react/24/solid";
import { map_pin } from "@heroicons/react/24/solid";
import { bell } from "@heroicons/react/24/solid";
## Functionality

View file

@ -2,7 +2,7 @@
id: nano-g1-explorer
title: Nano G1 Explorer
sidebar_label: Nano G1 Explorer
sidebar_position: 5
sidebar_position: 6
---
The Nano G1 Explorer, powered by Meshtastic, is a significant upgrade from the Nano G1. It incorporates the latest RF technologies from B&Q Consulting, featuring a new internal wide-band LoRa antenna that can support frequencies ranging from 815 MHz to 940 MHz. With this new antenna, combined with an optimized wide-band LoRa RF frontend circuit, the Nano G1 Explorer is capable of working with the majority of LoRa frequency bands worldwide without the need for antenna changes. The device's design also takes into account the potential impact of the human body on its antenna performance, ensuring optimal RF performance even when carried in a pocket.

View file

@ -2,7 +2,7 @@
id: buttons
title: Hardware Buttons
sidebar_label: Buttons
sidebar_position: 3
sidebar_position: 1
---
## Functionality

View file

@ -2,7 +2,7 @@
id: nano-g1
title: Nano G1 device
sidebar_label: Nano G1
sidebar_position: 4
sidebar_position: 5
---
The Nano G1 is the first dedicated hardware device to be designed from scratch purely for Meshtastic by Neil Hao. It has been designed to be small and compact with the inclusion of a high quality internal PCB antenna.

View file

@ -2,7 +2,7 @@
id: buttons
title: Hardware Buttons
sidebar_label: Buttons
sidebar_position: 3
sidebar_position: 1
---
## Functionality

View file

@ -2,7 +2,7 @@
id: station-g1
title: Station G1 device
sidebar_label: Station G1
sidebar_position: 3
sidebar_position: 4
---
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.

View file

@ -2,7 +2,7 @@
id: tbeam
title: LILYGO® TTGO T-Beam Devices
sidebar_label: LILYGO® T-Beam
sidebar_position: 5
sidebar_position: 2
---
import Tabs from "@theme/Tabs";