Matt Blackshaw

Week 12: Networking and Communications

Connected lights

The idea

Push a button the first board and the other board's LED lights up. This is demonstrating basic 2-way networking over a serial bus, which I will use for communication in my final project.

How it works

The master board sends out a slave ID indicating that the slave should respond. The slave response is exactly one character at which point the master queries another slave.

Design

Pretty basic circuits...

It works!

While things look basic this week, they'll be much more interesting when implemented with my final project, I promise.

Files

Schematics, boards, and code (Zip)