Arduino Programming
Heyy guys welcome back to my blog 😄, this would be the last blog I will be posting before the school holidays comes and. Today I would be sharing with you my experience and what I have done for the Arduino Lessons. Do read on as I would be sharing some wonderful and interesting pictures. There are 4 tasks that will be explained in this page: 1. Input devices: a. Interface a potentiometer analog input to maker UNO board and measure/show its signal in serial monitor Arduino IDE b. Interface a LDR to maker UNO board and measure/show its signal in serial monitor Arduino IDE 2. Output devices: a. Interface 3 LEDs (Red, Yellow, Green) to maker UNO board and program it rot perform something (fade or flash etc) b. Include the pushbutton on the MakerUno board to start/stop part 2.a above For each of the tasks, I will describe: 1. The program/code that I have used and explanation of the code. The code is in writable format (not an image) 2. The sources/references that I used to write the code