Arduino First Lesson

 Arduino First Lesson

So today we are going to create ardiun led example so we need to create this. led, Arduino uno board, a few more jhumper wires so here we have the ability to put these devices and try the blinking example
ඉතින් අද අපි හදන්න යන්නේ ardiun led Example එක ඉතින් අපිට මේක හදන්න ඕනේ වෙනවා. led එකක් Arduino uno board එකක් තවත් jhumper wire කිහිපයක් ඉතින් මෙන්න මේ මේවා උපාංග දාගෙන අපිට හැකියාව තියෙනවා blinking example එක ක්‍රියා කරලා බලන්න


f you want to lit an external LED with this sketch, you need to build this circuit, where you connect one end of the resistor to the digital pin correspondent to the LED_BUILTIN constant. Connect the long leg of the LED (the positive leg, called the anode) to the other end of the resistor. Connect the short leg of the LED (the negative leg, called the cathode) to the GND. In the diagram below we show an UNO board that has D13 as the LED_BUILTIN value.

The value of the resistor in series with the LED may be of a different value than 220 ohm; the LED will lit up also with values up to 1K ohm.


ඔබට මෙම සටහන සමඟ බාහිර LED එකක් දැල්වීමට අවශ්‍ය නම්, ඔබ මෙම පරිපථය සෑදිය යුතුය, එහිදී ඔබ ප්‍රතිරෝධකයේ එක් කෙළවරක් ඩිජිටල් පින් වාර්තාකරු සමඟ LED_BUILTIN නියතයට සම්බන්ධ කරයි. LED වල දිගු කකුල (ධනාත්මක පාදය, ඇනෝඩය ලෙස හැඳින්වේ) ප්‍රතිරෝධකයේ අනෙක් කෙළවරට සම්බන්ධ කරන්න. LED වල කෙටි පාදය (කැතෝඩය ලෙස හැඳින්වෙන negative ණ කකුල) GND සමඟ සම්බන්ධ කරන්න. පහත රූප සටහනේ LED_BUILTIN අගය ලෙස D13 ඇති UNO පුවරුවක් පෙන්වමු.


LED සමඟ ශ්‍රේණිගතව ඇති ප්‍රතිරෝධකයේ අගය ඕම් 220 ට වඩා වෙනස් විය හැකිය; 1K ඕම් දක්වා අගයන් සමඟ LED දැල්වෙනු ඇත.











Code

After you build the circuit plug your Arduino board into your computer, start the Arduino Software (IDE) and enter the code below. You may also load it from the menu File/Examples/01.Basics/Blink . The first thing you do is to initialize LED_BUILTIN pin as an output pin with the line

pinMode(LED_BUILTIN, OUTPUT);

In the main loop, you turn the LED on with the line:

digitalWrite(LED_BUILTIN, HIGH);

This supplies 5 volts to the LED anode. That creates a voltage difference across the pins of the LED, and lights it up. Then you turn it off with the line:

digitalWrite(LED_BUILTIN, LOW);

That takes the LED_BUILTIN pin back to 0 volts, and turns the LED off. In between the on and the off, you want enough time for a person to see the change, so the delay() commands tell the board to do nothing for 1000 milliseconds, or one second. When you use the delay() command, nothing else happens for that amount of time. Once you've understood the basic examples, check out the BlinkWithoutDelay example to learn how to create a delay while doing other things.

Once you've understood this example, check out the DigitalReadSerial example to learn how read a switch connected to the board.


කේතය

ඔබ පරිපථය තැනීමෙන් පසු ඔබේ ආර්ඩුයිනෝ පුවරුව ඔබේ පරිගණකයට ඇතුළු කර, ආර්ඩුයිනෝ මෘදුකාංගය (අයිඩීඊ) ආරම්භ කර පහත කේතය ඇතුළත් කරන්න. ඔබට එය මෙනුවෙන් පූරණය කළ හැකිය ගොනුව / උදාහරණ / 01. බේසික් / බ්ලින්ක්. ඔබ කරන පළමු දෙය නම් රේඛාව සමඟ ප්‍රතිදාන පින් ලෙස LED_BUILTIN පින් ආරම්භ කිරීමයි


pinMode (LED_BUILTIN, OUTPUT);


ප්‍රධාන පුඩුවේදී, ඔබ රේඛාව සමඟ LED සක්‍රිය කරන්න:


ඩිජිටල් වයිට් (LED_BUILTIN, HIGH);


මෙය LED ​​ඇනෝඩයට වෝල්ට් 5 ක් සපයයි. එමඟින් LED වල අල්තාරය හරහා වෝල්ටීයතා වෙනසක් ඇති වන අතර එය ආලෝකමත් කරයි. ඉන්පසු ඔබ එය රේඛාව සමඟ නිවා දමන්න:


ඩිජිටල් වයිට් (LED_BUILTIN, LOW);


එමඟින් LED_BUILTIN පින් එක නැවත වෝල්ට් 0 ක් දක්වා ගෙන LED එක ක්‍රියා විරහිත කරයි. සක්‍රිය සහ අක්‍රිය අතර, පුද්ගලයෙකුට වෙනස දැකීමට ඔබට ප්‍රමාණවත් කාලයක් අවශ්‍ය වේ, එබැවින් ප්‍රමාදය () විධානයන් පුවරුවට පවසන්නේ මිලි තත්පර 1000 ක් හෝ තත්පරයක් සඳහා කිසිවක් නොකරන ලෙසයි. ඔබ ප්‍රමාද () විධානය භාවිතා කරන විට, එම කාලය සඳහා වෙන කිසිවක් සිදු නොවේ. ඔබ මූලික උදාහරණ තේරුම් ගත් පසු, වෙනත් දේ කරන අතරතුර ප්‍රමාදයක් ඇති කරන්නේ කෙසේදැයි දැන ගැනීමට BlinkWithoutDelay උදාහරණය බලන්න.


ඔබ මෙම උදාහරණය තේරුම් ගත් පසු, පුවරුවට සම්බන්ධ ස්විචයක් කියවන්නේ කෙසේදැයි දැන ගැනීමට ඩිජිටල් රීඩ්සීරියල් උදාහරණය බලන්න.



// the setup function runs once when you press reset or power the board

void setup() {

  // initialize digital pin LED_BUILTIN as an output.

  pinMode(LED_BUILTIN, OUTPUT);

}


// the loop function runs over and over again forever

void loop() {

  digitalWrite(LED_BUILTIN, HIGH);   // turn the LED on (HIGH is the voltage level)

  delay(1000);                       // wait for a second

  digitalWrite(LED_BUILTIN, LOW);    // turn the LED off by making the voltage LOW

  delay(1000);                       // wait for a second

}

this is code first lesson you try this






0 Comments