Saturday, May 7, 2016

កង់ដង់សាទ័រ

Capacitor is an electronic component that stores electric charge. The capacitor is made of 2 close conductors (usually plates) that are separated by a dielectric material. The plates accumulate electric charge when connected to power source. One plate accumulates positive charge and the other plate accumulates negative charge.
The capacitance is the amount of electric charge that is stored in the capacitor at voltage of 1 Volt.
The capacitance is measured in units of Farad (F).
The capacitor disconnects current in direct current (DC) circuits and short circuit in alternating current (AC) circuits.

I am red

I am blue

រេស៊ីស្តង់ជាអ្វី?

Resistor គឺជាសមាសភាព​មួយ​នៃអគ្គិសនី ដែលមាន​ជើង​ពីរ ប្រើសម្រាប់​ទប់​តង់ស្យុង​អគ្គិសនីនៅក្នុង​សៀគ្វី។
ចរន្ត​ដែល​​រត់​ឆ្លងកាត់​ Resistor មានរូបមន្ត៖
I = {V \over R}
I គឺជាចរន្ត គិតជាខ្នាត amp (អំពែ), V គឺជាតង់ស្យុងនៅលើ​ជើង​ទាំងពីររបស់​ Resistor គឺតជា​ខ្នាត​ volt (វ៉ុល), ចំណែក R គឺជា Resistor គិតជាខ្នាត ohm (អ៊ូម)។
Resistor គឺជា​ធាតុសាមញ្ញ នៃបណ្តាញអគ្គិសនី និងសៀគ្វីអគ្គិសនី ដែលតែងតែ​ឃើញ​មាន​នៅ​ក្នុងឧបករណ៍​អេឡិចត្រូនិច។
Resistor ប្រើសម្រាប់ទម្លាក់តង់ស្យុង ដែលរត់​ទៅកាន់ component ដទៃទៀត បញ្ចៀសការ​ឆេះខូច ព្រោះដោយសារ​លើស​តង់ស្យុង​

បញ្ជារMotor DC

motorDC

LED Blinking

សសេរកូដភ្លើងLEDលោតផ្លឹបផ្លែត

void setup(){
pinMode(13,OUTPUT);
void loop(){
digitalWrite(13,HIGH);
delay(500);
digitalWrite(13,LOW);
delay(500);
}

Friday, May 6, 2016

Arduino

Arduino ជា open source program hardware and softwareនៅក្នុង Arduino Baord មាន
AVR microcontroller 8 bit ដែលអាចយកមកសសេរកូដ ហើយប្រើប្រាស់ជាមួយគ្រឿង
អេឡិចត្រូនិច​ជាច្រើនដូចជា Sensor, motor,led,intergratedcircuit(IC)
ជាច្រើនទៀត។ដោយ Arduino ជា open source program hardware and softwareដូចនេះហើយយើងមានភាពងាយស្រួលក្នុងការប្រើប្រាស់ ដោយមិនចាំបាច់ទៅទិញlicenseនោះទេ។
អ្នកអាចបញ្ជារឲArduino ធ្វើអ្វីមួយដោយគ្រាន់តែអ្នកសសេរទម្រង់កូដ រួចបញ្ចូលទៅកាន់វា។

****************************************************************************

អ្នកអាចបង្កើតនាឡិការ ប្រដាប់វាស់ស៊ីតុណ្ហភាព ប្រដាប់វាស់ចម្ងាយ ឡានបញ្ជារ ប្រដាប់វាស់​សំណើម ប្រដាប់វាស់កម្រិតពន្លឺរ បញ្ជារអំពូលដោយតេលេ និងអ្វីៗជាច្រើនដែលអ្នកចង់ធ្វើ។