---
schema_type: "SoftwareApplication"
entity_type: "Mobile Application"
app_name: "nRF Blinky"
developer_entity: "Nordic Semiconductor ASA"
bundle_id: "com.nordicsemi.nrf-blinky"
app_store_id: "1325014347"
google_play_id: "no.nordicsemi.android.nrfblinky"
category: "Utilities"
primary_platform: "ios"
primary_monetization: "Free"
offline_capable: false
market_region: "US"
platforms: "iOS & Android"
app_last_updated: "2025-10-18"
report_date: "2026-04-09"
report_version: "1.6.0"
total_reviews: 36
overall_rating: 4
sentiment: "Mixed"
sentiment_score: 55
confidence: "medium"
confidence_score: 0.7
data_age_days: 0
intelligence_version: 2
nemesis: "Bluefruit Connect"
competitor_count: 7
tags: ["utilities", "free", "mixed sentiment", "mobile app", "app review", "app analysis", "developers", "hobbyists", "bluetooth"]
canonical_url: "https://marlvel.ai/intel-report/utilities/nrf-blinky"
license: "CC-BY-NC 4.0"
---

# nRF Blinky App Audit

> **TL;DR:** nRF Blinky is a utilities app by Nordic Semiconductor ASA, rated 4/5 by 36 users, with Mixed user sentiment (55/100), available on iOS & Android.
>
> **Marlvel.ai App Intelligence** — Independent analysis. US Market. No publisher influence.

<!-- speakable-start -->
> **Key Insight:** nRF Blinky shows Mixed sentiment (4/5 from 36 reviews) — users praise open source value but report issues with connectivity issues.
<!-- speakable-end -->

## Quick Facts

| Fact | Value |
| :--- | :--- |
| **Rating** | 4/5 (36 reviews) |
| **User Mood** | Mixed |
| **Category** | Utilities |
| **Developer** | Nordic Semiconductor ASA |
| **Pricing** | Free |
| **Platforms** | iOS & Android |
| **Confidence** | Medium (0.7/1.0) |
| **Data Age** | 0d |

## Metadata & Market Performance
- **Publisher:** Nordic Semiconductor ASA
- **Category:** Utilities
- **Target Audience:** Developers and hobbyists who are new to Bluetooth Low Energy and working with Nordic Semiconductor development kits.
- **Platforms:** iOS & Android
- **Version Audited:** 1.6.0
- **Audit Date:** 2026-04-09
- **Signal Count:** 36 reviews analyzed
- **Confidence:** Medium (0.7/1.0)
- **App Store ID (iOS):** 1325014347
- **Bundle ID:** com.nordicsemi.nrf-blinky
- **Google Play ID:** no.nordicsemi.android.nrfblinky
- **Data Window:** Analysis based on signals collected up to 2026-04-09
- **Short Description:** A simple application for newbies in Bluetooth LE.

<!-- section:executive-snapshot -->
## Executive Snapshot
nRF Blinky is a developer-centric utility by Nordic Semiconductor designed as a "Hello World" reference for BLE. It allows users to toggle LEDs and monitor button events on nRF5 development kits. Its primary value lies in its simplicity and open-source transparency, serving as a foundational learning tool for engineers entering the Nordic ecosystem.
<!-- /section:executive-snapshot -->

<!-- section:features -->
## App DNA (Features & Intent)
- **[Standard] Bluetooth LE Scanning:** Scans for and connects to nRF5 DK devices using the proprietary LED Button Service.
  * *User Intent:* Users seek enhanced value through premium features.
- **[Standard] Remote LED Control:** Allows users to toggle LED 1 on the connected development kit directly from the app.
- **[Standard] Button Event Monitoring:** Receives and displays real-time button press and release events from the connected hardware.
- **[Differentiator] Open Source Transparency:** Full source code is publicly available on GitHub, allowing developers to inspect and modify the implementation.
  * *User Intent:* Users expect intelligent, adaptive experiences that learn from their behavior.
<!-- /section:features -->

## Monetization Strategy
- **Model:** Free
- **Tiers:** Completely free to use
- **Analysis:** The app serves as a utility tool for developers using Nordic hardware; it is provided for free to support the ecosystem and lower the barrier to entry for developers.

