ReleDuino Project update files 15.06.2013

I have designed a board based on Arduino for home automation use.
The card can be placed in a case din (208x86,5 mm).
The "master card" is equipped with a chip arduino atmega-328p-au and controls 8 bistable relays with 16 ampere and accepts 8-button input
The "slave card" does not have the chip but can be controlled by the master control for other 8 relays and accept other 8 buttons.
Each master board can control up to 7 slave cards.
Through the use of specific i2c buffer (P82B96 or pca9600) I can control the slave cards up to 100m away from the master.
Adding another master card, I can control other slave boards 7.
I can add up to 96 master boards in a network, 112 i2c addresses reserved minus 16 addresses: 8 addresses for mpc23017 (output) and 8 addresses for PCF8574 (input), and 96x7 slave boards.
All cards can communicate with each other. someone can affect my project?
You'll also find files of the programs used in the demonstration posted on youtube: Progetto ReleDuino - YouTube

ReleDuino Master.rar (633 KB)

ReleDuinoM.pdf (173 KB)

ReleDuinoM--brd.pdf (178 KB)

Programmi ReleDuino.rar (2.96 KB)

"someone can affect my project? "

Please explain the question.

"Please explain the question."

I designed the card described.
I drew the schematic and completed the circuit.
I have already tested the prototypes but I'm not a electronic expert.
I need advice about my project to see if it can be improved.
I also need to co-workers interested in the development of the project.

You're not going to get much help without posting a schematic to start.

Sounds like you have some working software - we'd need to see that too.

I drew the schematic and the PCB with Kicad.
The files are available. The project is working but in constant development.
I have attached 2 files pdf: schematic and pcb.

The circuit diagram has been made much more readable (I hope).
Was inserted a new slide switch which terminates the RS485 line and adds resistance to the polarization (if you activate the line is terminated by resistors, otherwise not).
Were also included protections for the MAX485: a SM712 for lines A and B and a SM05 on nutrition component.