上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页

2018年1月11日

LwIP:处理链路状态改变

摘要: LwIP:处理链路状态改变 阅读全文

posted @ 2018-01-11 19:58 所长 阅读(311) 评论(0) 推荐(0)

lwip 2.0.3 DNS 域名解析 使用

摘要: 1、 在 lwipopts.h 中 #define LWIP_DNS 1 /* 使能 DNS 服务器的功能 ,2018年1月8日21:16:20,suozhang */ #define LWIP_RAND() ((u32_t)rand()) /* 使用 DNS 服务器的功能,需要添加随机数函数 ,2 阅读全文

posted @ 2018-01-11 19:37 所长 阅读(3386) 评论(0) 推荐(0)

2018年1月4日

uboot 移植 要点

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

posted @ 2018-01-04 12:15 所长 阅读(233) 评论(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 所长 阅读(3347) 评论(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 所长 阅读(628) 评论(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 所长 阅读(1964) 评论(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 所长 阅读(10800) 评论(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 所长 阅读(3934) 评论(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 所长 阅读(4083) 评论(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 所长 阅读(4697) 评论(0) 推荐(0)

上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 25 下一页

导航