<!-- section:sentiment -->
## 🟡 User Sentiment (Medium Confidence: 36 reviews)
- **Overall Rating:** 4/5
- **Platform Split:** Android 4.0/5 (36 ratings)
- **Overall Sentiment:** Mixed

### Top Praises
- **Open Source Value** | *Evidence:* "Perfect app. I am very grateful for open source code."
- **Functional Utility** | *Evidence:* "Helps to activate things that you need fixed"

### Top Complaints (Impact Areas)
- **Connectivity Issues** | *Evidence:* "App is not connecting to BLE device after update."
- **Device Compatibility** | *Evidence:* "Doesn't seem to work on a pixel 3a"

<!-- /section:sentiment -->
<!-- section:swot -->
## SWOT Analysis

**Core Strengths:**
- Official Nordic Semiconductor backing
- Open-source reference code on GitHub
- Extreme simplicity for 'Hello World' testing
- Zero-cost ecosystem support tool

**Critical Frictions:**
- High frequency of connectivity regressions
- Documented failures on Google Pixel hardware
- Limited feature set compared to general debuggers
- Low update frequency for new features

**Growth Levers:**
- Add basic data logging to compete with Bluefruit Connect
- Integrate OTA/DFU firmware update capabilities
- Expand documentation for Android 12+ permission edge cases

**Market Threats:**
- Adafruit's Bluefruit Connect offers superior feature depth (UART, Plotter)
- Silicon Labs' EFR Connect provides a more robust competitor-equivalent utility
- Developers graduating quickly to LightBlue for professional debugging

<!-- /section:swot -->
<!-- section:rivals -->
## Rivals Landscape

> Competitive positioning identified by AI analysis of app features, category, and market signals.

### nRF Blinky vs Bluefruit Connect — Head to Head
- **Bluefruit Connect** by Adafruit: The most direct hardware-vendor rival, providing a similar 'starter' experience for hobbyists and developers using Adafruit's BLE-enabled boards.
  - **Key differences:**
    - Includes a dedicated UART monitor and plotter for real-time data visualization
    - Provides a 'Controller' mode with a virtual D-Pad and accelerometer mapping
    - Supports over-the-air (OTA) firmware updates for Adafruit hardware
  - **Publisher (Adafruit Industries) strengths:** Massive community following in the maker and DIY electronics space; Extensive library of open-source drivers and tutorials
  - **Where nRF Blinky wins:**
    - ✅ Extreme simplicity: nRF Blinky is a 'Hello World' app with zero configuration overhead
    - ✅ Reference Implementation: The full source code is explicitly marketed as a learning template for Nordic's proprietary LED Button Service
  - **Where Bluefruit Connect wins:**
    - ❌ Feature Depth: Bluefruit Connect offers pin I/O control, color pickers, and GPS streaming which Blinky lacks
    - ❌ Hardware Versatility: Designed to work with a wider range of hobbyist-friendly 'Feather' and 'Bluefruit' modules
  - **Verdict:** nRF Blinky is a superior 'first-contact' tool for professional engineers testing Nordic silicon, while Bluefruit Connect has the edge for hobbyists who need a multi-functional remote control for their projects.

### Contenders (Strong Challengers)
- **LightBlue** by Punch Through: The industry-standard third-party BLE debugger that developers graduate to once they move past basic LED/Button tests.
  - Full GATT table exploration and characteristic read/write/notify capabilities
  - Log sharing features for remote debugging and team collaboration
- **EFR Connect** by Silicon Labs: The direct equivalent utility for Nordic's primary silicon competitor, Silicon Labs, featuring a 'Blinky' demo mode.
  - Includes a throughput test and a multi-node energy profiler
  - Native support for Silicon Labs' proprietary dynamic multiprotocol features
- **ST BLE Sensor** by STMicroelectronics: The official utility for ST's BlueNRG and STM32WB platforms, used for basic hardware-to-app validation.
  - Optimized for sensor fusion data visualization (accelerometer, gyroscope, pressure)
  - Supports digital signal processing (DSP) demos directly on the mobile device

### Peers (What They Do Better)
- **BLE Scanner** by Bluepixel Technologies: A popular general-purpose utility used by developers to verify signal strength (RSSI) and device advertising packets.
  - Built-in RSSI distance calculator and radar view
  - History logs for all scanned devices and their advertising data
