Notice: Trying to access array offset on value of type bool in /home1/freesand/public_html/wp-content/plugins/wiki-embed/WikiEmbed.php on line 112

Notice: Trying to access array offset on value of type bool in /home1/freesand/public_html/wp-content/plugins/wiki-embed/WikiEmbed.php on line 112

Notice: Trying to access array offset on value of type bool in /home1/freesand/public_html/wp-content/plugins/wiki-embed/WikiEmbed.php on line 116
FreeSandal | 輕。鬆。學。部落客 | 第 264 頁

勇闖新世界︰ W!o《卡夫卡村》變形祭︰神奇護照‧四

俗話講︰成王敗寇。將之用於這世界的『技術規範』主流通常也是如此。雖說經過『市場洗禮』沒什麼不好,然而『眼前近利』恐易放棄『長遠福祉』。是以思『子孫綿延』者,不得不謀『千秋萬世 』吉祥。或將理解『天下交相利,國危也。』之所指的耶!如是觀『 nfcpy 』與『 libnfc 』理念之異同,自當可求其會通處也。

 

【 nfcpy 安裝】

# 取得派生二 nfcpy 
pi@raspberrypi ~ mkdir nfc pi@raspberrypi ~ cd nfc
pi@raspberrypi ~ wget https://launchpad.net/nfcpy/0.10/0.10.0/+download/nfcpy-0.10.0.tar.gz  pi@raspberrypi ~/nfc ls
nfcpy-0.10.0.tar.gz

pi@raspberrypi ~/nfc tar zxvf nfcpy-0.10.0.tar.gz   # 安裝 nfcpy 所需之 python 程式庫 pi@raspberrypi ~/nfc sudo apt-get install python-usb
pi@raspberrypi ~/nfc sudo apt-get install python-serial pi@raspberrypi ~/nfc sudo pip install docopt==0.6.1

# 執行驗證
pi@raspberrypi ~/nfc cd 0.10.0/  # 可能無法自動偵測 USB ACS / ACR122U nfc 讀寫機 pi@raspberrypi ~/nfc/0.10.0 python examples/tagtool.py show
[nfc.clf] searching for reader on path usb
[nfc.clf] no reader available on path usb
[main] no contactless reader found on usb
[main] no contactless reader available

# 指定裝置,注意使用者 pi 的讀寫權限
pi@raspberrypi ~/nfc/0.10.0 python examples/tagtool.py --device usb:072f:2200 show [nfc.clf] searching for reader on path usb:072f:2200 [main] access denied for device with path usb:072f:2200 [main] first match for path usb:072f:2200 is usb:001:008 [main] usb:001:008 is owned by root but you are pi [main] members of the root group may use usb:001:008 [main] you may want to add a udev rule to access this device [main] sudo sh -c 'echo SUBSYSTEM==\"usb\", ACTION==\"add\", ATTRS{idVendor}==\"072f\", ATTRS{idProduct}==\"2200\", GROUP=\"plugdev\" >> /etc/udev/rules.d/nfcdev.rules' [main] no contactless reader available  # 確定 sudo 可以正確執行 pi@raspberrypi ~/nfc/0.10.0 sudo python examples/tagtool.py --device usb:072f:2200 show
[nfc.clf] searching for reader on path usb:072f:2200
[nfc.clf] using ACS ACR122U PN532v1.6 at usb:001:008
** waiting for a tag **
Type2Tag ID=E0E72711

# 依建議增加 nfc 裝置的 udev 規則
pi@raspberrypi ~/nfc/0.10.0 sudo sh -c 'echo SUBSYSTEM==\"usb\", ACTION==\"add\", ATTRS{idVendor}==\"072f\", ATTRS{idProduct}==\"2200\", GROUP=\"plugdev\" >> /etc/udev/rules.d/nfcdev.rules'  pi@raspberrypi ~/nfc/0.10.0 more /etc/udev/rules.d/nfcdev.rules 
SUBSYSTEM=="usb", ACTION=="add", ATTRS{idVendor}=="072f", ATTRS{idProduct}=="220
0", GROUP="plugdev"

