蓝牙5.4低功耗:

市场上主流的供货方和解决方案:

  • TI
  • SiLabs: BG22, BG24, BG21
  • Nordic Semi. : nRF5340, nrf52*,

https://www.nordicsemi.com/Products/Wireless/Bluetooth-Low-Energy

Best-in-class Bluetooth Low Energy SoCs

Bluetooth Low Energy flagship SoC

The nRF5340 SoC is our Bluetooth Low Energy flagship. It is the first SoC in the nRF53 Series and is the world’s first wireless SoC with two Arm Cortex-M33 processors. The combination of two flexible processors and the advanced feature set make it the ideal choice for LE Audio, advanced wearables, and other complex IoT applications. The nRF5340 is an all-in-one SoC, including a superset of the most prominent nRF52 Series features. Features like Bluetooth 5.4, high-speed SPI, QSPI, USB, up to 105 °C operating temperature, and more, are combined with more performance, memory and integration, while minimizing current consumption. It also offers security features such as trusted execution, root-of-trust and secure key storage.

Supports an extensive range of wireless protocols

The nRF5340 is a Bluetooth 5.4 SoC and is capable of taking all angle-of-arrival (AoA) and angle-of-departure roles (AoD) in Bluetooth Direction Finding. It also supports LE Audio, Long Range, high-throughput 2 Mbps and Advertising Extensions features. Mesh protocols like Bluetooth mesh, Thread and Zigbee can be run concurrently with Bluetooth Low Energy, enabling smartphones to provision, commission, configure and control mesh nodes. NFC, ANT, 802.15.4 and 2.4 GHz proprietary protocols are also supported.

nRF52 Series

The nRF52 Series consists of seven multiprotocol Bluetooth 5.4 SoCs that integrate a powerful yet efficient 64 MHz Arm Cortex-M4 CPU. Flash memory range from 192 KB to 1024 KB while RAM range from 24 KB to 256 KB. The nRF52 Series offers simpler cost-effective options and highly-advanced options, all with ultra-low power consumption. The nRF52 Series is truly the ideal platform for basing a product portfolio upon. The similar hardware and software architecture results in excellent software portability, increasing software reusability and lowering time-to-market and development cost.

All-flash based SoCs

The nRF52 and nRF53 Series are all-flash based SoCs. Flash memory brings complete flexibility and upgradability to your products. They can be re-programmed in the factory or in the field with over-the-air device firmware upgrades (OTA DFU). This enables product updates and feature additions any time, anywhere.

Product overview webinar

All Bluetooth LE On-Demand webinars





SciTech-EECS-Wireless-BLE(Bluetooth Low Energy)5.4- Nordic Semi. 的Bluetooth Low Energy SoCs的更多相关文章

  1. Overview and Evaluation of Bluetooth Low Energy: An Emerging Low-Power Wireless Technology

    转自:http://www.mdpi.com/1424-8220/12/9/11734/htm Sensors 2012, 12(9), 11734-11753; doi:10.3390/s12091 ...

  2. Bluetooth Low Energy介绍

    目录 1. 介绍 2. 协议栈 3. 实现方案 3.1 硬件实现方案 3.2 软件实现方案 1. 介绍 Bluetooth low energy,也称BLE(低功耗蓝牙),在4.0规范中提出 BLE分 ...

  3. 【分享】iTOP4412开发板-Bluetooth移植文档

    [分享]iTOP4412开发板-Bluetooth移植文档 最近须要把Bluetooth移植到iTOP-4412 开发平台.查阅了相关资料,经过一段时间的研究.调试,最终成功的将蓝牙功能移植到了开发板 ...

  4. [蓝牙] 3、 剖析BLE心率检测工程

    位于:<KEIL path> \ARM\Device\Nordic\nrf51822\Board\pca10001\s110\ble_app_hrs Heart Rate Example ...

  5. [蓝牙] 2、蓝牙BLE协议及架构浅析&&基于广播超时待机说广播事件

    第一章 BLE基本概念了解 一.蓝牙4.0和BLE区别   蓝牙4.0是一种应用非常广泛.基于2.4G射频的低功耗无线通讯技术.蓝牙低功耗(Bluetooth Low Energy ),人们又常称之为 ...

  6. Android 蓝牙4.0 BLE

    Android ble (Bluetooth Low Energy) 蓝牙4.0,也就是说API level >= 18,且支持蓝牙4.0的手机才可以使用. BLE是蓝牙4.0的核心Profil ...

  7. Debug BLE application with nRF Sniffer+wireshark

    1. Introduction The nRF Bluetooth® Smart Sniffer is a tool for debugging Bluetooth low energy (BLE) ...

  8. 【转】Android4.4(MT8685)源码蓝牙解析--BLE搜索

    原文网址:http://blog.csdn.net/u013467735/article/details/41962075 BLE:全称为Bluetooth Low Energy.蓝牙规范4.0最重要 ...

  9. Bluetooth LE(低功耗蓝牙) - 第一部分

    前言 在写这篇文章的时候,谷歌刚刚发布了Android Wear ,摩托罗拉也发布了 Moto 360 智能手表.Android Wear的API还是相当基本的,是很好的文档材料,而且还会不断的更新, ...

  10. [转]Introduction to Core Bluetooth: Building a Heart Rate Monitor

    ref:http://www.raywenderlich.com/52080/introduction-core-bluetooth-building-heart-rate-monitor The C ...

