For this week, we were asked to design, build, and connect wired or wireless node(s) with a network or bus addresses and a local interface.
Like I've mentioned in previous weeks, it's important to read the datasheet for any components that you're working with. This will help you understand the architecture and language you should use when attempting to communicate with the components various subparts in later programming steps.
Once I had a better understanding of the components I was working with, I moved on to the hardware setup. This is a very simple process.
Once the hardware has been set up, we can move on to the software.
I really tried to focus on keeping things as simple as possible this week: interfacing between a microcontroller and computer via wifi. Historically, I've had a really annoying time connecting Arduinos and other peripherals to wifi, so I was fairly surprised at how simple this process was.
That said, I did run into a handful of issues where I had to reboot my microcontroller whenever the output said "No serial device connected", which I believe happens whenever you try to reupload code to the microcontroller while it's connected to your wifi network. Overall, another cool week that will definitely come in handy for future projects.