# 重新開機
pi@raspberrypi ~/nfc/0.10.0 sudo reboot  # 確認使用者 pi 的權限 pi@raspberrypi ~/nfc/0.10.0 python examples/tagtool.py --device usb:072f:2200 show
[nfc.clf] searching for reader on path usb:072f:2200
[nfc.clf] using ACS ACR122U PN532v1.6 at usb:001:008
** waiting for a tag **
Type2Tag ID=E0E72711

pi@raspberrypi ~/nfc/0.10.0 </pre>    <span style="color: #808000;">此處使用『 USB ACS / ACR122U 』  nfc 讀寫機,一、介紹一般使用的產品。二、預為『 NFC 卡』未來應用之 探討預作準備。</span>     <a href="http://www.freesandal.org/wp-content/uploads/3-acr122u.png"><img class="alignnone size-full wp-image-40412" src="http://www.freesandal.org/wp-content/uploads/3-acr122u.png" alt="3-acr122u" width="260" height="220" /></a>     <span style="color: #808000;">如果使用『 PN532 Breakout Board』 </span>  <a href="http://www.freesandal.org/wp-content/uploads/USB-RS232接線圖.jpg"><img class="alignnone size-full wp-image-40460" src="http://www.freesandal.org/wp-content/uploads/USB-RS232接線圖.jpg" alt="USB-RS232接線圖" width="2150" height="1118" /></a>     <span style="color: #808080;"><strong>【 nfcpy tagtool 範例】</strong></span> <pre class="lang:sh decode:true">pi@raspberrypi ~/nfc/0.10.0 python examples/tagtool.py --device tty:USB0:pn532 show
[nfc.clf] searching for reader on path tty:USB0:pn532
[nfc.clf] using PN532v1.6 at /dev/ttyUSB0
** waiting for a tag **
Type2Tag ID=E0E72711
pi@raspberrypi ~/nfc/0.10.0 </pre>    <span style="color: #808000;">在繼續進行探討前,讀者最好先對『 nfcpy 』支援的『標籤型態』 <a href="http://nfc-forum.org/our-work/specifications-and-application-documents/specifications/tag-type-technical-specifications/">Tag Type</a> 有些了解︰</span> <h1 class="post-title">Tag Type Technical Specifications</h1> The NFC Forum has mandated four tag types to be operable with NFC devices. This is the backbone of interoperability between different NFC tag providers and NFC device manufacturers to ensure a consistent user experience.  The operation specifications for the NFC Forum Type 1/2/3/4 Tags provide the technical information needed to implement the reader/writer and associated control functionality of the NFC device to interact with the tags. The aim of these specifications is to define how NDEF messages are read from and written to NFC tags.  Type 1/2/3/4 Tags are all based on existing contactless products and are commercially available.  <img class="aligncenter wp-image-2395" src="http://nfc-forum.org/wp-content/uploads/2013/12/NFC1llcp.jpg" alt="NFC1llcp" /> <h3>NFC Forum Type 1 Tag Operation Specification</h3> Type 1 Tag is based on ISO/IEC 14443A. Tags are read and re-write capable; users can configure the tag to become read-only. Memory availability is 96 bytes and expandable to 2 kbyte. <h3>NFC Forum Type 2 Tag Operation Specification</h3> Type 2 Tag is based on ISO/IEC 14443A. Tags are read and re-write capable; users can configure the tag to become read-only. Memory availability is 48 bytes and expandable to 2 kbyte. <h3>NFC Forum Type 3 Tag Operation Specification</h3> Type 3 Tag is based on the Japanese Industrial Standard (JIS) X 6319-4, also known as FeliCa. Tags are pre-configured at manufacture to be either read and re-writable, or read-only. Memory availability is variable, theoretical memory limit is 1MByte per service. <h3>NFC Forum Type 4 Tag Operation Specification 2.0</h3> Type 4 Tag is fully compatible with the ISO/IEC 14443 standard series. Tags are pre-configured at manufacture to be either read and re-writable, or read-only. The memory availability is variable, up to 32 KBytes per service; the communication interface is either Type A or Type B compliant.  ───  <span style="color: #808000;">舉例說,『 nfcpy 』程式庫並不支援 Adafruit 隨機附贈的</span> <h1><span style="color: #808000;"><a style="color: #808000;" href="https://www.adafruit.com/products/359">MiFare Classic (13.56MHz RFID/NFC) Card - 1KB</a></span></h1> <a href="http://www.freesandal.org/wp-content/uploads/x359-00.jpg.pagespeed.ic_.KzETkeh0tG.jpg"><img class="alignnone size-full wp-image-40582" src="http://www.freesandal.org/wp-content/uploads/x359-00.jpg.pagespeed.ic_.KzETkeh0tG.jpg" alt="x359-00.jpg.pagespeed.ic.KzETkeh0tG" width="970" height="728" /></a> <ul> 	<li class="prod-accordion-content prod-accordion-content-description mobile-text-wrapper"> <h1 id="tab_description" class="hidden-sm hidden-xs">Description</h1> <div id="description" class="panel-collapse collapse in-md in-lg in">  This is a blank MiFare Classic card - often used for train/bus passes but also found in other systems where a proximity card is desired. The tag contains a NXP S50 chip and an antenna, and is passively powered by the reader/writer when placed a couple inches away.  These can be read by almost any 13.56MHz RFID/NFC reader but make sure it can handle MiFare cards as there are a few other encoding standards (like FeLica) They are tested and work great with both our <a href="http://www.adafruit.com/products/364">PN532 NFC/RFID breakout board</a> and <a href="http://www.adafruit.com/products/789">Adafruit NFC/RFID Shield for Arduino</a>!  <b>These chips can be written to</b> & store up to 1 KB of data in writable EEPROM divided into banks, and can handle over 100,000 re-writes. You can use our <a href="http://www.adafruit.com/products/364">PN532 NFC/RFID breakout board</a> or <a href="http://www.adafruit.com/products/789">Adafruit NFC/RFID Shield for Arduino</a> to read and write data to the EEPROM inside the tag. There is also a permanent 4-byte ID burned into the chip that you can use to identify one tag from another - <b>the ID number cannot be changed</b>.  These use the S50 chipset, which used to be the 'classic' NFC chipset. <span style="color: #ff9900;">In ~2014, the NFC forum decided not to support this chipset anymore, so newer phones do not support the MiFare classic.</span> This only matters if you're trying to use this tag with a phone/tablet.  </div></li> </ul> ───  <span style="color: #808000;">同時最好對『 <a style="color: #808000;" href="https://learn.adafruit.com/adafruit-pn532-rfid-nfc/ndef">NDEF </a>』 NFC Data Exchange Format 有些初步認識,以及仔細閱讀</span> <h1><a href="http://nfcpy.org/latest/examples/ndeftool.html">ndeftool.py</a></h1> The <strong>ndeftool</strong> intends to be a swiss army knife for working with NDEF data. <pre class="lang:sh decode:true"> ndeftool.py [-h] [-v] [-d] {print,make,pack,split,cat} ...

 

