redmilk's study blog

2014/10/20

static library and shared library

›
1. Static library static library 把許多 object 檔包成同一個檔案, 用 ar 指令打包 在 link 的時候, 會在 library 裡找到對應的 object 副本, 再作 link 的動作 它以 object 檔為單位, li...
2014/10/13

ELF (Executable and Linking Format)

›
1. Abstract ELF (Executable and Linking Format), 是 executable binary file 以及 object file 的檔案格式規範 ELF 的檔案開頭會有 (1) ELF header, (2) progra...
2014/10/07

libllcp in nfc-tools

›
1. nfc-tools nfc-tools 開發 nfc 相關的 tool, 最有名的應該是libnfc 底下是 nfc-tools 的網頁 https://code.google.com/p/nfc-tools/ 但是libnfc還是太底層, 為了實作 NDEF ...
8 則留言:
2014/10/06

NFC ISO14443A

›
1. ISO14443 ISO14443 定義描寫了近距離接觸(<10cm)的卡片, 運作在13.56 MHz, 以及card & reader之間的溝通方式, 分成 ISO14443A 及 ISO14443B, 其中 ISO14443A 最為普及 2. I...

libnfc example

›
1. Brief Introduction 在使用libnfc相關的code, 第一步一定要先呼叫 nfc_init(), 它會做初始設定和配置相關資源 void nfc_init(nfc_context **context) 接著呼叫 nfc_open(), 它會...
3 則留言:
2014/10/03

Connect PN532 NFC to Raspberry Pi

›
1. Enable SPI on Raspberry Pi PN532 NFC提供3種介面, SPI, I2C, 與UART 先選SPI做測試, 在RPi上面, SPI與I2C預設是關的, 我們要先打開它, $ sudo nano /etc/modprobe.d/...
2014/10/01

Setting raspberry pi uart

›
1. How to connect 首先需要一條 USB-TTL 線 (試過RS232轉TTL, 似乎不成功) 底下是 Raspberry Pi (RPi) B+的 40-pin 配置圖 其中 USB-TTL 接地線(GND) 接到 RPi GND (JB...
‹
›
首頁
查看網路版

關於我自己

Unknown
檢視我的完整簡介
技術提供:Blogger.