上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页

2018年1月4日

uboot 移植 要点

摘要: 1、第一 首先要 学会 shell 语法 比如 变量的 概念 变量的使用 ,if 语法 ,以及简单 IF 语法(与 或预算),以及 while for 循环 等等语法,才能看得懂 uboot 的Makefile,这样才能使用 uboot为你所用 阅读全文

posted @ 2018-01-04 12:15 所长 阅读(225) 评论(0) 推荐(0) 编辑

2017年12月21日

Linux TCP server 只能接受一个 TCP 连接

摘要: #include #include #include #include // menset 函数 #include // exit 函数 #include // struct sockaddr_in 结构类型 #include // inet_ntoa 函数 #include // close 函数 int tcpServerInit( void ); void m... 阅读全文

posted @ 2017-12-21 16:03 所长 阅读(3251) 评论(0) 推荐(0) 编辑

2017年12月12日

How RTT works

摘要: 13.2 How RTT works 13.2.1 Target implementation Real Time Terminal uses a SEGGER RTT Control Block structure in the target’s memoryto manage data read 阅读全文

posted @ 2017-12-12 17:19 所长 阅读(588) 评论(0) 推荐(0) 编辑

2017年11月15日

nRF5 SDK for Mesh( 七 ) BLE MESH 的 架构(rchitecture)

摘要: The mesh architecture The mesh architecture The mesh architecture The mesh stack consists of a number of subsystems that are interfaced through a set 阅读全文

posted @ 2017-11-15 10:12 所长 阅读(1905) 评论(0) 推荐(0) 编辑

nRF5 SDK for Mesh(六) BLE MESH 的 基础概念

摘要: Basic Bluetooth Mesh concepts Basic Bluetooth Mesh concepts Basic Bluetooth Mesh concepts The Bluetooth Mesh is a profile specification developed and 阅读全文

posted @ 2017-11-15 09:21 所长 阅读(10610) 评论(6) 推荐(2) 编辑

2017年11月14日

nRF5 SDK for Mesh(五) Light switch demo 点灯例子

摘要: Light switch demo 灯开demo Purpose This demo project consists of four sub examples - The light switch server with and without GATT proxy support, the li 阅读全文

posted @ 2017-11-14 15:04 所长 阅读(3799) 评论(0) 推荐(0) 编辑

nRF5 SDK for Mesh(四) 源码编译

摘要: 官方文档教程编译源码: http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk%2Fdita%2Fsdk%2Fmesh_sdk.html&cp=4_1 Building the mesh stack 阅读全文

posted @ 2017-11-14 13:01 所长 阅读(3977) 评论(0) 推荐(0) 编辑

2017年11月13日

nRF5 SDK for Mesh(一) 介绍和下载源码

摘要: 一: 官网介绍地址:http://www.nordicsemi.com/Products/Bluetooth-low-energy/nRF5-SDK-for-Mesh Nordic offers a complete solution for the Bluetooth mesh specifica 阅读全文

posted @ 2017-11-13 14:21 所长 阅读(4554) 评论(0) 推荐(0) 编辑

nRF5 SDK for Mesh(三) Installing the mesh toolchain 安装编译工具链

摘要: Installing the mesh toolchain Installing the mesh toolchain Installing the mesh toolchain To build the example applications, a toolchain based on eith 阅读全文

posted @ 2017-11-13 13:36 所长 阅读(1947) 评论(0) 推荐(0) 编辑

nRF5 SDK for Mesh(二) Getting started 快速开始

摘要: Getting started Getting started Getting started To get started, take a look at the Light switch demo. It shows how a simple application can use the me 阅读全文

posted @ 2017-11-13 12:02 所长 阅读(1765) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 14 下一页

导航