ECE-370: Setting up WiFi between your uC and your SBC

From Lofaro Lab Wiki
Jump to: navigation, search

Due: 2019-03-27

The goal of this homework is to connect your uC (micro controller) to a wireless network in multiple different ways. To make sure that your SBC (single board computer, i.e. Raspberry Pi Zero W) can "see" your uC we will ping the uC when connected when in each of the different configurations. Please do and show me the following:

Todo:

  • Connect your uC to your home network via DHCP.
  • Connect your uC to your home network via a Statically assigned address.
  • Connect your SBC to your uC when your uC is in AP (Access Point) mode. This means that your uC acts as a small router. There are example on how to do this within the WiFi Arduino examples.

In each instance above, be sure you can ping it from your SBC.

Show me:

  • Screen shots of you pinging your uC from your SBC in each of the above configurations (please clearly denote which is which)
  • Provide github links to your software.