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

What is Arduino?

What is Arduino? Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs – light on a sensor, a finger on a button, or a Twitter message – and turn it into an output – activating a motor, turning on an LED, publishing something online. You … Read more

6G; Wireless Innovation Is An Endless.

2030 Vision — Visualize the Next Generation Each generation of mobile communications technology has reigned for about a decade, before being superseded by a new standard. Since the 1980s, after four generations of mobile communications technologies, connection of people has essentially become a reality. Now, with the fast commercialization of 5G  technologies, we are closer … Read more

LM386 LOW VOLTAGE AUDIO POWER AMPLIFIER

LOW VOLTAGE AUDIO POWER AMPLIFIER   DESCRIPTION  The UTC LM386 is a power amplifier, designed for use in low voltage consumer applications. The gain is internally set to 20 to keep external part count low, but the addition of an external resistor and capacitor between pin 1 and pin 8 will increase the gain to any … Read more