Ingredients


Eagle

Networking and communications

The Bus

For the networking and communication week I'm doin the BUS communication. I started milling the two boards The node and the bridge or the master and the slave on the iMODELA the soldering went fine too.
Each Board
An ISP 6 pin connector (for programming)
An ISP 4 pin connector (for the bus connection)
ATTINY 45
LED
10K Resistor (for the micro controller)
1 uF capacitor (for the micro controller)
1k Resistor (for the LED)
in addition to this the MASTER board should have FTDI connectors for serial communication with the computer I couldn't find the surface mount LEDs so i used these ones. their ground is the shorter leg and the VCC is the longer one

Watch a video

For my final project

My final project is divided in panels each panel has three moving sides and one fixed side. I was thinking of having a master reads slaves writs comunitaction among the surface by programing the master board to read the potentiometer (analog input for servos) and sends the signal to the three distributed slaves among the surface to carry three servos each. I tested both Codes using arduino IDE but it's not compiling with the ATTINY, I will look further into it as this is an advanced stage of my final project
Master code.ide
Slave code.ide