Group Assignment
Individual assignment
My experince in this area is very limited and the mincourse on electronics presented by Monther from Vuja De helped me in organizing my thought and how to strart
Musaed AlKout is the one who had the full process documneted in details, I will cover some highlights in my page.
00 | I strated this task by asking Google AI Gemini to provide me with steps to use Wokwie to design and simulate a simple curcit
03 | I connected the parts createing as shown in the drawing. LED Anode connected to the resistance then Ground on the microcontroller, Then the LED Cathos to pin 10 on the microcontroller. I also connected one leg of the buttin to the Ground of the microcontroller, and the other leg to pin 9
04 | I copied the code from Gemini AI, that will first define each pin to the variable name, then set the if condition function the define the behaviour of the curcit
06 | I followed the documnetion by Musaed AlKout chnaged my circut to connect the LED to the button instead of the Ground
07 | After running the circut, the LED did not turned on. then I changed the code. and run the simulation.
09 | When running the new code, the button was working as the sentence "LED OFF/ LED ON" was printed in the simulation but the LED was not on yet
10 | I checked the connection, and after searching I found that I missunderstood the look of LED legs. Short legs (Cathod) is straight and the long (Anode) is curved even though it looked shorter. I switched the connections
01 | I am using the EPS32 C3 supper mini for my project so I had to get the footprint from Snapeda
07 | Then I strated to fix the errors, by firt closing the pins which are not connected to anythihng
00 | I followed this youtube tutorial