This post was originally published at: https://blog.particle.io/2018/03/09/particle-mesh-101-device-roles-in-your-network/ and has been slightly modified for the new format and publication date.
Particle 3rd generation developer kits — the Argon, Boron, and Xenon — have a number of connectivity options to suite your specific IoT needs. The Argon and the Boron can be used as standalone devices for Wi-Fi and cellular respectively, or you can take advantage of their onboard 802.15.4 mesh radios to build local mesh networks.
This post focuses on the high-level concepts behind a Particle Mesh network. But before diving into the mesh, you'll find a high-level overview of each of the 3rd generation Particle devices. By the end of this post, you should be familiar with the three different types of device roles in Particle Mesh, and how they compare to the Wi-Fi devices you’re familiar with like access points and clients.
Particle 3rd generation developer kits
Particle Argon |
---|
The Argon is a powerful Wi-Fi enabled development kit that can act as either a standalone Wi-Fi endpoint or Wi-Fi enabled gateway for Particle Mesh networks. It is based on the Nordic nRF52840 and has built-in battery charging circuitry so it’s easy to connect a Li-Po and deploy your local network in minutes.
High-level specs
|
Particle Boron |
---|
The Boron LTE is a powerful LTE CAT-M1/NB1 enabled development kit that can act as either a standalone cellular endpoint or LTE enabled gateway for Particle Mesh networks. It is based on the Nordic nRF52840 and has built-in battery charging circuitry so it’s easy to connect a Li-Po and deploy your local network in minutes. High-level specs
|
Particle Xenon |
---|
The Xenon is a low cost mesh-enabled development kit that can act as either an endpoint or repeater within a Particle Mesh network. A good place to start with Particle Mesh is to learn about the different roles a device can take in the network.
High-level specs
|
Wi-Fi home network design
A typical home Wi-Fi network uses an access point (AP) to define the network. It’s responsible for creating a network SSID that clients like your phone and laptop can join. It also authenticates and provides IP addresses to clients on the network and routes their local network traffic to the internet.
Wi-Fi access points can |
---|
|
Most home networks have only one Wi-Fi AP and it’s connected directly to a cable, ISDN, or DSL modem. When the AP goes down, so does your connection to the internet. And that’s likely what you’ll notice first. But that’s not the only thing that happens to the network. All of the clients on the network lose their IP addresses and can no longer communicate with each other.
For most homes networks this downtime isn’t a catastrophic event. It’s simply time to read a book, not binge watch streaming video or browse the web. But with Particle Mesh, one device going offline will not take down the entire network. And that really matters for IoT networks, where downtime means data loss and potentially mission critical failure.
Particle Mesh network design
Particle Mesh networks use devices called gateways and repeaters to create the basic infrastructure of the network. They are a bit like Wi-Fi APs, but they can also do a lot more.
Both gateways and repeaters can create a local mesh network. They handle authentication and IP provisioning for devices that join the network. And they are responsible for routing and managing local network traffic.
Gateways can also route local traffic to external networks and the internet. This also makes them similar to a Wi-Fi APs.
Repeaters focus on the local mesh network and work together to get data where it needs to go. The more repeaters that you add to a network the larger and more resilient it becomes.
Particle Mesh gateways can | Particle Mesh repeaters can |
---|---|
|
|
With Particle Mesh, both gateways and repeaters work well when more than one of them are deployed on the same network. In fact, a network with multiple gateways and repeaters is more resilient because gateways and repeaters know how to share the responsibility of routing network traffic.
And while it is possible to mimic some of Particle Mesh’s features in Wi-Fi, you’d need a networking guru on staff to set it up and constantly manage it. In Particle Mesh, these features are fundamental to the protocol and design. You simply don’t get that with traditional Wi-Fi.
Endpoints connect to sensors & actuators
The final type of device in a Particle Mesh network are endpoints. These devices focus on interacting with the physical world and are not burdened with creating a network or routing its traffic.
Particle Mesh endpoints can |
---|
|
In practice, these are the devices closest to the things you want to monitor and control. A typical endpoint deployment is one where it’s wired to external sensors or controlling motors.
Endpoints can run off battery power and can enter low-power sleep states. Both qualities are great for when it’s hard to find an outlet.
Which Particle Mesh hardware should I use?
Now that you know a bit about the different device roles in a Particle Mesh network, you’re likely wondering which roles the Argon, Boron, and Xenon in your network should take. That’s something you can read about in this 102 post.
Top Comments