自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(16)
  • 收藏
  • 关注

转载 Python ZIP

http://www.cnblogs.com/frydsh/archive/2012/07/10/2585370.htmlPython的zip函数zip函数接受任意多个(包括0个和1个)序列作为参数,返回一个tuple列表。具体意思不好用文字来表述,直接看示例:1.示例1:x = [1, 2, 3]y = [4, 5, 6]z = [7, 8,

2017-01-05 20:54:25 298

转载 Opencv ,contour moments

http://docs.opencv.org/trunk/dd/d49/tutorial_py_contour_features.htmlGoal In this article, we will learnTo find the different features of contours, like area, perimeter, centroid, bounding

2017-01-04 20:00:56 1859

原创 NRF51822 DTM test & NI5644R BLE DTM test

Ref document is Bluetooth Core v4.0 vol6 Part F  P2289Nordisc NRF51822 DTM Document https://devzone.nordicsemi.com/documentation/nrf51/4.3.0/html/group__ble__sdk__app__dtm__serial.html2-wire U

2016-11-25 20:30:25 2666

转载 Bluetooth LE Testing Over UART

转载https://waynebayever.wordpress.com/2014/12/17/bluetooth-le-testing-over-uart/Bluetooth LE Testing Over UART  In Classic Bluetooth, all you need to do to test the RF layer is put your dev

2016-11-22 14:13:26 682

转载 蓝牙协议分析_基本概念

1. 前言自1994年由爱立信推出至今,蓝牙技术已经走过了20个岁月。从最初的Bluetooth V1.0,到如今的Bluetooth V4.0(最新的为V4.1,2013年底发布),经历了近9个版本的修订后,发展为当前的状况。说实话,如今的蓝牙4.0,简直是一个大杂烩:BR/EDR沿用旧的蓝牙规范;LE抄袭802.15.4;AMP直接使用802.11。而这一切的目的,就是以兼容性

2016-11-22 10:42:49 489

转载 转载:BLE Hacking:使用Ubertooth one扫描嗅探低功耗蓝牙

转载:http://www.freebuf.com/articles/wireless/106298.html

2016-11-18 10:39:45 2211

转载 Nrf51xxx Bluetooth Related

DFU Android lib https://github.com/NordicSemiconductor/Android-DFU-Library/tree/release/dfu/src/main/java/no/nordicsemi/android/dfu

2016-11-04 14:05:32 5591

转载 PI3 Links

Setup BlueZ in Pi http://www.elinux.org/RPi_Bluetooth_LEBluepy Module https://github.com/IanHarvey/bluepy

2016-11-04 14:01:45 295

转载 pi image shrink

http://www.knight-of-pi.org/how-to-shrink-raspberry-pi-sd-card-images-with-gparted-and-dd/

2016-11-02 11:11:10 400

转载 gatttool Userguide

http://i-miss-erin.blogspot.in/2010/12/gatttool-in-bluez-over-bredr.htmlhttp://stackoverflow.com/questions/15657007/bluetooth-low-energy-listening-for-notifications-indications-in-linuxroot@ra

2016-11-02 10:50:23 549

转载 XOR CHECKSUM

转载:http://stackoverflow.com/questions/3932346/direct-formula-for-summing-xor

2016-10-26 10:01:23 1675

转载 [UPDATED!] USING YOUR NEW RASPBERRY PI 3 AS A WIFI ACCESS POINT WITH HOSTAPD

转载:https://frillip.com/using-your-raspberry-pi-3-as-a-wifi-access-point-with-hostapd/There's a new Raspberry Pi. This is exciting. It also has on-board WiFi. This makes it doubly exciting!One of

2016-10-22 16:05:27 423

转载 树莓派连接WiFi(最稳定的方法

转载:https://i.cmgine.net/archives/11053.html概述树莓派是一个只有信用卡大小的卡片式电脑,基于ARM架构,采用Linux作为其操作系统;它默认是通过有线接口连接互联网,对于如此小巧的设备,有线连接非常不方便,下面我们介绍下如何让树莓派通过无线网卡连接网络。网上大多数文章介绍的是编辑  /etc/network/inte

2016-10-22 16:02:44 9776

转载 sed命令详解

转载:http://blog.chinaunix.net/u/22677/showart_1076318.html 1.简介sed是非交互式的编辑器。它不会修改文件,除非使用shell重定向来保存结果。默认情况下,所有的输出行都被打印到屏幕上。sed编辑器逐行处理文件(或输入),并将结果发送到屏幕。具体过程如下:首先sed把当前正在处理的行保存在一个临时缓存区中(也

2016-10-22 16:00:16 269

转载 使用putty在linux主机和windows主机之间拷贝文件

转载 http://lanxuezaipiao.blog.163.com/blog/static/9377996520132186930353/首先下载pytty,解压开发现里面有plink.exe pscp.exe psftp.exe putty.exe puttygen.exe puttytel.exe等可执行文件,如果只是想要链接主机做一些操作那么使用putty.exe就可一

2016-10-22 15:57:53 672

转载 【eclipse下使用git上传(下载)代码至(从)github】

转载处:http://blog.csdn.net/csu_max/article/details/40555819eclipse下使用git插件上传代码至github1.eclipse下安装git正常情况下,eclipse 是自带 git 插件的,那么即可跳至步骤1的最后一小步,配置 git 。如果十分悲剧,你的 eclipse 中见不到 git

2016-10-18 09:47:22 398

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除