DESIGN OF SOLAR PHOTOVOLTAIC WATER PUMPING FOR IRRIGATION USING SUN TRACKING SYSTEM

 DESIGN OF SOLAR PHOTOVOLTAIC WATER PUMPING FOR IRRIGATION USING SUN TRACKING SYSTEM PROBLEM STATEMENT At Vigwaza village located at Coastal region, Agriculture is one of the main activities conducted. During seasons of low rainfall and sunny days irrigation is being applied. Diesel and solar motor pumps are most used for irrigation, however the use of … Read more

Arduino programming language.

Arduino programming language  Can be divided in three main parts:  Functions,  Values (variables and constants), and  Structure. FUNCTIONSFor controlling the Arduino board and performing computations. Digital I/O digitalRead() digitalWrite() pinMode() Analog I/O analogRead() analogReference() analogWrite() Zero, Due & MKR Family analogReadResolution() analogWriteResolution() Advanced I/O noTone() pulseIn() pulseInLong() shiftIn() shiftOut() tone() Time delay() delayMicroseconds() micros() millis() … Read more

The Arduino UNO board layout.

The Arduino UNO board layout LEDs on Arduino UNO board The Power LED indicates that the board has power.  The TX and RX LEDs indicate serial communications traffic.  TX is blinking when transmitting, and RX is blinking when receiving.  The Pin 13 LED is connected to the Arduino Digital I/O pin 13 and can be … Read more