ENUMERATING RADIOS, BOARDS, AND POWER SYSTEMS...
STATUS: READY
LORA HARDWARE :: NODES, GATEWAYS, AND SENSORS
> The processor, antenna, power source, enclosure, and protocol determine the real result.
THE MAIN BUILDING BLOCKS
Generates and receives the LoRa signal. Common families include SX127x, SX126x, LR11xx, and SX128x for 2.4 GHz.
Runs the firmware and application. ESP32 boards provide Wi-Fi and high flexibility; nRF52 boards usually provide lower power consumption.
Includes the antenna, matching network, connector, coaxial cable, ground plane, and installation position.
USB, Li-ion/Li-Po battery, 18650 cell, solar panel, charger, regulator, and low-power sleep strategy.
Temperature, humidity, pressure, air quality, contact sensors, motion, GNSS position, or external serial devices.
Protects the electronics while preserving antenna performance, ventilation, service access, and waterproofing.
RADIO CHIP FAMILIES
Older and widely supported LoRa transceivers. Common on first-generation maker boards and many existing Meshtastic devices.
Newer low-power generation with strong link performance. Frequently used on current development boards and battery-powered nodes.
LoRa Edge family adding features such as GNSS and Wi-Fi scanning support for geolocation workflows.
LoRa transceiver for the global 2.4 GHz band. Smaller antennas and different propagation, but not the usual EU 868 MHz setup.
COMMON DEVICE CATEGORIES
Examples include Heltec WiFi LoRa 32 and LilyGo T-Beam. Flexible, easy to reflash, and useful for experiments.
RAK WisBlock / WisMesh designs combine an efficient MCU with modular sensors, power boards, and radio modules.
Devices such as the SenseCAP T1000-E integrate battery, GNSS, sensors, enclosure, and internal antennas.
A permanently powered or solar node placed high to improve mesh coverage. Stability and antenna placement matter more than a screen.
Uses a multi-channel concentrator to receive several LoRa channels and spreading factors simultaneously, then forwards packets to a network server.
A small application-specific device optimized for sleep current, periodic measurements, and controlled transmissions.
MESHTASTIC NODE VS LORAWAN GATEWAY
Runs Meshtastic firmware, exchanges or repeats mesh packets, and normally uses a single LoRa transceiver.
Bridges LoRaWAN radio traffic to an IP network and network server. It is infrastructure, not simply another sensor node.
PROCESSOR CHOICE
ESP32 / ESP32-S3
+ Wi-Fi and Bluetooth
+ Easy development and displays
+ Good for gateways, dashboards, and experimentation
- Higher energy consumption
nRF52840 / nRF52 family
+ Very low power consumption
+ Excellent for battery and solar nodes
+ Bluetooth Low Energy
- Usually less convenient for Wi-Fi-dependent projects
POWER DESIGN
- Measure sleep current instead of trusting the board description.
- Displays, GNSS, Wi-Fi, LEDs, and voltage regulators can dominate consumption.
- Use a protected cell and a charger suitable for the battery chemistry.
- For solar nodes, size the battery for several days without sun.
- Some power banks switch off when the load current is too low.
- Cold temperatures reduce usable battery capacity.
ENCLOSURE AND OUTDOOR USE
Use a suitable IP-rated enclosure, cable glands, a drip loop, and condensation management. A sealed box can still accumulate moisture.
Plastic is generally antenna-friendly. Metal enclosures shield the radio unless the antenna is mounted externally.
BUYING CHECKLIST
[ ] Correct frequency variant for the region
[ ] Firmware supports the exact board revision
[ ] Antenna connector type identified
[ ] Correct antenna supplied or purchased separately
[ ] Battery connector polarity verified
[ ] Sleep current suitable for the project
[ ] GNSS, screen, sensors, and buttons actually needed
[ ] Enclosure and charging method defined
[ ] Legal transmit power and regional profile configurable
[ ] Replacement parts and documentation available
THREE PRACTICAL BUILDS
Ready-made tracker, internal battery, internal antenna, Bluetooth configuration, and GNSS only when needed.
Development board powered by USB, external 868 MHz antenna near a window or outside, and optional MQTT/Wi-Fi functions.
Low-power nRF52 platform, external antenna mounted high, protected battery, solar charge controller, and weatherproof enclosure.