]> sigrok.org Git - sigrok-dumps.git/blame - display/nokia_1200/r0ket/README
avr_isp: add dump for ATmega328/P
[sigrok-dumps.git] / display / nokia_1200 / r0ket / README
CommitLineData
305aa383
UH
1-------------------------------------------------------------------------------
2Nokia 1200
3-------------------------------------------------------------------------------
4
5This is a set of example captures of the protocol of a Nokia 1200 cell
6phone display.
7
8The display is a monochrome LCD with 96x68 pixels. It uses the
9Philips PCF8814 "65 x 96 pixels matrix LCD driver".
10
11The display is attached to the "r0ket" eval board / conference badge. It is
12controlled from the NXP LPC1343 ARM controller on that board.
13
14Details:
15http://r0ket.badge.events.ccc.de
16http://r0ket.badge.events.ccc.de/_media/r0ket.sch.png
17http://mylcd.sourceforge.net/files/pcf8814.pdf
18http://www.nxp.com/documents/data_sheet/LPC1311_13_42_43.pdf
19
20
21Logic analyzer setup
22--------------------
23
24The logic analyzer used was a Saleae Logic (at 16MHz):
25
26 Probe LPC1343 chip
27 ------------------------
28 1 (black) CS# (PIO2_1 / DSR)
29 2 (brown) SCK (PIO2_11 / SCK0)
30 3 (red) SDA (PIO0_9 / MOSI0)
31 4 (orange) RST# (PIO2_2 / DCD#)
32
33
34Data
35----
36
37The sigrok command line used was:
38
39 sigrok-cli --driver fx2lafw -d samplerate=16mhz --time <time>
40 -o <file> -p 0=CS#,1=SCK,2=SDA,3=RST#
41