Introduction: PI Nokia - an ARM Prototyping Board
I have recently acquired at Farnell an ARM microcontroller fom Cortex M0 family, manufactured by NXP (former Philips Semiconductor). Despite its low price, it has 8K of flash, 2K of RAM, 28 I/O pins, half a dozen PWM channels and the same amount of capture units, 8 x 10bit ADC, UART, SPI, I2C and has an internal PLL that according to the datasheet can make the core run at 100MHz (is it true)!
But, there is no free lunch! Despite the data sheet mentions a PDIP package, I could only find the LPC1111 in HVQFN 33 package. I think the manufacturer might be cutting costs by saving plastic and metal, given the tiny size of the chip.
I am not sure if I can do at home a circuit board with the resolution and precision needed for such package and even if I could, I don't have the necessary tools and materials to solder it (hot air gun or oven).
So the solution was to glue the chip upside down at a prototyping board then use thin Solderable Enamel Wire (0.19mm diameter) and A LOT of patience!!
Following the tip of a friend, I have acquired a "clone" of a Nokia CA-42 USB data cable wich contains internally a USB to serial converter which operates at TTL LV logic level, plus a 3V3 voltage regulator. That's pretty all I need to build a stand alone demo board!!!
Then I have added two push buttons for "reset" and "bootload" function. To enter the bootloader one can press both buttons then hold the "bootload" for a few seconds after releasing the "reset" button. In order to interface with the real world I have added two terminal bars for the I/O pins. I could have stopped here but there was still some space free, then I have added a DC power plug and a couple of voltage regulators for 3V3 and 5V (LCD displays, accelerometers, sensors, etc operates under 5V).
Well the result is on the pictures.
Arduino, Raspberry PI .. be afraid!!! PI Nokia is here to stay!

Participated in the
Hack It! Contest
6 Comments
9 years ago on Introduction
Have you seen the LPC1114? Core M0 in DIP28 package. I'm looking into trying this one. Should be easier to interface on stripboard
11 years ago on Introduction
Where find ARM microcontroler?Can i find in old siemens A50 phone?Sorry for english iam from czech :-)
11 years ago on Introduction
Kudos to you for soldering an SMD like that by hand! I would have ruined it...
11 years ago on Introduction
This is down right super-human. Hats off to you sir!
I've contemplated trying something like this myself but always came to the conclusion that it would be near impossible. Now I need to re-think that :p
11 years ago on Introduction
cool, what projects do you have planned for this?
Reply 11 years ago on Introduction
Thanks! I have made this board to compare the experience of develop with ARM with the experience of develop with 8 bits microprocessors, so I plan to start with basic stuff like controlling Stepper motors, interfacing with SD card, Wii Nunchuck, LCDs, etc.