- To burn the program to Arduino.
- To make the Arduino as a main component to give the instruction for other component.
METHOD :
- Upload the ArduinoISP sketch onto your Arduino board.Select the board and serial port from the Tools menu that correspond to your board.
- Wire up the Arduino board and microcontroller.
- Select "Arduino Uno or Nano w/ ATmega328" from the Tools > Board menu. (Or "ATmega328 on a breadboard (8 MHz internal clock)" if using the minimal configuration described below.)
- Select "Arduino as ISP" from Tools > Programmer
- Run Tools > Burn Bootloader
- It should only need to burn the bootloader once. After done so, you can remove the jumper wires connected to pins 10, 11, 12, and 13 of the Arduino board.
RESULT :
- The figure shown the programming was burn on Arduino uno board.
ANALYSIS :
- From this programming, it will burn into Arduino Uno. From this Arduino board, it will give the instruction for every equipment in circuit.
CONCLUSION :
- From this, it will give the instruction from Arduino.
No comments:
Post a Comment