ghp wrote:What I understand from the data sheet is:
- the power supply for the device is 24V, so be careful with the connections from/to raspberry in order not to destroy the pi.
- the inputs of the device (output for the pi) can be handled with an uln2803 driver.
- the outputs of the device (input for the pi) most possibly can be handled using pullup resistors to 3.3V. (Check the voltage you get, in the datasheet a residual voltage of 1.8V is mentioned which could result to not recognize zeroes by the pi.)
- timings are in millisecond range, when you write the code in python this is no problem.
- if you have basic understanding of electronics, then this should not be a problem (but why do you ask then ?). Otherwise look for a local expert for support, especially for the construction of the interface hardware.
Hope this helps,
Gerhard
Thanks for the specifics of the hardware. I haven't really programmed an E84 before, so quite a new device for me. The hardware should not be a problem, I can have it interfaced. But then how can i have it programmed for such a timing diagram. Could you send me any link as a sample program, which can accomplish such a timing diagram, and I can transmit and receive the 8 inputs as required?
I might be asking a very naive question, but as I mentioned quite new to it, so kindly excuse me.