tagtool.py

The tagtool.py example program can be used to read or write NFC Forum Tags. For some tags, currently Type 3 Tags only, tagtool can also be used to format for NDEF use.

$ tagtool.py [-h|--help] [options] command

 

說明文件,以免引生不必要的誤解。由於『 nfc 論壇』之所有的『技術文件』,或需要『授權』或必須『購買』,所以作者對其『內容』或不知或無法提供來源,若是遇到語焉不詳之處,絕非『刻意』不講,實是不知或不便也。

 

 

 

 

 

 

 

 

 

勇闖新世界︰ W!o《卡夫卡村》變形祭︰神奇護照‧三

《老子》‧第二章

天下皆知美之為美,斯惡已;皆知善之為善,斯不善已。故有無相生,難易相成,長短相形,高下相傾,音聲相和,前後相隨。

是以聖人處無為之事,行不言之教。萬物作焉而不辭,生而不有,為而不恃,功成而弗居。夫唯弗居,是以不去。

 

何謂『矛盾』的呢? 『此』且『非此』,『彼』又『非彼』一類的『概念』。若問『善』與『惡』是『矛盾』的嗎?假使人世間有『不善不惡』之事或『既善且惡』之行,當然『善‧惡』就不可說是邏輯的『矛盾』。即使沒有『又善又惡』的事件,那『善‧惡』的概念是否就可窮盡一切現象哩!要是存在『無記』之『非善非惡 』的作為,那『善‧惡』依然不可說是邏輯的『矛盾』!!

