嵌入式
u013606170
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux GPIO Manipulation via Accessing Mapped Physical Memory
Form my previous post, I have demonstrated how to manipulate GPIO via sysfs and I have pointed out the insufficiency of this manipulation for sysfs speed is very slow. Sysfs accessing speed is ...原创 2017-08-20 03:36:38 · 588 阅读 · 0 评论 -
Manipulating I2C Peripheral Directly in Linux User Space
I2C (I Squared C) is a very common interface for controlling peripheral chip, lots sensor are based on this interface. Theoretically, it is necessary to write a driver for communicating with pe...原创 2017-09-24 00:49:45 · 740 阅读 · 0 评论 -
Exploit Scapy to Generate WIFI Probe Request Packets on x86 Linux Distribution and OpenWRT
Thought there are discussing threads and posts about how to use scapy library to generate probe request packets, but based on my searching, all of those are not organized and detail. This post w...原创 2018-08-04 09:41:09 · 740 阅读 · 0 评论 -
USB HID Host on Linux : Based on SiLab C8051 Example Firmware, USBHIDtoUART
This post implementation the Linux host of SiLab 's C8051 firmwar example code : USBHIDtoUART, to complementary my previous post, the same stuff on Windows. The code be :#include <linux/limits...原创 2018-01-08 02:25:09 · 411 阅读 · 0 评论
分享