EN / USD
55 Items
 Home
Blog
Introduction to Single Layer PCB
Single-layer PCB, Single-layer Definition, Construction of single layer, Types of singles layer PCB
Hello friends, I hope everything's going well. Today, I am going to share the 13th chapter in the PCB learning series, where we will discuss the single-layer PCB in detail i.e. definition, construction, advantages, manufacturing, applications etc. So let’s try to absorb everything about the single-layer PCB: Single-layer PCB overview: Just a quick recall, PCB stands for a printed circuit board having different electrical components connected with the help of pads and tracks of copper foil, incorporated on an insulating material(substrate). Single-layer PCBs have only one conductive layer of copper. The PCB board itself has a total of 3 layers in single-layer PCB other than the copper layer which are substrate, solder mask, and silkscreen. In the past, phenolic aldehyde was us ...
Blog
Smart Coffee Vending Machine using Arduino
Smart coffee vending machine, Project overview, Components needed, Components details, Arduino UNO, PCF8574, LCD Display, Proteus simulation of smart coffee vending machine, Circuit diagram and working, Arduino code for smart coffee vending machine, Declaration code
Hello geeks, Welcome to our new project. As most readers have already seen the coffee vending machine or maybe you are drinking coffee while reading this article and if you are a tinker or a geek, it must have come to your mind how to make a coffee vending machine on your own. In today's tutorial, we are going to learn how to make a Smart Coffee Vending Machine using Arduino with Proteus Simulation for the same. We can use this project for an engineering project’s showcase for electronics, electrical engineering students, and can be used in offices as well. Coffee is the second most popular drink in the world and it is one of the oldest beverages of the world. According to Wikipedia, more than 2 billion cups of coffee are consumed every day in the ...
Blog
Smart 4 Way Traffic Signal Control with Variable Delay
Variable 4 way traffic light, Software to install, Project overview, Components needed, Arduino mega, Proteus simulation of variable traffic lights, Arduino code, declaration code, void loop, void setup, Results/working,
Hello guys! I hope you’re all in a good mood today because we are going to review the design of an interesting project today. We’ll be looking to design 4-way traffic lights in such a way that their delay is variable and is dependent upon the traffic density. This project is of intermediate difficulty level for people studying in undergrad engineering school with electronics, electrical and mechatronics as their major. It is also for the people learning Arduino and basic circuit design on their own or through some course. We have already designed a Simple 4-Way Traffic Light Control using Arduino and today we will make it smart by adding a variable delay. Variable 4 Way Traffic Light: As you all already know the importance of traffic lights and t ...
Blog
PWM with STM32
Overview, PWM signal generation through timer in STM32, STM32 configuration with STCube, Basic configuration, Timer 2 configuration, The initialization code, Dimming LED,
PWM stands for Pulse-Width Modulation. Once the switching frequency (fsw) has been chosen, the ratio between the switch-on time (TON) and the switch-off time (TOFF) is varied. This is commonly called duty-cycle (D). The duty cycle can be between 0 and 1 and is generally expressed as a percentage (%). D = TON / (TON + TOFF) = TON x fsw The variation of the pulse width, made at a high frequency (kHz), is perceived as continuous and can be translated into a variation of the rotation speed of a motor, dimming a LED, driving an encoder, driving power conversion, and etc. The use of PWM is also widely used in the automotive sector in electronic control units (ECU - Electronic Control Unit) to manage the energy to be supplied to some actuators, both fix ...
Blog
Advantages of pursuing IPC certification in Electronics Assemblies & Inspection
Advantages of pursuing IPC certification in Electronics Assemblies & Inspection, Fabrication of consistent products, Improvement of Cross-Channel Communications, Lower costs
In the highly competitive world of electronics, it has become obvious for leading companies to stick to the adhere standards of quality and consistency. Hence, many times companies and organizations prefer to adopt globally known standards to maintain singularity and high quality within the organization. Because IPC is considered the gold of all standards, many companies and organizations tend to follow it. For that very same reason, companies always prefer employees who demonstrate his/her ability to deliver as per IPC standards. It is vital to becoming an established professional in the field of electronics assembly and quality inspection to find a suitable job in the field of the electronics manufacturing industry. What could be the better way t ...
Blog
How to use ADC with STM32?
Using ADC with STM32, ADC channel selection, ADC setting, ADC regular conversion mode, Injected simultaneous mode, Regular simultaneous mode
An Analog to Digital Converter (ADC) converts a continuous signal (usually a voltage) into a series of discrete values ??(sequences of bits). The main features are: Resolution (in analog terms): It is the minimum variation of the analog input voltage that can determine the variation of the LSB, that is of the least significant bit of the output code. Since the quantization step Q corresponds to the LSB, it can be said that the resolution coincides with the quantization step Q (and therefore is measured in Volts). We can say that the quantization step Q corresponds to the LSB because two contiguous quantization bands, each of amplitude Q, are identified by codes that differ only for the least significant bit. Resolution (in digital terms): It is the number n of bits present at the co ...
Blog
Everything You Need To Know About Anodizing Aluminum Colors
Aluminum anodizing colors, What is aluminum anodizing, What are the types of anodizing processes, How to color aluminum parts using anodizing, How do you color match with the aluminum parts
Manufactured parts need a quality surface finish and visual appeal before releasing them to the client or market. Although there are different methods of applying the surface finish, anodizing aluminum colors produce the best results. There is a wide range of aluminum anodizing colors to choose from; therefore, product developers need to know how to color match before releasing the end product. Let’s examine more on anodizing aluminum parts, how to color anodized aluminum and the common anodized aluminum colors. What is Aluminum Anodizing? Anodizing is an electrolytic process that produces excellent mechanical properties to enhance aluminum parts' durability and visual appeal. Manufacturers use the anodiz ...
Blog
Write and Read an I2C EEPROM with STM32
I2C eeprom, Write and Read an EEPROM with STM32, STM32CubeMX project, Serial I2C, I2C EEPROM with STM32
EEPROMs (Electrically Erasable Programmable Read-Only Memories) allow the non-volatile storage of application data or the storage of small amounts of data in the event of a power failure. Using external memories that allow you to add storage capacity for all those applications that require data recording. We can choose many types of memories depending on the type of interface and their capacity. EEPROMs are generally classified and identified based on the type of serial bus they use. The first two digits of the code identify the serial bus used: Parallel: 28 (for example 28C512) much used in the past but now too large due to having many dedicated pins for parallel transmission Serial I2C: 24 (for example 24LC256) Serial SPI: 25 (for example 25AA080A) Serial - Microwire: 93 (for ...
Blog
ESP32 Web Server in Access Point (AP) Mode
What happens in access point (AP) mode, code description, Wi-Fi access point example, Testing ESP32 web server with hardware in access point with Arduino IDE, Connected with ESP32 AP, ESP32 as an access point, Web page displaying the LED off state
Hello readers, hope you all are doing great. This is our 3rd tutorial in the ESP32 programming series. In our previous tutorial, we discussed the ESP32 Web server, where we created the ESP32 web server in STA mode. ESP32 can be operated as an access point (AP) or a Wi-Fi station (STA mode). So, in this tutorial, we will create an ESP32 web server in access point (AP) mode. Here's the video demonstration of ESP32 WebServer in Access Point Mode: As I mentioned above, in our 2nd tutorial, we already discussed the basics of the ESP32 web server. So, in this tutorial, we will only discuss how to create the ESP32 in access point mode. For detailed information about the basics of the ESP32 web server and how client-server communication takes place, fol ...
Blog
What is SLS (Selective Laser Sintering) used for?
What is SLS (Selective Laser Sintering), sls, Selective Laser Sintering, SLS used for
Hello friends, I hope you all are doing great. In today's tutorial, we will discuss what is Selective Laser Sintering, why is it used for. Selective Laser Sintering is a popular 3D printing technology used to create durable prototypes and end-use parts from CAD files. Its one of the oldest and most popular forms of additive manufacturing techniques and thanks to further technological advances, its use is becoming widespread. In this guide, we will explore what SLS is and what it is used for.  How does Selective Laser Sintering work? SLS uses a nylon or polyamide powder which is spread successively in thin layers with a high-powered laser that selectively sinters the powder according to data derived from digital models. This process is repeated la ...