Which LoRaWAN activation method is generally recommended for production deployments?
B — OTAA (Over-The-Air Activation) — credentials negotiated at pairing
OTAA is the recommended method for production because the end device and the Network Server exchange a Join Request and Join Accept at start-up and derive the session keys dynamically; session keys can be rotated on a rejoin, and downlink security is stronger. A (ABP) hard-codes DevAddr, NwkSKey and AppSKey at manufacturing — it is simpler for lab testing but the session keys never change, which is a long-term vulnerability and prevents network migration. C (no activation) is impossible: LoRaWAN frames are always authenticated by AES-CMAC, so a device without keys cannot participate. D (WPA2) is a Wi-Fi security protocol completely unrelated to LoRaWAN, which uses AES-128 in CMAC/CTR modes instead.
If you absolutely must use ABP for legacy reasons, plan a frame-counter management strategy from day one — losing frame counters across a Network Server reboot is the most common reason an ABP fleet stops working.
- A.ABP (Activation By Personalization) — hard-coded credentials
- B.OTAA (Over-The-Air Activation) — credentials negotiated at pairing✓
- C.No activation at all
- D.WPA2
LoRaWAN bank in preparation
The full LoRaWAN bank isn't available yet. Drop your email to get notified at launch and grab an early-bird discount.
Join the waitlist →See the 9 other LoRaWAN practice questions
Related questions
- An important distinction must be made: "LoRa" is the physical-layer radio modulation (CSS, Chirp Spread Spectrum, proprietary to Semtech), whereas "LoRaWAN" is the MAC-layer protocol and network architecture (an open standard from the LoRa Alliance) built on top of LoRa.1. Architecture · LoRa vs LoRaWAN
- LoRaWAN uses a "star-of-stars" topology: each end device transmits unidirectionally toward ALL in-range gateways, the gateways forward the packet to the Network Server, which deduplicates the copies; there is no mesh between end devices.1. Architecture · Star-of-Stars-Topologie
- As of 2026, the main public LoRaWAN operators in France are: Orange Live Objects (near-nationwide coverage), Bouygues Objenious (in sunset), Helium Network (community-driven) and Loriot (Swiss-based commercial Network Server vendor, not a public carrier). In addition, many deployments are run on private networks (dedicated infrastructure).6. Network providers · Öffentliche Betreiber
- For critical IoT deployments (smart city, industrial sites, fleet asset tracking), private LoRaWAN networks are often preferred over public operators: full infrastructure control, contractual SLA, stronger security and no commercial dependency on a third-party operator.6. Network providers · Öffentlich vs. Privat
- Typical LoRaWAN smart-city use cases include: smart water meters, parking-bay occupancy sensors, fill-level sensors for waste bins, public-lighting telemonitoring, air-quality stations, EV charger monitoring (status and energy readings — not the OCPP charge-control protocol) and flood alerts — a typical LoRaWAN sensor costs between EUR 30 and EUR 150.7. Use cases · Smart City