Posts

Showing posts with the label Arduino

Arduino ( 3 - 6 ) ADC = Analog to Digital Converter အကြောင်း

Image

Arduino ( 3 - 5 )Two Led Blink

Image
 Two LED Blink Code များကို ကူးယူရာတွင် အထူးပြုအက္ခရာများအား သတိထား၍ မကျန်စေရန် ကူးယူစေလိုပါသည်။  Code ## const int led1 = 12; //First LED is connected to digital pin 7 const int led2 = 13; //Second LED is connected to digital pin 8 void setup() { pinMode(led1, OUTPUT); //Pin 12 is defined as output pinMode(led2, OUTPUT); //Pin 13 is defined as output } void loop() { digitalWrite(led1, HIGH); delay(1000); digitalWrite(led1, LOW); //delay(1000); digitalWrite(led2, HIGH); delay(1000); digitalWrite(led2, LOW); //delay(1000); }

Arduino ( 3 - 4 ) LED မီးသီးများ အကြောင်း

Image
LED သည် မီးသီးမဟုတ်ပါ။ သို့သော် အလင်းရောင်ထုတ်ပေးနိုင်သဖြင့် မီးသီးဟုသာ အလွယ်ခေါ်ကြခြင်းဖြစ်ပါသည်။ LED သည် အလင်းရောင်ထုတ်ပေးနိုင်သော Diode ဖြစ်ပါသည်။ 

Arduino ( 3 - 3 ) One LED Blink Test

Image
One LED Blink Test ရေးသားရမည့် Code မှာ Build_In_LED Test နှင့် ပုံစံတူပြီး Hard ware ပိုင်းတွင်တော့ ဆင်ရမယ့် LED မီးသီးငယ် အကြောင်း အနည်းငယ်သိထားရန်လိုပါသည် ။ Blink ဆိုသည်မှာ မှိတ်တုတ် မှိတ်တုတ် ဖြစ်နေသည်ကို ဆိုလိုခြင်းဖြစ်ပါသည်။

Arduino ( 3 - 2 ) Proteus ဖြင့် Arduino သင်ခန်းစာများကိုလေ့ကျင့်ခြင်း

Image
  https://my.pcloud.com/publink/show...

Arduino ( 2 - 3 ) Proteus Design 8.6 Install ပြုလုပ်ခြင်း

Image
Proteus 8.6: https://drive.google.com/.../1qWxGuKww8G4zII1xdeX.../view...

Arduino ( 2 - 2 ) Proteus Design 8.3 Uninstall ပြုလုပ်ခြင်း

Image

Arduino ( 2 - 1 ) Proteus Design Suit 8.3 Install ပြုလုပ်ခြင်း

Image
Proteus မှာ ယခုအခါ 8.6 အထိပေါ်နေပြီဖြစ်ပြီး သင်ခန်းစာများထဲတွင် 8.3 ဖြင့်ရေးဆွဲထားခြင်းကြောင့် မိမိတို့တွင် 8.6 တင်ထားပြီးဖြစ်ပါက ဆက်လက်အသုံးပြုနိုင်ပါသည် ။ Feature ပိုလိုစုံလင် ပိုမိုကောင်းမွန်လာခြင်း ကိုတွေ့မြင်နိုင်ပါသည် ။ Proteus Design Suit 8.3:  https://my.pcloud.com/publink/show...

Arduino ( 3 - 1 ) LED Built - In Test

Image
Arduino Board ရဲ့ ကိုယ်ထည်ပေါ်မှာပါဝင်လာပြီးသား Led မီးလုံးငယ်လေး ကို ဦးဆုံး အဖွင့် အပိတ် စတင်စမ်းသပ်မည့်လေ့ကျင့်ခန်း ဖြစ်ပြီး မည်သည့် ပစ္စည်းမျှ မလိုအပ်သေးပဲ အာဒီနို ဘုတ်တခုနှင့်ပင်လုံလောက်ပါသည် ။ အောက်တွင် ကုဒ်များဖော်ပြထားပြီး မိမိတို့ကိုယ်တိုင် စာအုပ်ထဲတွင် လိုက်လံရေးမှတ်ခြင်းကို မိပြီး မှတ်မိစေ နားလည်စေနိုင်မှာဖြစ်ပါတယ် ။ Code ## void setup() { pinMode(LED_BUILTIN, OUTPUT); //Declare LED_BULITIN Pin as Output } void loop() { digitalWrite(LED_BUILTIN, HIGH); delay(1000); digitalWrite(LED_BUILTIN, LOW); delay(1000); }

Arduino ( 1 - 2 ) Arduino IDE Install ပြုလုပ်ခြင်း

Image
  ဗီဒီယိုဖိုင်ထဲမှ အတိုင်း မူလ Arduino ကို သွားကူးပါက Update ရမှာဖြစ်ပြီး မိမိပေးထားသော လင့်ခ်ထဲမှလည်း ကူးယူနိုင်ပါသည် ။ Arduino IDE ကူးယူရန် https://my.pcloud.com/publink/show...

Arduino ( 1 - 1 ) Arduino Board မိတ်ဆက်ခြင်း

Image
  Arduino Board မိတ်ဆက်ခြင်း