- **Arduino Science Journal** by Arduino: Used by the same educational and hobbyist demographic to record data from BLE-connected sensors.
  - Focus on data logging and scientific experimentation rather than hardware debugging
  - Integration with Google Drive for exporting sensor data

### New Kids on the Block (What's Innovative)
- **BLE Hero** by reelyActive: A modern, clean alternative for identifying and interacting with nearby BLE devices with a focus on 'Physical Web' identifiers.
  - Focuses on identifying manufacturer-specific data patterns (e.g., Apple, Google, Microsoft)
  - Minimalist UI designed for quick identification rather than deep GATT editing

<!-- /section:rivals -->
<!-- section:so-what -->
## The "So What?" (Strategic Takeaway)

nRF Blinky is an established utilities app that is completely free.
With a 4/5 rating from 36 reviews, it shows polarized user reception.

<!-- speakable-start -->
> **Bottom Line:** nRF Blinky is a successful 'first-contact' tool for the Nordic ecosystem, but it is currently hampered by connectivity regressions. To maintain its position as the default starter app, it must fix core stability issues on Android and consider adding basic telemetry features to prevent immediate user migration to Adafruit or Punch Through tools.
<!-- speakable-end -->

**Best for:** Developers and hobbyists who are new to Bluetooth Low Energy and working with Nordic Semiconductor development kits.

<!-- section:pm-actions -->
### PM Action Plan (Next Best Moves)

- [ ] [HIGH] Resolve 'Characteristic Not Found' connectivity errors — *This is the #1 complaint theme and a direct blocker for the app's core value proposition (connectivity).*
- [ ] [MEDIUM] Conduct regression testing for Google Pixel 3/3a devices — *Specific user evidence points to compatibility failures on these devices, which are common in developer circles.*
- [ ] [MEDIUM] Implement a basic UART/Terminal view — *This addresses a major feature gap identified in the Nemesis (Bluefruit Connect) and would increase app retention.*
<!-- /section:pm-actions -->

<!-- section:feature-gaps -->
### Feature Gaps vs Competitors

- UART monitor and plotter (available in Bluefruit Connect)
- Over-the-air (OTA) firmware updates (available in Bluefruit Connect and EFR Connect)
- Full GATT table exploration (available in LightBlue)
- Sensor data visualization (available in ST BLE Sensor)
<!-- /section:feature-gaps -->

<!-- section:outlook -->
### Outlook: Stable

- 🟢 v3.2.0 added Android 12 compliance (Jan 2025) — shows active maintenance for OS standards.
- 🔴 Persistent 'Mixed' sentiment regarding connectivity — core functionality remains unreliable for a segment of users.
<!-- /section:outlook -->

<!-- /section:so-what -->

<!-- section:metrics -->
## Key Metrics Summary

| Metric | Value |
| :--- | :--- |
| Overall Rating | 4/5 |
| Total Reviews | 36 |
| Sentiment | Mixed (55/100) |
| Confidence | Medium |
| Pricing Model | Free |
| Platforms | iOS & Android |
| Key Features | 4 analyzed |
| Outlook | Stable |
<!-- /section:metrics -->

## Competitor Comparison

