하드웨어2010. 2. 9. 16:48
resistive [rizístiv] a.
저항하는, 저항력 있는, 저항성의; 〖전기〗 저항의.

capacitive [kəpǽsətiv] a.
〖전기〗 전기 용량의, 용량성의.

용어대로라면, 감압식이라기 보다는 저항식 터치가 되어야 하지 않을까 생각이 되지만,
아무튼, 감압식은 두장의 패널로 좌표를 측정하는 방식이다.
누르면 저항이 변경되고 이 값을  4개의 핀으로 보내 ADC를 통해 좌표를 추출한다.(일종의 위치에 따른 가변저항?)


그에 반해, 정전식은
전기가 통할수있는(그렇다고 몇백 볼트는 아니겠지만) 유리같은 녀석에 신체와 같이 전하를 띄는 물체가
접촉하거나 근접하면 접촉면 내의 전하가 이동하여 생기는 변화를 측정하여 좌표를 측정한다.

정전식에는 두가지가 있는데
미세한 matrix 를 행/열 단위로 조사하여 접촉 지점을 특정하는 방법과,
절대 정전값을 통해 위치를 특정하는 방법이 있다고 한다.


행/열 스캔 < >그리드 스캔

아래의 링크를 보면 정전식의 두가지 구조를 볼수 있다.
[링크 : http://electronics.howstuffworks.com/iphone2.htm] << 그림만 봐도 머리에 쏙쏙!

Capacitive sensors can be constructed from many different media, such as copper, Indium tin oxide (ITO) and printed ink. Copper capacitive sensors can be implemented on standard FR4 PCBs as well as on flexible material. ITO allows the capacitive sensor to be up to 90% transparent (for single layer solutions). The size and spacing of the capacitive sensor are both very important to the sensor's performance. In addition to the size of the sensor, and its spacing relative to the ground plane, the type of ground plane used is very important. Since the parasitic capacitance of the sensor is related to the E-Field's path to ground, it is important to choose a ground plane that limits the concentration of E-Field lines without a conductive object present.


Designing a capacitance sensing system requires first picking the type of sensing material (FR4, Flex, ITO, etc). One also needs to understand the environment the device will operate in, such as the full operating temperature range, what radio frequencies are present and how the user will interact with the interface.


There are two types of capacitive sensing system. Transcapacitance, where the object (finger, conductive stylus) alters the transcapacitance coupling between row and column electrodes, which are scanned sequentially.[3] The second is Absolute Capacitance where the object (finger, etc.) senses the presence and absolute position horizontally and vertically on the surface. Subtraction of a preceding absolute position from the present absolute position yields the relative motion of the object/finger during that time.


[링크 : http://en.wikipedia.org/wiki/Capacitive_sensing]


구조적으로만 따지면, 감압식도 멀티터치가 불가능해 보이진 않지만 음.. 돈이 문제일려나?
아무튼 단순하게 값으로 받아내기에는 감압식이 간단하며
정전식은 별도의 처리과정을 통해(일종의 이미지 프로세싱/그룹핑) 터치/멀티 터치를 구현한다.

그리고 정전식은 전하를 지닌 물건이 아니면(노골적으로 말하자면 손!) 터치가 되지 않으며
온도나 습도 그리고 전하용량에 많은 영향을 받는다.
직접 아이폰을 사용해보진 않았지만, 극단적으로 장시간 무중력 상태에서 사용하면 터치가 안될지도 모르겠다?!
(인간의 몸의 정전용량은 한계가 있고, ground 처리로 바닥을 통해 빠져나가서 전하용량의 차이로 터치가 되는건데
다른 물체와 접촉하지 않은 상태에서의 인간의 전하용량이 언젠가는 터치패드와 동일해질수 있을것이고
그러면 결국에는 터치가 인식되지 않을 가능성이 있어 보인다.)

[링크 : http://ko.wikipedia.org/wiki/정전식_터치스크린]
[링크 : http://ko.wikipedia.org/wiki/감압식_터치스크린]
[링크 : http://en.wikipedia.org/wiki/Resistive_touchscreen]
[링크 : http://en.wikipedia.org/wiki/Capacitive_sensing]
Posted by 구차니
프로그램 사용/VLC2010. 2. 9. 16:26
크로스컴파일
./configure --disable-mmx --disable-sse --enable-run-as-root --with-tuning=no --host=sh4-linux --build=i686  --disable-dbus --disable-dbus-control --disable-a52 --disable-glx --disable-postproc --disable-qt4 --disable-skins2


매번오류 내는것도 귀차니즘.. OTL


2010.03.09 추가
target에서 할경우
./configure --disable-mmx --disable-sse --enable-run-as-root --with-tuning=no --disable-dbus --disable-dbus-control --disable-a52 --disable-glx --disable-postproc --disable-qt4 --disable-skins2
Posted by 구차니
개소리 왈왈2010. 2. 9. 09:43
부제 : 불꽃싸다구!!




아 띠발~
아 뒷골이야~

니가

고충을
아냐고
어?
어!?
어!!!
ㅆㅂ
뒤져바!!!!

(라고 내 머릿속에서 대사가 떠올랐다)



오늘의 반전 : 이 자식이 사제라니(클레릭)!!!

[링크 : http://por1004.egloos.com/1637213]

'개소리 왈왈' 카테고리의 다른 글

새해복 많이 받으세요!  (4) 2010.02.14
생애 두번째 지진  (6) 2010.02.10
예지몽?  (4) 2010.01.31
삶이 빡시다  (0) 2010.01.30
오늘도 달댕이  (12) 2010.01.28
Posted by 구차니
하드웨어2010. 2. 9. 00:34
터치패널 데이터시트를 보다보니 어떤 원리로 센싱을 하게 되는지 궁금해졌다.
일단 터치패널 + 터치 컨트롤러 조합으로 사용하게 되는데


터치패널은 단순하게 4개의 선을 빼줄뿐이고
터치 컨트롤러는 이 선에서 나오는 모종의 정보를 이용해서 좌표를 계산한다.

내용을 읽어보니, 저항막 방식으로
한곳이 눌리면 저항값이 변경되며(다르게 말하면 선이 연결됨)
그 순간의
X1 ~ X2 의 값을 통해 X 좌표를,
Y1 ~ Y2 의 값을 통해 Y 좌표를 얻어낸다.


머.. 이런식으로 구성된 일종의 가변저항의 느낌이려나?

[링크 : http://embedded.kut.ac.kr/projects/01graduate/touch/touch.htm]
Posted by 구차니
PXA-255로 대략 400Mhz 작동. 그리고 메모리는 32MB
시리얼은 115K로 작동(은근히 이거 찾는다고 귀차니즘..)

$cat /proc/cpuinfo
Processor       : Intel XScale-PXA255 rev 6 (v5l)
BogoMIPS        : 396.56

$cat /proc/meminfo
        total:    used:    free:  shared: buffers:  cached:
Mem:  31162368 19542016 11620352        0   176128 14811136
Swap:        0        0        0
MemTotal:        30432 kB

$cat /proc/cmdline
init=/linuxrc mem=32M console=ttyS0,115200



'하드웨어 > PalmPalm Tynux Box' 카테고리의 다른 글

tynuxbox X와 H-JTAG (wiggler / parallel)  (0) 2013.07.02
tynux 커널소스 역추적  (0) 2012.07.29
RedBoot  (0) 2010.07.09
Tynux Box boot log  (0) 2010.07.09
PalmPalm Tynuxbox  (2) 2010.02.08
Posted by 구차니
프로그램 사용/nfs2010. 2. 8. 15:40
패키지 이름은 unfs3
실행파일 이름은 unfsd
서비스 이름은 unfs3

실행은      sudo service unfs3 [start|stop|restart]
도움말은   man unfsd / unfsd -h
exports     /etc/exports

하지만 exports 문법이 조금 달라졌는지
*(rw) 의 *을 인식하지 못한다.

[링크 : http://unfs3.sourceforge.net/]
[링크 : http://sourceforge.net/projects/unfs3/]

[링크 : http://blog.syszone.co.kr/119]

'프로그램 사용 > nfs' 카테고리의 다른 글

NFS 관련  (0) 2010.02.11
NFS 설정 /etc/exports 의 squash  (0) 2010.02.11
nfsstat  (0) 2010.02.07
우분투에서 nfs로 uboot 부팅이 안돼요 2  (0) 2010.02.06
우분투의 nfs 서버로 uboot nfs 타켓 부팅 안되는 경우  (0) 2010.02.05
Posted by 구차니
시리얼 포트로 데이터가 안나온다!
1. 크로스/다이렉트 케이블의 문제 이거나, 끊어진 케이블이 문제였던 경우가 많았음
2. 가끔 황당하게, 동일 포트로 터미널을 두개 열고 두번째 연결한 터미널을 띄워 놓은 경우가 있었음

시리얼 포트로 데이터는 나오는데, 외계어?!
1. 받는쪽의 baud rate 확인! (은근히 이런 실수를 ㅠ.ㅠ)


그 외에 드물게 하는 실수
1. 드물지만 Flow control 을 설정해서 쓰는 경우
2. 알고봤더니 이 케이블이 아니네~ 경우

Posted by 구차니
달리다가 스매시(D) - 찌르기 (이비는 파볼같은 이펙트인데 ㅠ.ㅠ)

s-d 위로 쳐올리기 (이름이 없다 ㅠ.ㅠ)
s-s-d 베어블로우 (특정부위 파괴용)
s-s-s-d 트윈엣지 450 (광역 공격용 - 거미 쓸어버릴때, 포위 직전 유용)
s-s-s-s-...-d 사우전드 니들 (다운시에 조낸 공격!) + (5번까지 중복 인정된다는 이야기가..)

몹잡고
w-d 벽에서 백드롭 혹은 벽에 대고 배를 발로 차기 (w 시에 스매시 버튼 누르라고 뜰때 사용하면 피가 회복됨)
w-s-d 배때리고 백드롭
w-s-s 아직까지 w-s-s-d 조합은 안되는듯. 대개 w-s-s로 죽음 ㅠ.ㅠ

돌이나 물건 들고
w-s 잡고 - 휘두르기(평타)
w-d 잡고 - 내리찍기(스매시)
w-w 잡고 - 던지기
w-shift-w 잡고 - 자동조준하고 - 던지기

a-s 발차기(임의 발동)
d 발차기

a 회피
a-a 2단 회피(슬립스루 배워야 함)


아무튼 달려가다가 '스매시'로 적 넘어 트리고
남은 적은 s-s-s-d 로 트윈엣지 이용해서 여러넘 동시 공격(앞으로 누르면서 하면 상당히 긴 거리를 몰살시킨다)
그리고 피가 딿으면 w-d 로 피 회복!



[링크 : http://amanokozue.egloos.com/3542520]
[링크 : http://heroes.gameabout.com/bbs/view.ga?id=304&row_no=109]
Posted by 구차니
하드웨어2010. 2. 8. 11:22
AVR을 공부하면서 여러가지가 있는데, 무슨 차이인지 몰랐다.

아무튼 레조네이터(resonator)는 굳이 번역하자면 공명기/공진기 인데
세라믹 공진기를 통해 주파수를 발진하고, 상대적으로 낮은 안정도를 보인다.(클럭이 불규칙)

오실레이터(OSC)는 X-TAL이 온도나 전압에 따라 불안정한 클럭을 보이는 것을 보정하기 위해
전압제어(VCXO - Voltage-controlled X-tal oscillator)을 하거나
온도보상(TCXO - Temperature-compensated X-stal oscillator)을 한다.

레조네이터 < X-TAL < OSC 순서로 안정화 됨

[링크 : http://pepsiman.tistory.com/62]


Crystal oscillator types and their abbreviations:

  • ATCXOAnalog temperature controlled crystal oscillator
  • CDXO — Calibrated dual crystal oscillator
  • DTCXO — Digital temperature compensated crystal oscillator
  • EMXO — Evacuated miniature crystal oscillator
  • GPSDO — Global positioning system disciplined oscillator
  • MCXOMicrocomputer-compensated crystal oscillator
  • OCVCXOoven-controlled voltage-controlled crystal oscillator
  • OCXOOven-controlled crystal oscillator
  • RbXORubidium crystal oscillators (RbXO), a crystal oscillator (can be an MCXO) synchronized with a built-in rubidium standard which is run only occasionally to save power
  • TCVCXO — Temperature-compensated voltage-controlled crystal oscillator
  • TCXO — Temperature-compensated crystal oscillator
  • TMXO - Tactical miniature crystal oscillator[71]
  • TSXO — Temperature-sensing crystal oscillator, an adaptation of the TCXO
  • VCTCXO — Voltage-controlled temperature-compensated crystal oscillator
  • VCXO — Voltage-controlled crystal oscillator
[링크 : http://en.wikipedia.org/wiki/TCXO]

Posted by 구차니
하드웨어2010. 2. 8. 11:06
일반적으로 디지털 통신이나 RF에서 (같은건가?) 사용하는 녀석이다.
CPU에서 24Mhz 이런게 들어 가는데 어떻게 기가급의 클럭이 나오나 궁금했는데
이녀석으로 클럭을 뻥튀기 해주는것으로 생각된다. PLL 이라는 Phase Lock Loop 어쩌구 하는데 먼소리여 ㄱ-

[링크 : http://somedayhug.tistory.com/38]
[링크 : http://www.rfdh.com/bas_rf/begin/pll.php3]

A CPU with a 10x multiplier will thus see 10 internal cycles (produced by PLL-based frequency multiplier circuitry) for every external clock cycle.
[링크 : http://en.wikipedia.org/wiki/CPU_multiplier]

[링크 : http://en.wikipedia.org/wiki/Frequency_multiplier]
[링크 : http://en.wikipedia.org/wiki/PLL]
Posted by 구차니