mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 06:59:45 -08:00
32 lines
1.8 KiB
Plaintext
32 lines
1.8 KiB
Plaintext
---
|
|
id: screens
|
|
title: Screens
|
|
sidebar_label: Screens
|
|
sidebar_position: 2
|
|
---
|
|
|
|
A number of devices have screens capable of displaying the messages received, information about the mesh, and other details. On powering the device it will display the Meshtastic splash screen with the version number for a couple of seconds:
|
|
|
|
![Splash screen](/img/screen/mesh-splash.jpg)
|
|
|
|
The screen is split up into pages, through which you can navigate using the program button as described above. The first page to be displayed will be the message screen where received messages are displayed along with the name of the node it came from. The devices will automatically switch to this page when a new message is received.
|
|
|
|
![Message page](/img/screen/mesh-message.jpg)
|
|
|
|
The next pages display information about the nodes that are currently on the mesh. This includes the distance and direction to that node, the signal strength, and the time last seen.
|
|
|
|
![Node page](/img/screen/mesh-node1.jpg) ![Node page](/img/screen/mesh-node2.jpg)
|
|
|
|
The next page shows information about the device, battery power, current / total nodes, number of GPS satellites seen, channel name, last digits of the MAC address, and a brief log including the names of the last nodes to join the mesh.
|
|
|
|
![Channel page](/img/screen/mesh-channel.jpg)
|
|
|
|
The final page shows current battery voltage and percent charge, as well as noting how long the device has been online and the current GPS time, and GPS location.
|
|
|
|
![GPS page](/img/screen/mesh-gps.jpg)
|
|
|
|
If the device WiFi has been enabled (only possible on ESP32 devices), another page appears displaying information about the WiFi settings, IP address, and number of devices connected to the WiFi.
|
|
|
|
![WiFi page](/img/screen/mesh-wifi.jpg)
|
|
|
|
With a further press of the program button, the screen will cycle round to the message page. |