Wednesday 31 October 2012

AVRs on the lighting desk

I've been looking at Amtel's AVR microprocessor chips and they look like the next step for my search for a simple cheap lighting desk...

According to this wikipedia page the smallest amount of RAM that an ATtiny has is 32 bytes... now I have 15 8bit fader channels and 12 boolean channels... by my maths that makes 132 Bits... According to the Wikipedia entry on bytes it says that 1 byte ~ 8 bits on most systems... using that conversion I need 16.5 bytes of RAM for my variables, having about half of the RAM in the system means I don't have to worry too much about having to make my code too compact even on the smallest of microcontrollers... I hope...

As to the problem of needing more ADC channels then are provided I can use the I2C bus or 2 wire bus to attach extra ADC chips to the AVR.

That's all for now... exams are almost over and I have a job coming up shortly that should give me some money to spend on this stuff so I can finally get this desk working properly...

Cheers,
Rex

Tuesday 23 October 2012

New Motherboard

Yesterday after my exam I picked up an old motherboard that the IT guy said he was going to give to me. I'm not exactly sure what it is but it has 8 DDR(1/2?) slots and as far as I can tell 4GB in it so far. It also appears to have 2 PCI-X slots and 3(I think) normal PCI slots.

The really exciting thing about it is that it has 2 separate CPU's!! So naturally when I got it home my brother asked if I was setting it up for gaming... not yet...

I'll try and get some good pics and upload them sometime soonish too...


I plugged it in today and discovered that my PSU's are all really really old... as I only have the 20 pin connectors... but I do have a few of them so I'm going to see if I can hack a few together and get them to drive the board... The biggest problem at the moment is there is another socket next to the main 24 pin ATX power plug, this means (according to wikipedia) that I need an EPS type power supply. on the Wikipedia page for PSU's there is a reference to a .PDF calling itself the EPS design guide so hopefully that will help me hack together something that will work...