|
maZZoo's blog very low frequency tech postings - hard |
|||
home blog feed eyes info code [12] dect [4] hard [8] meta [5] security [5] jul 2009 (1) jun 2009 (1) jan 2009 (2) dec 2008 (1) oct 2008 (1) jan 2008 (1) oct 2007 (1) jun 2007 (1) feb 2007 (3) jan 2007 (3) nov 2006 (2) aug 2006 (2) jul 2006 (1) may 2006 (1) nov 2005 (2) oct 2005 (1) apr 2005 (2) mar 2005 (2) feb 2005 (1) jan 2005 (1) may 2004 (1) jan 2004 (1) apr 2003 (1) jan 2003 (1) |
Fri, 24 Oct 2008 PCMCIA pinout
top
34 33 32 ... 3 2 1
68 67 66 ... 37 36 35
bottom
pin functions are
1 Ground 2 D3 3 D4 4 D5 5 D6 6 D7 7 CE1 8 A10 9 OE 10 A11 11 A9 12 A8 13 A13 14 A14 15 WE 16 Ready 17 Vcc 18 Vpp1 19 A16 20 A15 21 A12 22 A7 23 A6 24 A5 25 A4 26 A3 27 A2 28 A1 29 A0 30 D0 31 D1 32 D2 33 Wp 34 GND --- 35 GND 36 CD1 37 D11 38 D12 39 D13 40 D14 41 D15 42 CE2 43 VS1/RFSH 44 Reserved 45 Reserved 46 A17 47 A18 48 A19 49 A20 50 A21 51 Vcc 52 Vpp2 53 A22 54 A23 55 A24 56 A25 57 VS2/RFU 58 Reset 59 Wait 60 Reserved 61 Reg 62 BVD2 63 BVD1 64 D8 65 D9 66 D10 67 CD2 68 GND posted in /hard | link | comments [0] Sun, 14 Oct 2007 Chipcon/TI CC1110 radio transceiver
A far-in-the-future target of this spare time work will be an encrypted ad-hoc radio network layer. If I made you curious, just wait for more to come. If you're an enthusiastic developer, contact me, I may need your help. posted in /hard | link | comments [2] Tue, 06 Feb 2007 less than 42 in 1 kernel Initializing USB Mass Storage driver... kernel scsi0 : SCSI emulation for USB Mass Storage devices kernel usb-storage: device found at 3 kernel usb-storage: waiting for device to settle before scanning kernel usbcore: registered new interface driver usb-storage kernel USB Mass Storage support registered. kernel scsi 0:0:0:0: Direct-Access IC USB Storage-CFC 301b PQ: 0 ANSI: 0 CCS kernel scsi 0:0:0:1: Direct-Access IC USB Storage-SMC 301b PQ: 0 ANSI: 0 CCS kernel scsi 0:0:0:2: Direct-Access IC USB Storage-MMC 301b PQ: 0 ANSI: 0 CCS kernel scsi 0:0:0:3: Direct-Access IC USB Storage-MSC 301b PQ: 0 ANSI: 0 CCS kernel usb-storage: device scan complete kernel scsi.agent[20468]: disk at /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/host0/target0:0:0/0:0:0:2 kernel scsi.agent[20457]: disk at /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/host0/target0:0:0/0:0:0:3 kernel scsi.agent[20461]: disk at /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/host0/target0:0:0/0:0:0:1 kernel scsi.agent[20454]: disk at /devices/pci0000:00/0000:00:1d.1/usb3/3-2/3-2:1.0/host0/target0:0:0/0:0:0:0 kernel sd 0:0:0:0: Attached scsi removable disk sda kernel sd 0:0:0:1: Attached scsi removable disk sdb kernel sd 0:0:0:2: scsi: Device offlined - not ready after error recovery kernel sdc : READ CAPACITY failed. kernel sdc : status=0, message=00, host=1, driver=00 kernel sdc : sense not available. kernel sdc: Write Protect is off kernel sdc: Mode Sense: 00 00 00 00 kernel sdc: assuming drive cache: write through kernel sd 0:0:0:2: Attached scsi removable disk sdc kernel usb_id[20644]: usb_id: unable to access '/block/sda' kernel usb_id[20655]: usb_id: unable to access '/block/sdc' kernel usb_id[20684]: usb_id: unable to access '/block/sdb' kernel scsi_id[20685]: scsi_id: unable to access '/block/sdb' kernel scsi_id[20656]: scsi_id: unable to access '/block/sdc' kernel scsi_id[20739]: scsi_id: unable to access '/block/sdc' kernel scsi_id[20645]: scsi_id: unable to access '/block/sda' kernel scsi_id[20741]: scsi_id: unable to access '/block/sda' kernel scsi_id[20747]: scsi_id: unable to access '/block/sdb'get a new reader. If you want warranty forever, don't buy in germany (as I did, not reading the fine print ;). Italians: leave the country! Warranty for your great grantchildren's 22 ExaByte cards is to get elsewhere.
posted in /hard | link | comments [0] harddrive on coffee ![]() ![]() Note to self: next time do performance tests on a harddrive on caffeine ;) lessons learned:
posted in /hard | link | comments [1] Fri, 18 Nov 2005 color snapshots from a black n white Tektronix oscilloscope
Fri, 18 Mar 2005 nordic nRF9E5 stuff
I have created some notes on the device (hoping to keep it up to date while I work on it). I am coding in assembler, tools: asx8051 and aslink of the SDCC (small device c compiler) my nRF9E5 include file The EEPROM needs a 3 byte header, so for my toolchain, I needed to hack ihx2nRF9E5.pl an excerpt from the source: # ihx2nRF9E5.pl (c) by maZZoo [a] maZZoo.de # licensed under GPLv2 # # mangles EEPROM data for an 8051-based nordic semicondictor # nRF9E5 radio transceiver. # # reads an Intel-hex-formatted file from stdin, # writes it to stdout, all output addresses # will be increased by $offset (>=3) # # prepends bytes as the nRF9E5 requires. # # probably does quite the same job as nordic's # eeprep.exe - I never happened to run it. # # usage: # cat aslinkout.ihx | ./ihx2nRF9E5.pl > myeeprom.hex
Sat, 15 Jan 2005 using a Torx T6 you can open the Nokia 6230 by removing 6 screws on the frontside.
then the PCB can simply be taken off. here's the backside.
Andreas Toenne asked in cs15uc$2sg$02$1@news.t-online.com whether one can remove the camera module and whether then the mobile still works. this can be useful if want to take your mobile legally to sensitive places, where cameras are banned. one can quite simply remove the camera module - it is locked by 3 snap-in locks, two on the lower side, one at the upper side of the module in the following pic.
Now the test:
the Nokia6230 works fine without camera module (I didn't test each and everything, but a phonecall worked) if you select the camera menu you get an error message (not shown) and then this:
"Standby" as in "lying around nearby" ;) the test was done with a german O2 firmware on the 6230. chipsetmy curiosity still wasn't satisfied, and I tried to identify the chipset. here's a closeup of the digital part.
[1] labelled
SEC 437 V675
K4M64163PH
BLG0117E1
[2] labelled
TIKUEDGE SA
V1.11E
4375107
4AAIFTW X
I assume this is the EDGE/GPRS/GMS baseband processor (which is
a wild guess from its name). I only found one russian site referring "TIKUEDGE".
let me know in case you know more details or can translate the pages
to something more of a lingua franca.
[3] labelled
SEC 440 DI7B
K8S2815ETA
UQ1514P3
[4] labelled
4376371
GK 10U VP
CHN GK 441
[5] labelled
SEC 440 LG00
KEE00E00CH
T6H116Q2
I didn't google for the devices yet - let me know if you have some news.
Fri, 02 Jan 2004 repair of an ICF-PRO80 |
|||