如果此時舉維基百科裡『文氏圖』解釋用的例子來講︰

250px-Venn-diagram-ABC.svg

在這個例子中,一個集合完全在另一個集合內部。我們說集合A是在世界中能找到的所有的不同類型的奶酪,集合B是在世界中能找到的所有食物。從這個圖中,你可以看出所有奶酪都是食物,但是不是所有食物都是奶酪。進一步的說,集合C(比如說金屬造物)與集合B沒有公共元素(集合的成員),從此我們可以在邏輯上斷言沒有奶酪是金屬造物(或者反過來說)。在形式上,上述的圖可以在數學上解釋為”集合A是集合B的真子集,而集合C和集合B沒有公共元素”。

或解釋為一個三段論

  • 所有As是Bs
  • 沒有Cs是Bs
  • 所以,沒有Cs是As
  • 所以,沒有As是Cs。

 

彷彿通常人們較容易理解這『 ABC 』的關係!?這是為什麼的呢? ?曾有人說︰人類的大腦是個不設防的城市。說不定那個『大腦』還很容易先入為主,形成『刻板』印象,以至於理念時會自相矛盾而不『自知』。這或許就是一個『判斷』之『健不健全』,所依賴的『理則 』、『證據』以及『價值』之先後次序常常混亂不清,『理性』老是與『感性』衝突的原故吧!!??

 

由於在樹莓派上並沒有『 Open NFC 』適合的軟硬體,在此僅引用一張『 NFC Standards 』圖,

 

OpenNFC

 

就讓我們經由『 nfc 論壇』組織,

 

What Is NFC?

Near Field Communication (NFC) is a standards-based short-range wireless connectivity technology that makes life easier and more convenient for consumers around the world by making it simpler to make transactions, exchange digital content, and connect electronic devices with a touch. NFC is compatible with hundreds of millions of contactless cards and readers already deployed worldwide.

We invite you to explore the potential for NFC in your life by selecting a topic of interest from the list below.

img1

About the technology

NFC technology enables short-range wireless interaction between consumer electronics, mobile devices, personal computers, electrical appliances, and NFC-compatible tags. Learn more »

img2

What it does

There are seemingly infinite uses for NFC. Interact dynamically with content, set up connections, make a payment, or present a ticket. Explore uses »

img3

NFC in action

New unimagined ways to interact with NFC technology are created every day. Experience the latest in NFC now »

img4

Identifying NFC

Unlock the power of NFC by learning where interaction is possible, and finding out what to look for. See the best ways to identify NFC here »

……

Our Mission & Goals

Mission

The Near Field Communication Forum was formed to advance the use of Near Field Communication technology by developing specifications, ensuring interoperability among devices and services, and educating the market about NFC technology. Formed in 2004, the Forum’s global member companies, including manufacturers, applications developers, financial services institutions, and others all work together to promote the use of NFC technology in consumer electronics, mobile devices,  PCs, and more.

Goals

The goals of the NFC Forum are to:

  • Develop standards-based Near Field Communication specifications that define a modular architecture and interoperability parameters for NFC devices and protocols
  • Encourage the development of products using NFC Forum specifications
  • Work to ensure that products claiming NFC capabilities comply with NFC Forum specifications
  • Educate consumers and enterprises globally about NFC

