iNEXT BMW CAR 2021| BMW Vision iNEXT. Future focused | BMW NEW CAR 2021 | NEW MODEL CAR 2021

The BMW Vision iNEXT. Future focused. People, their emotions and wants, are at the forefront of all BMW Group thinking about the mobility of the future. At the BMW Group, we ask ourselves how we can create a vehicle that will become our customers’ favorite space.   What‘s your favorite space? People, their emotions and … Read more

B817 Audio amplifier and DC – DC converter applications.

B817Silicon PNP transistor The B817 is a PNP transistor preferred for audio amplifier and DC – DC converter applications. The B817 is a silicon PNP transistor, Uce = 140V, Ic = 12A, applications: power transistor. B817 Similar type list: 2SB817silicon PNP transistor. The 2SB817 is a silicon PNP transistor, Uce = 140V, Ic = 12A, applications: … Read more

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

Arduino Uno

Arduino Uno Rev3 Overwiew Arduino Uno is a microcontroller board based on the ATmega328P (datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator (CSTCE16M0V53-R0), a USB connection, a power jack, an ICSP header and a reset button. It contains everything … Read more

How to Format a Hard Drive Using the Command Prompt.

Format Command The format command is a Command Prompt command used to format a specified partition on a hard drive (internal or external), floppy disk, or flash drive to a specified file system. Format Command AvailabilityThe format command is available from within the Command Prompt in all Windows operating systems including Windows 10, Windows 8, … Read more

How an Arduino Program Works.

How an Arduino Program Works  You need to know the meaning of the following things What is Arduino? Why Arduino? How do I use Arduino? The Arduino community calls a program a sketch. It has two main functions: setup and loop.  void setup(){  }  runs once, when the Arduino is powered on. void loop(){  }  … Read more