meshtastic/docs/hardware/devices/b-and-q-consulting/nano/buttons.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

77 lines
1.9 KiB
Plaintext

---
id: buttons
title: Nano Series Hardware Buttons
sidebar_label: Buttons
sidebar_position: 1
---
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
## Device
<Tabs
groupId="nano-series"
defaultValue="g2"
values={[
{label: 'Nano G2 Ultra', value:'g2'},
{label: 'Nano G1 Explorer', value: 'g1-e'},
{label: 'Nano G1', value: 'g1'}
]}>
<TabItem value="g2">
### Nano G2 Ultra
#### Buttons
- **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 (_soft off_).
- **Message Read Button:**
- **Single press:** Clears the New Message LED.
#### Switches
- **Power:**
- **Toggle Up:** Turns on the device.
- **Toggle Down:** Turns off the device.
- **Location Pin:**
- **Toggle Up:** Sets GPS to operating mode.
- **Toggle Down:** Sets GPS to low power mode.
- **Bell:**
- **Toggle Up:** Selects Buzzer for Enhanced Message Notification Circuit.
- **Toggle Down:** Selects LED for Enhanced Message Notification Circuit.
</TabItem>
<TabItem value="g1-e">
### Nano G1 Explorer
#### Buttons
- **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.
- **Message Read Button:**
- **Single press:** Clears the New Message LED.
### Switches
- **Power:**
- **Toggle Up:** Turns on the device.
- **Toggle Down:** Turns off the device.
- **Location Pin:**
- **Toggle Up:** Sets GPS to operating mode.
- **Toggle Down:** Sets GPS to low power mode.
- **Bell:**
- **Toggle Up:** Selects Buzzer for Enhanced Message Notification Circuit.
- **Toggle Down:** Selects LED for Enhanced Message Notification Circuit.
</TabItem>
<TabItem value="g1">
</TabItem>
</Tabs>