The NFC Forum provides a highly stable framework for extensive application development, seamless interoperable solutions, and security for NFC-enabled transactions. The NFC Forum has organized the efforts of dozens of member organizations by creating Committees and Working Groups.

In June 2006, only 18 months after its founding, the Forum formally outlined the architecture for NFC technology. The Forum has released 16 specifications to date. The specifications provide a “road map” that enables all interested parties to create powerful new consumer-driven products.

View NFC Forum Specifications List

 

───

 

嘗試進入『派生 nfc 』的大門,

nfcpy

Python module for near field communication

This documentation covers the ‘trunk‘ version of nfcpy. Source code, issue tracker and a question/answer section are at https://launchpad.net/nfcpy.

The nfcpy module implements NFC Forum specifications for wireless short-range data exchange with NFC devices and tags. It is written in Python and aims to provide an easy-to-use yet powerful framework for contactless applications. The software is licensed under the EUPL.

To send a web link to a smartphone:

>>> import nfc, nfc.snep, threading
>>> connected = lambda llc: threading.Thread(target=llc.run).start()
>>> uri = nfc.ndef.Message(nfc.ndef.UriRecord("http://nfcpy.org"))
>>> clf = nfc.ContactlessFrontend('usb')
>>> llc = clf.connect(llcp={'on-connect': connected})
>>> nfc.snep.SnepClient(llc).put(uri)
True
>>> clf.close()

 

There are also a number of Example Programs that can be used from the command line:

$ examples/beam.py send link http://nfcpy.org

───

 

或可一窺『 NFC 實務』的堂奧。

 

 

 

 

 

 

 

 

 

勇闖新世界︰ W!o《卡夫卡村》變形祭︰神奇護照‧二

大自然生命的進化,遵循著『遺傳』與『突變』。觀察近百年科技的發展,也許可說是『突飛猛進』,或恐失於『內省總結』之不足 。無論『漸』與『頓』,及其所『悟』一也。『價值』取捨之道,或當反思前後五百年的『歷史興衰』。於『革故鼎新』之恆常變化裡,確立堅定『不易』之典範。科技護生之旨,在教育、在防未然 、在省思生命之可貴…… 如果說『那一日』不過『某一日』,假使講『那一夜』只是『有一夜』,怕將難保『那悲劇』不再重演的耶 ??!!

 

羅丹-沉思者

羅丹之《羅丹‧沉思者》的『沉思者沉思著

  • 從上到下,按從左到右的順序展示,分別為:
  • 著火冒煙的世貿雙子塔
  • 五角大樓部分建築在襲擊後倒塌
  • 聯合航空175號班機撞入世貿二號樓
  • 一名消防員站在世貿廢墟尋求幫助
  • 聯合航空93號班機的一具發動機被尋獲
  • 閉路電視拍下美國航空77號班機與五角大樓相撞的畫面

 

September_11_Photo_Montage

 

雖說

Adafruit NFC/RFID on Raspberry PiAdd RFID/NFC read and write to your Pi in an hour!

仍有參考價值,然而『libnfc』已更新至 1.7.1 版,同時樹莓派的 raspbian 以及核心版本也早不同,就讓我們從軟體安裝開始展開 Adafruit 『PN532 NFC/RFID controller breakout board – v1.6』

的探討︰

 

# libnfc 1.7.1 編譯與安裝
sudo apt-get install libudev-dev
sudo apt-get install libusb-dev

wget https://bintray.com/artifact/download/nfc-tools/sources/libnfc-1.7.1.tar.bz2

tar xjf libnfc-1.7.1.tar.bz2

cd libnfc-1.7.1/

./configure --prefix=/usr --sysconfdir=/etc
make
sudo make install

# 避免 pn532 被誤認為 pn533
sudo nano /etc/modprobe.d/nfc-blacklist.conf

more /etc/modprobe.d/nfc-blacklist.conf

# 檔案內容 
blacklist pn533
blacklist nfc

