mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-02-21 03:25:51 -08:00
updates from feedback, new section
This commit is contained in:
parent
97aaf9eeec
commit
423a1b9268
|
@ -4,7 +4,7 @@ description: "Learn how to make your Meshtastic device stand out with custom emo
|
|||
slug: meshtastic-emoji-short-names
|
||||
authors: crichton
|
||||
tags: ["meshtastic", "customization", "emoji"]
|
||||
date: "2024-12-04T17:00"
|
||||
date: 2024-12-04T17:00
|
||||
hide_table_of_contents: false
|
||||
image: "/img/blog/image-8.webp"
|
||||
---
|
||||
|
@ -30,7 +30,7 @@ Once you’ve saved the changes, your device will appear with your custom emoji
|
|||
Customizing your `Short Name` with emojis isn’t just a quirky feature—it’s a creative way to express the purpose or personality of your device. For instance:
|
||||
|
||||
- If your node’s Long Name is **“Crichton’s Car”**, you could set the `Short Name` to 🚗.
|
||||
- Deploying a node near your campsite? 🏕️ would be perfect.
|
||||
- Using a node to monitor weather conditions? 🌤️ could be a great choice.
|
||||
- Setting up a device for a hiking trip? Try 🥾 or 🌲.
|
||||
|
||||
This adds both customization and a unique identity, making it easier for others to recognize your device in the network. For example, each emoji can convey the purpose or personality of the node, adding a touch of creativity to your setup.
|
||||
|
@ -41,9 +41,9 @@ This adds both customization and a unique identity, making it easier for others
|
|||
|
||||
The possibilities are endless. You can pick emojis based on:
|
||||
|
||||
- **Location**: A 🌊 for coastal areas, 🏜️ for deserts, or 🏔️ for mountain regions.
|
||||
- **Purpose**: 📡 for a relay node, 🏠 for a home base station, or 🛶 for boating adventures.
|
||||
- **Personality**: 😎 for a cool vibe, 💡 for an innovative setup, or 🧙♂️ for something magical.
|
||||
- **Travel**: 🛫 for air travel, ⛴️ for a cruise, or 🚂 for train adventures.
|
||||
- **Personality**: 😎 for a cool vibe, 💡 for an innovative setup, or 🧙 for something magical.
|
||||
|
||||
The nodes list becomes much more visually engaging and easier to navigate when each node is represented by a unique emoji. It’s a fun and functional way to distinguish between devices at a glance.
|
||||
|
||||
|
@ -53,6 +53,26 @@ The nodes list becomes much more visually engaging and easier to navigate when e
|
|||
> style={{ maxHeight: "400px", width: "auto" }}
|
||||
> />
|
||||
|
||||
## Emoji Short Names and Waypoints on the Map 🗺️
|
||||
|
||||
The fun doesn’t stop at the nodes list! On the **Mesh Map**, nodes with emoji `Short Names` stand out, making it easy to quickly identify them at a glance. For nodes without emojis, the alphanumeric `Short Name` will be displayed instead. Check out the example below to see how emoji `Short Names` add a visual pop to the map:
|
||||
|
||||
> <img
|
||||
> src="/img/blog/image-11.webp"
|
||||
> alt="Mesh Map with Emoji Short Names"
|
||||
> style={{ maxHeight: "400px", width: "auto" }}
|
||||
> />
|
||||
|
||||
In addition to `Short Names`, waypoints can also use emojis. Waypoints are a great way to mark specific locations on the map, like trailheads, campsites, or meeting points. By adding an emoji to your waypoint, it becomes both functional and fun to use. For example:
|
||||
|
||||
- 🏕️ for a campsite.
|
||||
- 🏞️ for a scenic view.
|
||||
- 🍔 for a planned lunch spot.
|
||||
|
||||
Waypoints are another creative way to make the map uniquely yours, enhancing both usability and personality.
|
||||
|
||||
## Share Your Emoji Creations! 💬
|
||||
|
||||
We’d love to see how you’ve personalized your Meshtastic devices! Share your most creative and functional emoji `Short Names` in the comments below. Whether it’s 🐕 for a dog-tracking node, 🎸 for a festival setup, or 🤖 for a robotics project, show off your unique style!
|
||||
|
||||
_Note: While emojis can add a creative touch, not all emojis mentioned in this blog post are guaranteed to be compatible with the 4-byte limitation enforced by Meshtastic firmware._
|
||||
|
|
Loading…
Reference in a new issue