Showing posts with label Microcontroller. Show all posts
Showing posts with label Microcontroller. Show all posts

Making a Siemens C55 Data Cable

Hi! Recently I've been developing a GSM access control system for eLab Hackerspace using an old Siemens C55 cell phone and, as such, I needed a data cable to connect it to a PIC microcontroller. I searched on ebay for one but it turned out that they were a little expensive and I began thinking about a way to make myself a data cable.

(Click the photo for better resolution in Picasa Photostream)
Luckily, after searching for a while in my "old power supplies box" (a box where I store all the old phone chargers and power supplies), I found two chargers for old Siemens phones, having the connector that I needed. However, I quickly realized that they only had the VCC and GND pins and I needed a connector with Tx and Rx pins too.
Since I had two chargers I decided to try to modify the connector of one of them to add two more pins and it worked perfectly! :)

Hi! In this blog entry I'll show you how to setup a development environment to develop and compile code for Microchip's PIC microcontrollers. We'll need three main packages:
  1. gputils - a collection of tools for the Microchip (TM) PIC microcontrollers. It includes gpasm, gplink and gplib.
  2. sdcc - small device C compiler
  3. piklab - an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment. It integrates with several compiler and assembler toolchains. It supports the most common programmers (serial, parallel, ICD2, Pickit2, Picstart+), the ICD2 debugger, and several bootloaders (Tiny, Pickit2 and Picdem).

top