HOME About

Week 10 | Electronics 2

This week was surprisingly less difficult than the first electronics week for me.

I started by following Kevins tutorial on building a circuit using the tinkercad website.

Here is the point where my light fuse blew up because I had not added a resistor that would reduce the current.

Now I added my resistor and changed the resistance to have the needed current.

Next I followed along with the tutorial on creating code. This first series I use addition, subtraction, division with my variables which gives me the solution in the serial monitor.

Next I created a code using the if else statement.

Here I practiced the true false statements using greater than or equal to commands that show in the serial monitor as 1 (for true) or 0 (for false)

Next I created a code that would count up in my serial monitor with my name at every multiple of 5.

Lastly we were assigned to create a circuit with five LEDs that would turn the LEDs on one at a time when you push a button.

Here is the link to my serial code click here