mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
create index
This commit is contained in:
parent
7bdcdb5516
commit
0e5e37f3f8
|
@ -1,7 +0,0 @@
|
|||
label: Devices
|
||||
collapsible: true
|
||||
position: 1
|
||||
link:
|
||||
type: generated-index
|
||||
title: Supported Devices
|
||||
slug: supported-hardware
|
32
docs/hardware/devices/index.mdx
Normal file
32
docs/hardware/devices/index.mdx
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
id: devices
|
||||
title: Devices
|
||||
sidebar_label: Devices
|
||||
sidebar_position: 1
|
||||
---
|
||||
|
||||
## Supported Devices
|
||||
|
||||
### [RAK Wisblock](./rak/)
|
||||
Modular hardware system with multiple Base and Core modules including the low-power and solar ready nRF52840-based Meshtastic Starter Kit.
|
||||
|
||||
### [LILYGO® T-Beam](./tbeam/)
|
||||
Boards come complete with GPS, 18650 holder, and optional screen.
|
||||
|
||||
### [LILYGO® T-Echo](./techo/)
|
||||
All-in-one unit with E-Ink screen, GPS and battery in injection-molded case. Features the low-power nRF52840 for long battery life.
|
||||
|
||||
### [LILYGO® Lora](./lora/)
|
||||
Inexpensive basic ESP32-based boards.
|
||||
|
||||
### [HELTEC® LoRa 32](./heltec/)
|
||||
Inexpensive basic ESP32-based boards.
|
||||
|
||||
### [Station G1](./station-g1/)
|
||||
High power LoRa transceiver designed for Meshtastic Licensed HAM operation.
|
||||
|
||||
### [Nano Series](./nano/)
|
||||
Portable and durable devices designed for Meshtastic.
|
||||
|
||||
### [Raspberry Pi Pico](./raspberry-pi/)
|
||||
Fast versatile boards using the RP2040
|
|
@ -48,6 +48,10 @@
|
|||
"source": "/docs/software/android/android-installation",
|
||||
"destination": "/docs/software/android/installation"
|
||||
}
|
||||
{
|
||||
"source": "/docs/hardware/devices/Nano%20Series/",
|
||||
"destination": "/docs/hardware/devices/nano/"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue