NX15 FAQ
This page collects common questions for NX15 Series BLE module development.
FAQ is the main place for troubleshooting. Other pages should keep only short troubleshooting notes and link back here when deeper explanation is needed.
General
What is the NX15 Series?
NX15 Series is a compact BLE module family for low-power IoT and embedded wireless applications.
For a short product overview, see:
Where should I start?
Start with:
Hardware Bring-up
The board does not power on. What should I check?
Check:
| Area | Check |
|---|---|
| Power | Confirm VDD_nRF is within the recommended range |
| Ground | Confirm all GND pads are connected |
| Decoupling | Confirm bypass capacitors are placed close to VDD pads |
| Short circuit | Check for solder bridge or assembly issue |
| Current limit | Confirm the power supply is not current-limited too low |
See:
I cannot flash firmware. What should I check?
Check:
| Signal | Check |
|---|---|
| SWDIO | Routed correctly and accessible |
| SWDCLK | Routed correctly and accessible |
| GND | Common ground between debugger and target |
| NRESET | Accessible and not held low unexpectedly |
| Power | Target board is powered correctly |
See:
BLE Operation
The device does not appear in a BLE scanner. What should I check?
Possible causes:
| Cause | Check |
|---|---|
| Firmware not running | Check LED, log, or debug session |
| Advertising not enabled | Check application configuration |
| Wrong board target | Confirm pin and board configuration |
| RF issue | Check antenna design and module placement |
| Power issue | Check supply stability during radio activity |
See:
BLE signal is weak. What should I check?
Check the antenna path first.
| Variant | Check |
|---|---|
| NX15i | Antenna keep-out, PCB edge placement, nearby metal, battery position |
| NX15E | u.FL connector, RF trace, antenna cable, external antenna placement |
See:
Low Power
Current consumption is higher than expected. What should I check?
Common causes:
| Cause | Check |
|---|---|
| Device not sleeping | Confirm firmware enters low-power state |
| Advertising too often | Increase advertising interval if possible |
| Connection interval too short | Adjust interval based on latency requirement |
| Debug logs active | Reduce or disable logs in release firmware |
| External sensors active | Put sensors into sleep mode |
| LEDs active | Disable LEDs in low-power mode |
See:
Should I optimize hardware or firmware first?
Both matter, but the practical order is:
- Confirm hardware power path is correct.
- Confirm firmware can enter sleep.
- Disable unused peripherals.
- Measure current on real hardware.
- Adjust BLE timing and application behavior.
Antenna
Should I choose chip antenna or u.FL?
Use the model selection and antenna design pages.
General rule:
| Option | Use When |
|---|---|
| Chip antenna | You need compact design and can follow keep-out requirements |
| u.FL antenna | You need external antenna placement or better control of antenna position |
See:
Can I place metal or battery near the antenna?
Avoid placing metal, shield cans, batteries, or dense copper near the antenna area. These can reduce range or make RF behavior unstable.
See:
Thread / Matter
Does NX15 support Matter?
NX15 can be used for Matter over Thread depending on the selected software stack and firmware configuration.
See:
Should I use BLE, Thread, or Matter?
It depends on the application.
| Need | Consider |
|---|---|
| Phone connection or local configuration | BLE |
| Low-power mesh network | Thread |
| Smart home interoperability | Matter over Thread |
| Existing 802.15.4 ecosystem | Zigbee or Thread, depending on requirement |
Production and Validation
What should I validate before production?
At minimum, validate:
| Area | Check |
|---|---|
| Power | Stable supply and expected current |
| Firmware | Correct board configuration and reliable boot |
| BLE | Advertising / connection behavior |
| Antenna | RF performance in final enclosure |
| Low power | Sleep and average current |
| Programming | SWD or production flashing access |
| Assembly | Soldering, handling, and inspection process |