# mbed-ble

> BLE with Mbed OS. Bluetooth.

- Skill: `ssrjkk/mbed-ble` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add ssrjkk/mbed-ble`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ssrjkk/mbed-ble/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ssrjkk (https://skillmd.com/u/ssrjkk)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/ssrjkk/mbed-ble

---


# Mbed OS BLE

> BLE with Mbed OS. Bluetooth.

## Quick Start
```cpp
# Mbed OS BLE
# See Mbed OS docs
```

## When to Use
- Building applications with Mbed OS
- Bluetooth
- beacons
- peripheral

## Step-by-Step
1. Install: `npm install mbed`
2. Set up Mbed OS
3. Configure BLE
4. Implement features
5. Test and verify

## Dependencies
- Mbed OS >= latest stable
- Runtime environment
- Dependencies as needed

## Examples
```cpp
# Mbed OS BLE
# See Mbed OS documentation
```

## Resources
- Official Mbed OS documentation
- Community tutorials
- GitHub repositories

## Validation
- Run: `mbed --version`
- Test with sample data
- Verify output correctness

