KevsRobots Learning Platform
72% Percent Complete
By Kevin McAleer, 4 Minutes
Direct messages are one to one. Channels are how a group talks - a family, a hiking club, a village, or the whole regional network.
A channel in MeshCore is nothing more than a name and a shared secret key. Anyone holding the same key can read and post to the channel. There is no server, no membership list, no admin.
Why this matters: Adding someone to a channel means giving them the key. Removing someone means creating a new channel with a new key and giving that to everyone else. It is simple, robust, and entirely in your hands.
MeshCore ships with a well-known public channel that every node can use out of the box. Its key is not a secret - it is published so that strangers can find each other:
Hex: 8b3387e9c5cdea6ac9e5edbaa115cd72
Base64: izOH6cXN6mrJ5e26oRXNcg==
Note the third character of the Base64 string is a capital letter O, not a zero. That catches people out.
Use it for: saying hello to the local mesh, testing, emergencies, coordinating with strangers.
Do not use it for: anything private. Assume everyone within radio range can read it, because they can.
In the MeshCore app, add a channel and either generate a new random key or type in a shared one.
To share it with your group, the easiest route is a QR code - the app will generate one for you, and the other person scans it. No typing, no transcription errors.
A worked example - a family channel:
FamilyThis is the important technical detail.
Direct messages learn a path and then follow it, which is efficient. Channel messages cannot do that - a channel has no single destination, so every channel message floods across the mesh.
Why this matters:
set flood.max <hops>From the repeater console:
set flood.max 3
This caps how many hops a flooded packet will travel through your repeater. On a small local mesh, 3 is generous. On a dense regional network, operators sometimes go lower.
log start running on your repeater, post a channel message and then read the log. Can you see the flood?Problem: I typed the public channel key in and it does not work.
Solution: Check the third character of the Base64 key - it is a capital O, not a zero. Or use the hex version instead.
Why: The two characters are nearly identical in most fonts and it is the single most common transcription error.
Problem: My friend cannot see my channel messages.
Solution: Confirm you both have the exact same key, and that your radio settings match.
Why: A channel with a different key is a different channel, even if the name is identical. The name is only a label.
Problem: My channel messages take ages to arrive.
Solution: Nothing is wrong. Consider using a direct message instead.
Why: Channel messages flood, which means every repeater in range queues and retransmits them. On a busy mesh that queue can be long.
You can use the arrows ← → on your keyboard to navigate between lessons.
Comments