sudo modprobe -r pn533 nfc
sudo reboot

# nfc-tool Libfreefare 編譯與安裝
sudo apt-get install autoconf automake git libtool libssl-dev pkg-config

git clone https://github.com/nfc-tools/libfreefare.git

cd libfreefare/

autoreconf -vis
./configure --prefix=/usr
make
sudo make install

# 用 USB 轉 RS232 來連接 Adafruit PN532 NFC/RFID controller breakout board 的設定檔

sudo mkdir /etc/nfc
sudo mkdir /etc/nfc/devices.d
sudo nano /etc/nfc/devices.d/pn532_uart_on_rpi.conf
sudo nano /etc/nfc/libnfc.conf 

more /etc/nfc/devices.d/pn532_uart_on_rpi.conf

# 檔案內容
## Typical configuration file for PN532 board (ie. microbuilder.eu / Adafruit) device
name = "Adafruit PN532 board via UART"
connstring = pn532_uart:/dev/ttyUSB0
allow_intrusive_scan = true
log_level = 3

more /etc/nfc/libnfc.conf 

# 檔案內容
# Allow device auto-detection (default: true)
# Note: if this auto-detection is disabled, user has to set manually a device
# configuration using file or environment variable
allow_autoscan = true

# Allow intrusive auto-detection (default: false)
# Warning: intrusive auto-detection can seriously disturb other devices
# This option is not recommended, user should prefer to add manually his device.
#allow_intrusive_scan = false

# Set log level (default: error)
# Valid log levels are (in order of verbosity): 0 (none), 1 (error), 2 (info), 3 (debug)
# Note: if you compiled with --enable-debug option, the default log level is "debug"
#log_level = 1

# Manually set default device (no default)
# To set a default device, you must set both name and connstring for your device
# Note: if autoscan is enabled, default device will be the first device available in device list.
#device.name = "microBuilder.eu"
#device.connstring = "pn532_uart:/dev/ttyUSB0"

# 悠遊卡讀取測試
pi@raspberrypi ~ sudo nfc-list  nfc-list uses libnfc 1.7.1 NFC device: pn532_uart:/dev/ttyUSB0 opened 1 ISO14443A passive target(s) found: ISO/IEC 14443A (106 kbps) target:  ATQA (SENS_RES): 00 04   UID (NFCID1): 30 b7 4e 61   SAK (SEL_RES): 08   # Adafruit 測試卡讀取 pi@raspberrypi ~ sudo nfc-list 
nfc-list uses libnfc 1.7.1
NFC device: pn532_uart:/dev/ttyUSB0 opened
1 ISO14443A passive target(s) found:
ISO/IEC 14443A (106 kbps) target:
 ATQA (SENS_RES): 00 04 
 UID (NFCID1): e0 e7 27 11 
 SAK (SEL_RES): 08 

pi@raspberrypi ~ $ 

 

【參考圖片】

USB-RS232接線圖

Adafruit 測試卡

 

 

 

 

 

 

 

 

 

 

勇闖新世界︰ W!o《卡夫卡村》變形祭︰神奇護照‧一

