mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Merge pull request #611 from rcarteraz/update-buttons
Update all button pages under hardware / Fix table in lora.mdx
This commit is contained in:
commit
46af10d029
|
@ -66,17 +66,16 @@ In most cases you should use zero here. Units are in dBm.
|
||||||
|
|
||||||
### Bandwidth
|
### Bandwidth
|
||||||
|
|
||||||
Bandwidth in kHz
|
|
||||||
|
|
||||||
Certain bandwidth numbers are 'special' and will be converted by the device firmware to the appropriate floating point value:
|
Certain bandwidth numbers are 'special' and will be converted by the device firmware to the appropriate floating point value:
|
||||||
| Special Value | Interpreted as |
|
|
||||||
| :---: | :---: |
|
| Special Value | Interpreted As |
|
||||||
| 31 | 31.25kHz |
|
| :-----------: | :------------: |
|
||||||
| 62 | 62.5kHz |
|
| 31 | 31.25 kHz |
|
||||||
| 200 | 203.125kHz |
|
| 62 | 62.5 kHz |
|
||||||
| 400 | 406.25kHz |
|
| 200 | 203.125 kHz |
|
||||||
| 800 | 812.5kHz |
|
| 400 | 406.25 kHz |
|
||||||
| 1600 | 1625.0kHz |
|
| 800 | 812.5 kHz |
|
||||||
|
| 1600 | 1625.0 kHz |
|
||||||
|
|
||||||
Please be aware that values < 62.5kHz may require a TCXO on some hardware devices.
|
Please be aware that values < 62.5kHz may require a TCXO on some hardware devices.
|
||||||
|
|
||||||
|
|
|
@ -7,9 +7,9 @@ sidebar_position: 3
|
||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
||||||
- **Reset Button**
|
- **Reset Button (bottom):**
|
||||||
- _**Single press**_ resets the device.
|
- **Single press:** Resets the device.
|
||||||
- **Program button**
|
- **User/Program Button (top):**
|
||||||
- _**Single press**_ changes the page of information displayed on the screen.
|
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
||||||
- _**Long press**_ adjusts the contrast of the screen.
|
- **Single press:** Changes the information page displayed on the device's screen.
|
||||||
- _**Triple press**_ sends a broadcast message of the device position.
|
- **Double press:** Sends an adhoc ping of the device's position to the network.
|
||||||
|
|
|
@ -7,9 +7,9 @@ sidebar_position: 3
|
||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
||||||
- **Reset Button**
|
- **Reset Button:**
|
||||||
- _**Single press**_ resets the device.
|
- **Single press:** Resets the device.
|
||||||
- **Program button**
|
- **User/Program Button:**
|
||||||
- _**Single press**_ changes the page of information displayed on the screen.
|
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
||||||
- _**Long press**_ adjusts the contrast of the screen.
|
- **Single press:** Changes the information page displayed on the device's screen.
|
||||||
- _**Triple press**_ sends a broadcast message of the device position.
|
- **Double press:** Sends an adhoc ping of the device's position to the network.
|
||||||
|
|
|
@ -15,10 +15,9 @@ import { bell } from "@heroicons/react/24/solid";
|
||||||
|
|
||||||
### Buttons
|
### Buttons
|
||||||
|
|
||||||
- **Program Button:**
|
- **User/Program Button:**
|
||||||
- **Single press:** Changes the information page displayed on the device's screen.
|
- **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.
|
- **Double press:** Sends an adhoc ping of the device's position to the network.
|
||||||
- **Long press:** Signals the device to shutdown after 5 seconds.
|
|
||||||
- **Message Read Button:**
|
- **Message Read Button:**
|
||||||
- **Single press:** Clears the New Message LED.
|
- **Single press:** Clears the New Message LED.
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ sidebar_position: 1
|
||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
||||||
- **Program button**
|
- **User/Program Button:**
|
||||||
- _**Single press**_ changes the page of information displayed on the screen.
|
- **Single press:** Changes the information page displayed on the device's screen.
|
||||||
- _**Long press**_ adjusts the contrast of the screen.
|
- **Double press:** Sends an adhoc ping of the device's position to the network.
|
||||||
- _**Triple press**_ sends a broadcast message of the device position.
|
|
||||||
|
|
|
@ -11,20 +11,20 @@ Button functionality for RAK devices greatly depends on the device specific conf
|
||||||
|
|
||||||
### RAK5005-O / RAK19007 / RAK19003
|
### RAK5005-O / RAK19007 / RAK19003
|
||||||
|
|
||||||
- **Program button**
|
- **Reset Button:**
|
||||||
- _**Single press**_ changes the page of information displayed on the screen.
|
- **Single press:** Resets the device.
|
||||||
- _**Double press (nRF52 only)**_ puts the device in bootloader mode and mounts a drive to your computer.
|
- **Double press:** Put device into bootloader mode.
|
||||||
- _**Long press**_ signals the device to shutdown.
|
- **User/Program(if configured):**
|
||||||
- _**Triple press**_ sends a broadcast message of the device position.
|
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
||||||
|
- **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.
|
||||||
|
|
||||||
### RAK19001
|
### RAK19001
|
||||||
|
|
||||||
- **Program button**
|
- **Reset Button:**
|
||||||
|
- **Single press:** Resets the device.
|
||||||
- _**Single press**_ changes the page of information displayed on the screen.
|
- **Double press:** Put device into bootloader mode.
|
||||||
- _**Double press (nRF52 only)**_ puts the device in bootloader mode and mounts a drive to your computer.
|
- **User/Program Button (if configured):**
|
||||||
- _**Long press**_ signals the device to shutdown.
|
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
||||||
- _**Triple press**_ sends a broadcast message of the device position.
|
- **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.
|
||||||
- **User Button**
|
|
||||||
- _Not yet implemented by Meshtastic_
|
|
||||||
|
|
|
@ -7,7 +7,6 @@ sidebar_position: 1
|
||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
|
||||||
- **Program button**
|
- **User/Program Button:**
|
||||||
- _**Single press**_ changes the page of information displayed on the screen.
|
- **Single press:** Changes the information page displayed on the device's screen.
|
||||||
- _**Long press**_ adjusts the contrast of the screen.
|
- **Double press:** Sends an adhoc ping of the device's position to the network.
|
||||||
- _**Triple press**_ sends a broadcast message of the device position.
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ sidebar_position: 3
|
||||||
- **Long press:** Powers the device on or off.
|
- **Long press:** Powers the device on or off.
|
||||||
- **Reset Button (right):**
|
- **Reset Button (right):**
|
||||||
- **Single press:** Resets the device.
|
- **Single press:** Resets the device.
|
||||||
- **Program button (middle):**
|
- **User/Program Button (middle):**
|
||||||
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
- **Long press:** Will signal the device to shutdown after 5 seconds.
|
||||||
- **Single press:** Changes the information page displayed on the device's screen.
|
- **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.
|
- **Double press:** Sends an adhoc ping of the device's position to the network.
|
||||||
|
|
Loading…
Reference in a new issue