Week 14
Apr 24. Networking and Communications
Group Assignment
Send a message between two projects
Instructions
- Compare communciation protocols
- UART - Universal Asynchronous Receiver/Transmiter. Used for serial communciation. Asynchronous.
- SPI Bus - Serial Peripheral Interface. USed to transfer information between integrated circuits in electronic equipment. Synchronous.
- I2C - Inter-Integrated Circuit Protocol. Intenteded to allow multiple digital integrated circuits to communicate with on or more master chips. Synchronous.
Individual Assignment
Design, build, and connect wired or wireless node(s) with network or bus addresses.
All the electronics from inputs and outputs were reused for networks and communications.
Instructions
- Master Components:
- Create the master PCB, to be able to communicate through IC2
- Program the master PCB and connect it to your slave PCB, in this case it was the improve outputs PCB
- Program the slave code and program your PCB
- Because it is intented for short distance communications the circuits should be next to each other.
- The same connection will be used for the final project, to make the light bulb blink once you start your story, making the final connection available through bluetooth.
Documents