随机推荐

  1. QtWidget项目-仿腾讯QQ音乐

    本博客主要介绍本人写的个人项目 - QtWidget5 仿腾讯QQ音乐项目. 效果演示 项目详情 源码 Gitee地址:https://gitee.com/run-little-peach/my-qq ...

  2. C# 应用程序域

    在.NET中,每个应用程序域都是一个独立的执行环境,有自己的安全边界和上下文.当使用AppDomain.ExecuteAssembly方法在一个新的应用程序域中执行一个程序集时,这个程序集将会在新的应 ...

  3. lovelymem梭哈solar内存取证---Alex4nd3r

    内存取证1 请找到rdp连接的跳板地址 flag{192.168.60.220} 内存取证2 请找到攻击者下载黑客工具的IP地址 控制台信息 flag{155.94.204.67} 内存取证3 攻击者 ...

  4. Number of Atoms——LeetCode进阶路

    原题链接https://leetcode.com/problems/number-of-atoms/ 题目描述 Given a chemical formula (given as a string) ...

  5. kafka怎么查看topic的消费进度offset

    下载开源的 kafka 界面客户端 KafkaKing:https://github.com/Bronya0/Kafka-King 在成功下载该客户端后,进行连接操作.连接完毕后,切换到 topic ...

  6. 2025最好的Next.js面试

    2025最好的Next.js面试题(一) 最近在面试,就写一些关于问到的面试题,同时也过一下知识点. 基础概念 什么是Next.js?它与React的关系是什么? Next.js是一个基于React的 ...

  7. 「C++黑魔法」future与promise:不加锁的异步编程,原来可以这么简单!

    大家好,我是小康. 你是否曾经为了让程序同时做多件事而绞尽脑汁?是否被多线程编程的各种锁.条件变量搞得头昏脑胀?今天,我要告诉你一个秘密武器,让你轻松驾驭异步编程的海洋! 前言:为什么要学future ...

  8. P5749 [IOI2019] 排列鞋子

    算是一种新思路吧. 题目要求我们求最少的对调次数,想到了什么?求逆序对个数,我们只需将原来的 \(S_i\) 数组转化一下,求其逆序对个数即可. 转化规则为:从头开始,对于每个还未被赋值的 \(S_i ...

  9. .net入行第4年

    没错 我在2024-06-28发布了我的三年.net感想 时隔一年,我又来分享了 这一年的时间真的没有经过逛博客园 ,每天都在忙 首先,恭喜一下自己 -- 我现在也算是一个小老板了(虽然主业还是程序员 ...

  10. WinForms中实现Adobe PDF Reader实现旋转PDF功能

    实现效果: 问题点:Adobe PDF Reader中并没有可以直接旋转的方法 LoadFile 加载文件,文件URL地址 GotoFirstPage 到第一页 GotoLastPage 到最后一页 ...