IoT Design Exercises

Made by Tiffany Han · UNLISTED (SHOWN IN POOLS)

Documenting projects and exercises for the deisgn of IoT course

Created: November 1st, 2023

0

Ex 1

To make it blink every 3 seconds, I thought I could change the delay value, which slows down the light, and every 3000 ms = 3 s. Code and bread board shown below:

0

Ex 2

I used a for loop that iterates five times, turning on and off the LED with 500ms = 0.5 s. Then I made sure the last delay is 3000ms in total (2500 upon the exit of for loop) and 500 within the for loop. 

0

Ex 3

I mainly re-wired the bread board to add an LED but the code runs the same.

0

Reflection:

I think this lab really helped me get familiar with how to setup a particle and its IDE. I think I'm familiar with how to write code, but this helped me review how to connect the particle with code I write. I'm definitely very unfamiliar with circuits, and this helped me remember the basics. Overall, I think doing these 3 exercises went pretty well for me, and I think one improvement is if I could be more familiar with how a circuit works. 

x
Share this Project

This project is only listed in this pool. Be considerate and think twice before sharing.


Courses

48-675 Designing for the Internet of Things

· 11 members

A hands-on introductory course exploring the Internet of Things and connected product experiences.


About

Documenting projects and exercises for the deisgn of IoT course