Skip to main content

What is an Arduino?

Introduction

Arduino is an open-source platform used for building electronics projects. Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board.
The Arduino platform has become quite popular with people just starting out with electronics, and for good reason. Unlike most previous programmable circuit boards, the Arduino does not need a separate piece of hardware (called a programmer) in order to load new code onto the board – you can simply use a USB cable. Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn to program. Finally, Arduino provides a standard form factor that breaks out the functions of the micro-controller into a more accessible package.
alt text
This is an Arduino Uno
The Uno is one of the more popular boards in the Arduino family and a great choice for beginners. 

Comments

Popular posts from this blog

Full Wave Bridge Rectifier With Capacitor Filter

 Full Wave Bridge Rectifier With Capacitor Filter The voltage obtained across the load resistor of the full-wave bridge rectifier described above has a large amount of ripple. A capacitor filter may be added to smooth-en the ripple in the output, as shown below. Figure 21: Full wave Bridge rectifier with capacitor filter The rectifier circuits discussed above can be used to charge batteries and to convert AC voltages into constant DC voltages. Full-wave and bridge rectifier are more commonly used than half-wave rectifier.

Nano Technology In Electronics

How Does A Solar Tracker Work?

Trackers direct solar panels or modules toward the sun. These devices change their orientation throughout the day to follow the sun’s path to maximize energy capture. In photo voltaic systems, trackers help minimize the angle of incidence (the angle that a ray of light makes with a line perpendicular to the surface) between the incoming light and the panel, which increases the amount of energy the installation produces. Concentrated solar photovoltaics and concentrated solar thermal have optics that directly accept sunlight, so solar trackers must be angled correctly to collect energy. All concentrated solar systems have trackers because the systems do not produce energy unless directed correctly toward the sun. Single-axis solar trackers rotate on one axis moving back and forth in a single direction. Different types of single-axis trackers include horizontal, vertical, tilted, and polar aligned, which rotate as the names imply. Dual-axis trackers continually face the ...