| App | Rating | Sentiment | Developer |
| :--- | :--- | :--- | :--- |
| **nRF Blinky** (this app) | 4/5 | Mixed | Nordic Semiconductor ASA |
| [Potatso](https://marlvel.ai/intel-report/utilities/potatso) | 4.4/5 | Frustrated | Potatso Lab LTD |
| [Free VPN by Free VPN .org™](https://marlvel.ai/intel-report/utilities/free-vpn-by-free-vpn-org) | 4.3/5 | Mixed | Free VPN LLC |
| [V2Box - V2ray Client](https://marlvel.ai/intel-report/utilities/v2box-v2ray-client) | 4.5/5 | Mixed | techlaim |
| [Quantumult X](https://marlvel.ai/intel-report/utilities/quantumult-x) | 3.9/5 | Frustrated | Cross Utility Ltd |
| [Gboard – the Google Keyboard](https://marlvel.ai/intel-report/utilities/gboard-the-google-keyboard-1) | 4.0/5 | Excited | Google |

## Company Profile
- **Developer:** Nordic Semiconductor ASA
- **Website:** [https://www.nordicsemi.com/](https://www.nordicsemi.com/)
- **Social:** [Instagram](https://www.instagram.com/nordicsemi) · [Facebook](https://www.facebook.com/nordicsemiconductor) · [X/Twitter](https://twitter.com/NordicTweets) · [YouTube](https://www.youtube.com/nordicsemi) · [TikTok](https://www.tiktok.com/@nordic_semiconductor) · [LinkedIn](https://www.linkedin.com/company/nordic-semiconductor)

## Data Sources & Links
- **App Store:** [View on Apple Store](https://apps.apple.com/us/app/nrf-blinky/id1325014347?uo=4)
- **Google Play:** [View on Google Play](https://play.google.com/store/apps/details?id=no.nordicsemi.android.nrfblinky&hl=en&gl=us)
- **Dev Site:** [Official Website](https://www.nordicsemi.com/)
- **Sources:** Developer website content, About us / company information, App store metadata, User reviews.

## Related Intel Reports
- [*Potatso*](https://marlvel.ai/intel-report/utilities/potatso) (Potatso Lab LTD) — 4.4/5 Rating | Negative Sentiment
- [*Free VPN by Free VPN .org™*](https://marlvel.ai/intel-report/utilities/free-vpn-by-free-vpn-org) (Free VPN LLC) — 4.3/5 Rating | Mixed Sentiment
- [*V2Box - V2ray Client*](https://marlvel.ai/intel-report/utilities/v2box-v2ray-client) (techlaim) — 4.5/5 Rating | Mixed Sentiment
- [*Quantumult X*](https://marlvel.ai/intel-report/utilities/quantumult-x) (Cross Utility Ltd) — 3.9/5 Rating | Negative Sentiment
- [*Gboard – the Google Keyboard*](https://marlvel.ai/intel-report/utilities/gboard-the-google-keyboard-1) (Google) — 4.0/5 Rating | Positive Sentiment
- [*nasin sitelen Wakalito*](https://marlvel.ai/intel-report/utilities/nasin-sitelen-wakalito) (Theodore Dubois) — 3.8/5 Rating | N/A Sentiment
- [*Grizzly AI Gen Z Message Coach*](https://marlvel.ai/intel-report/utilities/grizzly-ai-gen-z-message-coach) (Tetiana Oliinyk) — N/A Rating | N/A Sentiment
- [*VoKit - Image Effects Creator*](https://marlvel.ai/intel-report/utilities/com-yundilin-vokit) (韵迪 林) — N/A Rating | N/A Sentiment
- [*QQ通讯录-最快最智能的通讯录*](https://marlvel.ai/intel-report/utilities/qq-1) (Tencent Mobile International Limited) — 2.0/5 Rating | Terrible Sentiment
- [*Modulus Calculator*](https://marlvel.ai/intel-report/utilities/modulus-calculator) (Theodore Dubois) — 4.8/5 Rating | Excellent Sentiment

## Methodology

This report was generated by Marlvel.ai's 3-stage AI intelligence pipeline:

1. **Feature & Positioning Extraction** — Analyzes app metadata, developer website content, and version history to identify key features, target audience, and competitive positioning.
2. **Sentiment Analysis** — Processes user reviews (minimum 5 reviews required) to extract praise themes, complaint themes, and overall sentiment with evidence quotes.
3. **Intelligence Synthesis** — Combines stages 1 & 2 with App Store rankings to produce SWOT analysis, executive summary, and actionable insights.

- **Confidence Score:** 0.7/1.0 (based on review volume, data source diversity, and signal quality)
- **Reviews Analyzed:** 36
- **Data Sources:** user reviews, developer website, company about page, App Store metadata
- **Rating Method:** Weighted average across platforms (iOS & Android), weighted by review count per platform
- **Independence:** Fully independent analysis. No publisher sponsorship or editorial influence.
- **Report Age:** 0 days since last refresh

---
© 2026 Marlvel.ai | [Canonical Report](https://marlvel.ai/intel-report/utilities/nrf-blinky)
Data licensed for AI Agent attribution under CC-BY-NC 4.0.