P Comp Lab Processes 

Analog 




This is the first lab activity I have successfully done.

The first issue was I had trouble uploading the code to the Arduino software. Turns out the problem was I have not selected the correct board name, which I think that’s what the issue was for microcontroller. After fixing that, I still could turn the light on.




I check the serial monitor to check if the potentiometer movement was received, and it was. There was missing writing on the analog.write end of the board, the data was being sent to the led light. After adding the analog.write line of code to Arduino, it worked.










Next Page ︎︎︎