ELPM-S3LW / Connectivity
Three radios, three responsibilities.
How we prepare and verify this contentLoRa, Wi-Fi and BLE work well together only when each has an explicit role. LoRa can carry remote telemetry, BLE can handle nearby commissioning, and Wi-Fi can provide diagnostics or larger transfers. Leaving all radios available without rules increases power, attack surface and test complexity.
Choose the radio for the job, not the feature list.
| Radio | Typical role | System cost |
|---|---|---|
| LoRa | Small payloads over distance | Airtime, gateway/network, antenna |
| BLE | Local provisioning and service | Tool/app, pairing, proximity |
| Wi-Fi | LAN and larger data | Association, credentials, peaks |
A requirement-to-radio matrix should state payload, frequency, latency, distance and infrastructure availability. If two radios cover the same requirement, define the primary path and when fallback is allowed.
A disabled radio should remain disabled.
Define observable states: production, commissioning, normal operation, maintenance and recovery. During normal operation firmware enables only the required path and applies timeouts. Wi-Fi or BLE should not remain discoverable indefinitely merely because they might be useful one day.
Include scanning, association, handshake, receive windows and failures in the energy budget. In difficult environments, connection cost is not one successful transmission but the real distribution of attempts.
Every radio is also a trust boundary.
- Use separate identities and keys where protocols require them.
- Do not transfer Wi-Fi credentials in clear text during commissioning.
- Authorize commands, not only the radio connection.
- Define device revocation, update and recovery.
- Keep essential data and functions locally available where possible.
Multiple radios do not automatically make good RF.
ELPM-S3LW combines ESP32-S3 and SX1262, but antenna, matching, enclosure, ground plane, cables and supply noise belong to the final product. Test desense and coexistence even when radios are not intentionally transmitting together.
Integration still needs certification work. Having the transceivers does not automatically transfer certification to the final product. Plan pre-compliance and compliance for the actual hardware, antenna, firmware and markets.
Review the documented ELPM-S3LW radio interfaces.
ELPM-S3LW