Pages

Monday 26 June 2023

SEVEN SEGMENT DISPLAY



This is basically LED's connected together to form the figure eight (8). Any of these LED's can be individually controlled (switched on or off) depending on the character the user wants to display.

These LED's are denoted by a, b, c, d, e, f, g,  and common terminal. Sometimes, dot terminal is included.
Each segment is connected to an individual input pin, and by supplying the appropriate voltage or current, the corresponding segment can be illuminated.

Seven-segment displays are commonly found in digital clocks, calculators, electronic meters, and other devices where numerical or basic character information needs to be visually displayed. They provide a simple and effective way to convey numerical data in a clear and readable format.
  

TYPES OF SEVEN SEGMENT DISPLAY

There are two types of seven segment display, they are:
  • Common Anode
  • Common Cathode
The difference between the two types of display is the way the LED's in them are arranged.

For clarity sake, anode is the positive terminal while cathode is the negative terminal

COMMON ANODE

Just as the name implies,  the positive terminal of all the LED are joined together to have a common anode. The individual negative terminals are labelled a, b, c, d, e, f and g.
         

common anode display

To display a character using common anode seven segment display, a positive supply voltage will be supplied to the common anode terminal and a negative supply voltage will connected to the individual terminals that make up such character.

COMMON CATHODE

This type of seven segment display has a common negative (cathode) for all the LED's and an individual positive terminal labelled a, b, c, d, e, f and g.



Common cathode display

Let's say you want to display the number 2, you will turn on the LED's connected to a, b, d, e, g and the common terminal.


Is Arduino the right board for me?

 In a world filled with lots of development boards, why should you choose Arduino? Today, we'll explore the reasons why Arduino is an excellent choice for bringing your projects to life. 

Whether you're a beginner or a pro, Arduino offers unique advantages that make it a popular choice.


Different Arduino Boards



Why choose an Arduino?

It provides an integrated development environment (IDE) that simplifies the programming process. The IDE has a straightforward interface, making it easy to write, compile, and upload code to the Arduino. 


Arduino IDE



Arduino’s online community is another reason to choose it. The Arduino community is a vibrant ecosystem of enthusiasts, makers, and developers who freely share their knowledge, projects, and code.

Whether you have a question, need troubleshooting assistance, or want to showcase your project, there's always someone ready to help and provide guidance.


Arduino Forum



The boards are versatile and compatible with a wide range of sensors, actuators, and other electronic components. This compatibility allows you to easily integrate various modules into your projects as it has multiple input/output (I/O) pins that allow you to connect sensors, LEDs, motors, displays, and more.


The wide selection of pre-built libraries that simplify complex tasks. These libraries provide ready-to-use code for specific functions or modules, saving you time and effort. You can find libraries for almost any component or task you need.



whether you're a hobbyist, a student, or an aspiring inventor, Arduino offers a perfect blend of simplicity, versatility, community support, and affordability.


Arduino empowers you to unleash your creativity, turning your ideas into reality. It's an incredible platform for learning, experimenting, and prototyping innovative projects.