#13 Networking and communications

For this assignment, I did serial communication between boards, hello.bus.

To do this, first downloaded the traces from the academy page, and then milling them in the Modela. 1 bridge and 2 nodes.

After the milling and soldering of the components, had to program the boards to communicate with each other. For this I used my FabISP. I followed the steps on Anna Kaziunas tutorial.

Once the boards are connected to the FTDI and the FabISP, I did the flashing with Ubuntu. For each board had to modify the C code, indicating a different number for each one (0, 1, 2, etc.)

After this procedure, using the Arduino, I could see that there was communication between the boards.

Back To Top