快樂時光度過得快,一會兒渡船已來。登船後發現船艙不大,或可容納一二十人大小,竟然空無一人,連駕駛都沒有。也許因 Mrphs 知道我的困惑,開始說道︰這是專程來接待先生的『自行船』,請先將『邀請護照』,置於『刷卡處』確認身份,且進行充電。之後就可自動處理『遠距認證』,無須這麼麻煩的了。就像小朋友看到新玩意一樣,我好奇的打量這艄『自行船』,諾大密閉的船艙,全是透明的,天空四周景象一覽無遺。正東張西望中,船已緩緩前行 ,速度很慢很平穩。不多時,抬頭可見滿天星斗,月華斜照而下,艙內一片金輝,十分的耀眼而動人。因問道︰這船為何走得這樣慢 ? Mrphs 說︰《卡夫卡村》這裡的人喜歡慢活,平日搭船遊湖的人很多。而且愛好看星辰美景,所以此處夜裡幾乎沒有光害。室內的照明應用自動光膜技術,將之盡量留於室內。所以即使在此變形祭之時,雖有多處的戶外大型活動,此時遠眺北岸,也只見燈光稀疏 ,彷彿是鄉野無人之境。通常渡湖的時間大約『一甲子』。再問道︰所謂『邀請護照』是什麼呢? Mrphs 講︰這裡多年前就已智慧化的了,許多事物早是自動化的。所謂『變形祭』其實就是一年一度的『發明展』,一場『物化形變』的大秀,擇其優者『持續改善』此地的建置與設施。雖說這裡還發行貨幣,事實只是名義上的媒介 ,大多數交易都透過『 It 網』進行,由於算來算去總是『數字』之故,而且多數勞務以及生產全是智慧型機器進行,因此也就漸漸的『公有化』,也沒有太多人計較誰付出的是多是少的了。所謂的『邀請護照』也就是給外地人的『智慧通行卡』,可以無線主被動進行『身份辨識』、『定位』、『呼救』、『交易』、…『天氣』 、『健康』等等事項 。大概是貴處『未來會有』之物。……

只覺自己望著那張卡,陷入了『沉思』… …在這個『一卡通』以為方便的時代,『近場通訊』 NFC 應用尚且有待開發,

近場通訊英語Near Field CommunicationNFC),又稱近距離無線通訊,是一種短距離的高頻無線通訊技術,允許電子裝置之間進行非接觸式點對點資料傳輸,在十公分(3.9英吋)內交換資料。

這個技術由非接觸式射頻識別(RFID)演變而來,由飛利浦半導體(現恩智浦半導體)、諾基亞索尼共同研製開發,其基礎是RFID及互連技術。近場通訊是一種短距高頻的無線電技術,在13.56MHz頻率運行於20公分距離內[1]。其傳輸速度有106 Kbit/秒、212 Kbit/秒或者424 Kbit/秒三種。目前近場通訊已通過成為ISO/IEC IS 18092國際標準、EMCA-340標準與ETSI TS 102 190標準。NFC採用主動和被動兩種讀取模式。

───

那個『未來』到底距離多遠的呢?勞心勞力,貢獻分享的問題,真的能如《卡夫卡村》這般『烏托邦』式的逐漸解決的嗎??或許祇可寄語未來!耕耘現在的吧!!就讓我們藉著介紹

 

raspberry_pi_MifareCardRead_600w

 

PN532 NFC/RFID controller breakout board – v1.6

x364-00.jpg.pagespeed.ic.AkyDq8mUq4

 

踏出邁入『神奇護照』世界的第一步。

 

 

 

 

 

 

 

 

 

 

勇闖新世界︰ W!o《卡夫卡村》變形祭︰○ 局 □ 陣‧源流

順著『洞徑』蜿蜒而下,不知走了幾千步也,忽然好大的一片水域在望 ,遠處湖面上閃閃金光,原來是一輪明月,在水面上隨浪浮沈 。突地,聽到

morpheus-tux

 

『ㄉ一ㄉ一ㄉㄡㄉㄡ…』之聲調說道︰歡迎光臨《卡夫卡村》,ㄒㄍㄗ先生。

當下目瞪口呆,心想︰果真被捉住的了。祇覺腦海中浮現一串念頭組成了字句, W!o 傳訊道︰接續的行程不便參與。前來者是『接待機器企鵝』。它能說『中文』,將會為你『嚮導』。若當真有事,這個『訊息管道』還在,自能聯絡的上的。如今就算細想依然覺得講不清那時後的感覺,只模糊記得,『Mrphs』 ── 接待者之名字 ── 接著講︰前面的湖叫做『方陣』,渡湖的船大約『一甲子』才會來,此時可以四處逛逛。忙衝口急言︰什麼!!!要『一甲子』才有船??? Mrphs 說︰不好意思!『一甲子』是這裡的『時間』用語單位,大概等於你們的『六十分鐘』。真真的苦也,身陷夢中 ,與那 Mrphs 為伴,如之奈何!?

