mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-13 15:01:19 -08:00
centered ctas on getting started page
This commit is contained in:
parent
9e282bc430
commit
b5ebdc6c77
|
@ -14,22 +14,25 @@ The radios automatically create a mesh to forward packets as needed, so everyone
|
|||
|
||||
Meshtastic uses LoRa for the long range communications and depending on settings used, the maximum theoretical group size ranges from 30-200 device nodes. Currently, each device can only support a connection from a single user at a time.
|
||||
|
||||
<Link
|
||||
className={'button button--outline button--lg cta--button'}
|
||||
to={'/docs/about'}>
|
||||
Learn More
|
||||
</Link>
|
||||
<div className="indexCtasBody">
|
||||
<Link
|
||||
className={'button button--outline button--lg cta--button'}
|
||||
to={'/docs/about'}>
|
||||
Learn More
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
## Purchase a Radio
|
||||
|
||||
The easiest way is to [buy a device with the software already installed](https://www.aliexpress.com/item/4001178678568.html). Other devices are [available](/docs/hardware/supported/tbeam). In the Americas get the 915MHz version, in Europe the 868MHz, or Asia 923MHz. See this listing by [The Things Network](https://www.thethingsnetwork.org/docs/lorawan/frequencies-by-country.html) for frequencies by specific countries.
|
||||
|
||||
<Link
|
||||
className={'button button--outline button--lg cta--button'}
|
||||
to={'/docs/hardware'}>
|
||||
Purchase Hardware
|
||||
</Link>
|
||||
|
||||
<div className="indexCtasBody">
|
||||
<Link
|
||||
className={'button button--outline button--lg cta--button'}
|
||||
to={'/docs/hardware'}>
|
||||
Purchase Hardware
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
## Setup the Radio
|
||||
|
||||
|
@ -53,11 +56,13 @@ If your device already has Meshtastic flashed to it, you can update it over the
|
|||
|
||||
The manual firmware installation method will also depend on whether you have an ESP32 based device or a nRF52 based device. See our [hardware section](/docs/hardware) to determine which microcontroller your device is based on.
|
||||
|
||||
<Link
|
||||
className={'button button--outline button--lg cta--button'}
|
||||
to={'/docs/getting-started/flashing-firmware'}>
|
||||
Flash Firmware
|
||||
</Link>
|
||||
<div className="indexCtasBody">
|
||||
<Link
|
||||
className={'button button--outline button--lg cta--button'}
|
||||
to={'/docs/getting-started/flashing-firmware'}>
|
||||
Flash Firmware
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
## Connect to your Device
|
||||
|
||||
|
@ -69,6 +74,15 @@ There are many ways to connect to your new radio!
|
|||
- Bluetooth
|
||||
- Web app over Wifi (in development)
|
||||
|
||||
<div className="indexCtasBody">
|
||||
<Link
|
||||
className={'button button--outline button--lg cta--button'}
|
||||
to={'/docs/getting-started/clients'}>
|
||||
Connect to Node
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
|
||||
### A good first test (connect via USB and CLI)
|
||||
|
||||
If you have at least two radios with the Meshtastic firmware, you may consider connecting one via USB and the other battery powered. Communicate with the USB radio using a CLI like [Meshtastic-python](https://meshtastic.org/docs/software/python/python-installation).
|
||||
|
|
Loading…
Reference in a new issue