digital inputs

Posted by: natewhip

digital inputs - 01/02/2006 14:14

if it is possible to add digital output could it be possible to add a digital input?
Posted by: tman

Re: digital inputs - 01/02/2006 14:18

In theory yes. But in practise, no. The lines that go to the tuner can be reconfigured to operate as a digital input but even the designers of the empeg never actually tried it.
Posted by: schofiel

Re: digital inputs - 01/02/2006 17:33

Well, the sound o/p to the digital board is I2S, so the same bus could be used to transfer sound data. Problem is, there's no receiving device on the bus that could do something with it, so even if you made an electrical connection that was I2S compliant, it would not be useful.

There is also an I2C bus, as has been demonstrated by Benjamin's fan controller. This requires a device driver in the kernel if you want to use it from application userland: however, you'd have to write the driver and build the kernel before even starting on the application to use it. The player app would do nothing with it - only (potentially) the HiJack kernel, if you talked Mark into adding support for something.
Posted by: tman

Re: digital inputs - 01/02/2006 18:12

There already is a possible method for getting the sound data in and it is connected to the correct DSP input as well.
Posted by: schofiel

Re: digital inputs - 02/02/2006 08:26

Not according to what I can see on the circuit diagrams, there isn't.
Posted by: tman

Re: digital inputs - 02/02/2006 11:06

That is what Hugo said.
Posted by: tman

Re: digital inputs - 02/02/2006 11:08

Quote:
There is also an I2C bus, as has been demonstrated by Benjamin's fan controller. This requires a device driver in the kernel if you want to use it from application userland: however, you'd have to write the driver and build the kernel before even starting on the application to use it. The player app would do nothing with it - only (potentially) the HiJack kernel, if you talked Mark into adding support for something.

I2C isn't designed for audio which is why they made I2S.
Posted by: schofiel

Re: digital inputs - 02/02/2006 11:58

Didn't say it's for audio - just pointing that it's there: there's also three I/O lines on the ethernet, plus a few other unused bits.
Posted by: mlord

Re: digital inputs - 02/02/2006 13:03

Quote:
there's also three I/O lines on the ethernet


Really? Do you mean, on the RJ-45 jack conductors?

That could explain why the empeg is flakey/fussy about ethernet switches..
Posted by: schofiel

Re: digital inputs - 02/02/2006 13:16

No, there are three I/O lines on the chip brought out to pads on the PCB. I am not sure if the driver supports the use of the lines though (ioctrl?).
Posted by: mlord

Re: digital inputs - 02/02/2006 14:23

Quote:
there are three I/O lines on the chip brought out to pads on the PCB.


We should use them to wire up some extra tri-colour LEDs or something!
Posted by: schofiel

Re: digital inputs - 02/02/2006 17:13

Funny you should mention that.....