沒想到這 Mrphs 甚為健談,而且上知天文,下通地理。或許是見我楞楞的望著湖面,  Mrphs 說︰這分明是個『圓湖』,卻叫『方陣』 ,你知道為什麼嗎?我還沒答腔,它接著說︰因為湖中間有一大片叫『絲連』的『藕』築成的方形 maze ,所以得名。據考證,這個『盤谷』原是幾千萬年前火山大爆發後形成。北岸較狹長,南邊較圓胖,雖說很巧,那火山口,卻正在藕陣的上方,事實上『日月』的光照節奏,決定藕的旺衰以及生長方向,很類似『圓局』中的『蘿荔』之樹依『生物磁』方向而長。據聞高空鳥瞰《卡夫卡村》內外周遭宛如一個『大葫蘆』。原鄉人的神話傳說︰外圓而內方,洞天且福地,乾坤聚寶盆。因此至今此地尚有古風,貨幣形制仿『泉流』之制,頗像先生貴處古之『孔方』。一時聽的出神,彷彿『夢遊』回到

宋代交子

交子生於宋太祖年間的四川,家道中落經營『交子鋪』維生,當時『千文鐵錢』重二十五斤,交易往來須用車拉錢十分不便,因得利其名之故,成了個『私交子』,作著憑票兌換鐵錢的生意。閒暇之時,交子頗好古風喜讀文子通玄真經》。文子是誰呢?文子姓號曰計然范蠡之師,學道早通是老子得意弟子,曾問學子夏墨子,若孔子見之必曰後生可畏。一日不知是『錢能通神』或是『書能通玄』,交子迷茫中見……

一人不識是何人,彷彿正問著另一人,也不識是何人?只聽得︰

老 子曰:『有物混成,先天地生,惟象無形,窈窈冥冥,寂寥淡漠 ,不聞其聲,吾強為之名,字之曰道。』夫道者,高不可極,深不可測,苞裹天地,稟受無形,原流泏泏,沖而不盈,濁以靜之徐清,施之無窮,無所朝夕,表之不 盈一握,約而能張,幽而能明,柔而能剛,含陰吐陽,而章三光;山以之高,淵以之深,獸以之走,鳥以之飛,麟以之遊,鳳以之翔,星曆以之行;以亡取存,以卑 取尊,以退取先。古者三皇,得道之統,立於中央,神與化遊,以撫四方。是故能天運地墆,輪轉而無廢,水流而不止,與物終始。風興雲蒸,雷聲雨降,並應無 窮,已雕已琢,還復於樸。無為為之而合乎生死,無為言之而通乎德,恬愉無矜而得乎和,有萬不同而便乎生。和陰陽,節四時,調五行,潤乎草木,浸乎金石,禽 獸碩大,毫毛潤澤,鳥卵不敗,獸胎不殰,父無喪子之憂,兄無哭弟之哀,童子不孤,婦人不孀,虹蜺不見,盜賊不行,含德之所致也。大常之道,生物而不有,成 化而不宰,萬物恃之而生,莫知其德,恃之而死,莫之能怨,收藏畜積而不加富,布施稟受而不益貧;忽兮怳兮,不可為象兮,怳兮忽兮,用不詘兮,窈兮冥兮,應 化無形兮,遂兮通兮,不虛動兮,與剛柔卷舒兮,與陰陽俯仰兮。

,心想,這說的不就是文子的首篇《道原》嗎?,…

周失其道,五七后兮,勢水火兮,殷金夏貝,泉市之流,不識汝祖?問道方外耶!正想細聽,一陣喧嘩回過神來,已不復入夢矣,自此經常昏昏失魂悶悶落魄。…

─── 引自《孔方之阿堵物

 

,時空若失卻了界線,真不知所止何處的耶!?

 

 

 

 

 

 

 

 

輕。鬆。學。部落客