I’ve not posted much in the last few days because I’ve not done much on any projects, being away from home over the weekend and also updating my CV and putting a little more effort into trying to find a new job over the last few days. I won’t be posting much for the next few days either as I have *two* weddings to go to in the next three days.
So here are my current projects -
- Continue to work on the TV display. This is mostly software at the moment, writing a reasonable library for displaying graphics and text in other applications. Also I’d like to output RGB signals too so I can get colour but this will require a PIC with more RAM. I could do character cell based colour perhaps in a similar way to an old ZX-Spectrum display. Hmm, idle thought – I wonder if a PIC is powerful enough to emulate a z80 at the speed of a spectrum… Almost certainly not if it has to display video too.
- Computer USB / IR Remote project. I’d like to build this properly and put it in a box so I can just plug it into USB port and be able to control the PC. Ideally I’d like to be able to configure the buttons from the PC (What they send…). I would like to consider using a PIC24FJ64GB106 in TQFP package which I believe I could solder onto a PCB I could make. Strangle the farnell link doesn’t show it does USB but the microchip datasheet indicates that it does
- Learn Direct3D11. I did quite a lot with d3d9 / c++ in the past but I’d like to make a proper project with d3d11 now. I would really like to use C# as a learning excercise too but for this first project i think I’ll stick to c++.
My first project will be the d3d11 one






