Hardware
General Guides
The one distinction that matters: ESP32 vs nRF52
Every popular mesh board pairs a LoRa radio (usually a Semtech SX1262) with one of two microcontroller families, and the choice drives battery life more than anything else you will configure later.
- ESP32 (including ESP32-S3): has WiFi and Bluetooth, cheap, everywhere. Also power hungry. Battery-only ESP32 nodes typically last a day or two. Fine on USB power, rough on batteries.
- nRF52840: Bluetooth LE only, no WiFi, dramatically lower idle draw. The same use case that flattens an ESP32 overnight runs for one to several weeks on an nRF52 board.
Rule of thumb: wall or USB powered, ESP32 is fine. Battery or solar, buy nRF52.
The common board families
- Heltec: the WiFi LoRa 32 series (V3, V4) is the cheap ESP32-S3 entry point with a small OLED. The Mesh Node T114 is their nRF52840 board and a favorite for battery nodes.
- RAK Wireless: the WisBlock RAK4631 (nRF52840) is modular: base board plus snap-on GPS, sensors, displays. Low quiescent draw makes it the default answer for solar repeaters.
- LilyGo: the T-Beam and T-Beam Supreme (ESP32 plus GPS) are classic tracker boards. The T-Echo is nRF52840 with an e-ink screen. The T-Deck is an ESP32-S3 with keyboard and screen for standalone messaging.
- Seeed Studio: the Wio Tracker L1 line and the SenseCAP Card Tracker T1000-E are nRF52840 devices; the T1000-E is credit-card sized with GPS.
Both ecosystems, same silicon
MeshCore and Meshtastic overlap heavily on supported hardware: the same Heltec, RAK, LilyGo, and Seeed boards appear on both projects' flasher lists. A board is not a commitment to one firmware; reflashing takes minutes from a browser. Check the specific board against each project's web flasher before buying, since support does differ at the edges.
Practical gotchas
- Never transmit without an antenna attached. Powering a board with no antenna can destroy the radio's power amplifier. Connect the antenna first, every time.
- Check JST battery polarity. Small LiPo packs with JST plugs do not have a standardized polarity, and some vendors wire the opposite of what your board expects. Verify with a meter against the markings on the board before plugging in. This mistake kills boards instantly.
- Match the antenna connector. Boards ship with SMA, RP-SMA, or a tiny U.FL/IPEX socket. U.FL is fragile and rated for a limited number of mating cycles, so plan on a pigtail to an external antenna rather than repeated swaps.
- Buy the right frequency variant. Boards are sold in band-specific versions (863-928 MHz vs 433 MHz). Get the one for your region's band. See the Frequencies & Regions guide.
What to actually buy first
Two cheap boards, not one: you cannot test a mesh with a single node. A pair of Heltec V3-class boards is the lowest-cost way to learn on USB power. If you already know you want a battery node or an always-on relay in a window, start with nRF52 (T114, RAK4631, T-Echo) and skip the battery disappointment.