Tuesday, April 9, 2013

From HDD to SSD - the mechanical bit

After the various attempts to clone my HDD to a new SDD worked, the next step was to physically pull out the HDD and install the SDD. This is an HP Envy15 (Model 15-3012TX) we are talking about. It is a bit weird - you actually need a Torx screwdriver just to change the battery. But when it comes to the HDD, it isn't too bad. The battery might be held with Torx T8 screws but all you need to pull out the HDD is a PH0 Phillips screwdriver.

Wednesday, April 3, 2013

From HDD to SSD - a traveller's travails

It had been a while since I have had my laptop and I thought now would be a good time to upgrade the HDD to one of those new fangled SSDs. Sucker!
This is not a step by step procedure of how to manage the transition from an HDD to an SSD. It is more about the problems I faced doing it. It may help those who hit the same problems. For the record, I did manage to overcome all issues and am now posting from my upgraded laptop.

Saturday, October 27, 2012

IR Remote Format for the Foxtel IQ2

After analysing the Sony and JVC remotes, I moved on to the remote for the Foxtel IQ2. The unit is a Pace TDC850NF set-top box. Actually, to start with I started with the plain old Foxtel remote. In the past, it had met with a small accident and the IR filter was shattered. So I opened it up and did the usual - soldered a pair of wires to the IR LED and brought them out. But the signals did not follow the usual pattern.

IR Remote Formats

In the previous blog, I connected two wires to the IR LED of a Sony IR remote control. Now it is time to study the IR signal format. I hooked it up to a USB Logic Analyser. The signal looks like this.

Sony raw signal

Friday, October 26, 2012

Sony IR Remote Control RM-AAP050 Teardown

As part of a project, I needed to study signals sent out by IR remote control units that control TVs, Receivers, etc. The signal itself will be captured using a USB Logic Analyser. But how do I get the signal itself? There are two ways to do this. Use a simple photo-transistor to sense the IR output or directly measure the signal going to the IR LED inside the remote. I decided to use the second approach.

Thursday, October 25, 2012

Sa Re Ga Ma to MP3

It is hard learning music. I have a good memory for music I listen to but when I have a piece of paper in front of me in the Indian music notation, I am a bit lost. I don't see Sa Re Ga on paper and hear the tune in my head. Mainly because I am clueless when it comes to music written down. Oh, it is easy, just play it on an instrument you say? Well, I can't play an instrument either. I could hunt and peck my way on a keyboard but the results are not very useful. What if I can type in the notes from the piece of paper into a file and get a piece of music I can listen to over and over again till it is etched in my mind? How do I convert a piece of Indian music written as Sa Re Ga into an MP3?

Monday, October 22, 2012

Ethernet based PIC SBCs

Almost every PIC project has to deal with implementing some kind of a user interface. Buttons, LEDs, LCD display – the hardware is not trivial to add and the result is far from user friendly. What’s more, you have to walk up to the unit to interact with it. This is far from ideal – a rolling potato gathers no couch.

An Ethernet based SBC (Single Board Computer) is one solution. Such an SBC will at the very least have an Ethernet connection. It should have the ability to host a web server. The code for this should be available. Writing one from scratch is way beyond my abilities. With the web server must come a large amount of flash storage, not a few KB but hundreds of KB.