EN / USD
2075 Items
 Home
Blog
Introduction to Ceramic Printed Circuit Board
INTRODUCTION, Introduction to ceramic printed circuit board, Structure of the ceramic PCB, Ceramic substrate, Copper layer, Dielectric layer, Solder mask, Types of ceramic PCBs, Classification according to type of ceramic substrate used, Alumina PCBs, Aluminum nitride PCBs, Silicon nitride PCBs, Silicon carbide PCBs, Boron oxide PCBs, Classification according to manufacturing, High temperature co-fired ceramic – HTCC, Direct bonding copper method – DBC, Thick film ceramic PCBs, Low temperature co-fired ceramics PCBs – LTCC, Thin film ceramic PCBs, Direct platting copper PCBs, Characteristics of the ceramic PCBs, Benefits/ advantages of the ceramic PCBs, High thermal expansion, Adaptability, Durability, Stability, Versatility, Ceramic boards disadvantage, Ceramic PCBs applications, Memory module applications, Transmission module, Digital PCBs, Interconnect boards, Solar panels, Electrical power transmitter, Semiconductor coolers, How to choose the right ceramic PCB manufacturer
Hello friends and welcome to this article. Today we are going to have a look at the introduction to the ceramic printed circuit boards. we have previously introduced what a printed circuit board is and we noticed that it is a very important part that makes electronic circuits complete and well organized. Having that in mind, we had also discussed several materials that build up these PCBs and today our focus is on the ceramic types of PCBs. Introduction to Ceramic Printed Circuit Board This printed circuit board is referred to as ceramic PCB because of the substrate used in the construction of this board is made up of ceramic and it finds applications in special areas. The process of making this board is that copper is pasted on the surface ...
Blog
Introduction to the MATLAB Datatypes
MATLAB datatypes, datatypes in matlab, datatypes matlab, matlab datatypes matrices, matlab matrices, matlab matrix, matlab datatypes keywords
Hello friends. In this lecture, we are going to have a look at the different kinds of MATLAB data types. As we have already seen in previous lectures, MATLAB stands for MATrix LABoratory and allows us to store numbers in the form of matrices. Elements of a matrix are entered row-wise, and consecutive row elements can be separated by a space or a comma, while the rows themselves are separated by semicolons. The entire matrix is supposed to be inside square brackets. Note: round brackets are used for input of an argument to a function. A = [1,2,3; 4,5,6; 7,8,9]; An individual element of a matrix can also be called using ‘indexing’ or ‘subscripting’. For example, A(1,2) refers to the element in the first row and second column. A larger matrix can al ...
Blog
Regulated Power Supply Using LM317
Regulated power supply using LM317, power supply with LM317, LM317 variable power supply, LM317 power supply, LM317 regulated power supply, LM317 variable power supply
Hello geeks, welcome to our new project. We are going to make an important project which will be very useful for us in our daily life which is a variable DC power supply. As engineers who work with electronics need different voltage ranges of DC power supply for different electronic projects and components. It becomes very clumsy and hard to manage different power supplies because of wires which are connected to it and each power supply consumes an extra power socket as well. So in this project, we will overcome this issue and learn to make an adjustable DC power supply, in which we will get a wide range of voltages. Software to install We will make this project in the simulation, as it is a good practice to make any project in the simulation fir ...
Blog
Motion Detection with ESP32 & PIR Sensor
ESP32 PIR, PIR esp32, pir sensor esp32, esp32 pir sensor, motion detection with esp32, motion detection esp32 pir sensor, motion detection pir esp32
Hello readers, we hope you all are doing great. Welcome to the 4th lecture of Section 5(ESP32 Sensor) in the ESP32 Programming Series. So far, we have discussed the ESP32 built-in sensors in this section. Today, we are going to interface an external embedded sensor(i.e. PIR Sensor) with the ESP32 Microcontroller board. At the start, we will discuss the basics of a PIR Sensor(HC-SR501) i.e. its pinout and working. After that, we will design a simple project to detect the motion with a PIR sensor and ESP32. Finally, we will display the motion detection results on the ESP32 WebServer. We will use ESP32 interrupts to detect the motion. Interrupts are used when a microcontroller needs to continuously monitor an event while executing other tasks at the same time. We have already posted a tuto ...
Blog
Christmas Tree using Arduino
Christmas Tree simulation, Christmas Tree using arduino, Christmas Tree project with arduino, Christmas Tree in proteus, Christmas Tree proteus simulation, Christmas Tree project download, Christmas Tree arduino code
Hello Geeks, I hope you all are doing great and enjoying your festive seasons. This time, we have come up with a new project which will make your festival a bit brighter so here comes a Christmas tree. It is said that Christmas is the center of all the celebrations. Did you guys know the scientist who discovered the light bulb, Thomas Edison and his friends were the first to put up the light bulbs on the Christmas tree, and here we are going to keep that tradition forward? Well, it’s time to gear up for the next season of Christmas being tech-savvy. Hence we have decided to brighten up a Christmas tree with the usage of Arduino Uno and LEDs in real life. Software to Install: To make our festival a little safer, we will first make our Christmas tree in the simulation and for that, we will ...
Blog
Servo Motor Control with ESP32 WebServer
ESP32 and Servo Motor Interfacing, esp32 servo motor, servo motor esp32, control servo with esp32, esp32 servo control, servo motor esp32, esp32 servo, servo esp32
Hello readers, we hope you all are doing great. In this tutorial, we are going to demonstrate how to interface and control a servo motor using an ESP32 board. After that, we will demonstrate how to create a webserver to control the servo motor’s shaft position with the ESP32 board. Servo Motors are among the most important actuators in robotics, with applications ranging from RC planes to automated door locks. Hardware components required A servo motor ESP32 development board Connecting wires Breadboard Servo Motor There are several specific types of electric motor applications in which the motor must rotate only at a specific angle. For such applications, we need a special type of motor with such a special arrangement that causes the m ...
Blog
Capacitance Measurement using Arduino
Capacitance Measurement, Capacitance Measurement using arduino, Capacitance Measurement project with arduino, Capacitance Measurement proteus simulation, Capacitance Measurement in proteus, Capacitance Measurement arduino code
Hello geeks, welcome to our new project. In this project, we are going to make a very useful and interesting electronics tool that we as engineers or tinkers need in everyday life. We use the capacitor in most of our projects for various purposes such as filters or power supplies. Most of the time, we do not have a provision to measure the capacitor value in our digital multimeter. So, this time we came up with the solution. Hence, we will make our own capacitance measurement tool using Arduino. Rather than investing in new electronic equipment, we will use an Arduino board and some basic components to measure the capacitance. To make this project, we should have some working knowledge about the capacitor. Here, we will not discuss the in-depth wo ...
Blog
Accessing ESP32 Dual Core
Accessing ESP32 Dual Core, FreeRTOS in ESP32, esp32 dual core, dual core in esp32, dual core access in esp32, esp32 dual core access
We are familiar with multiple features of the ESP32 module. Like Wi-Fi capabilities, classic Bluetooth, Bluetooth low energy (BLE), inbuilt sensors etc. Hello readers, I hope you all are doing great. We have already mentioned in our previous tutorials that, ESP32 is also featured with a Dual-Core Processor. Which provides better performance and efficiency. In this tutorial, we will learn how to use ESP32’s dual cores. ESP32 has two (32-bit each) Tensilica Xtensa LX6 microprocessors namely, core0 and core1 which makes it a powerful dual-core microcontroller and hence stands apart from its predecessors. When we compile and upload a code using Arduino IDE, we do not have to worry about which core executes the code. It just runs. Fig. 1 ESP32 dual-co ...
Blog
Sending Sensor Readings to Google Sheet Through IFTTT using ESP32
Sending Sensor readings to Google Sheet through IFTTT, ESP32 data upload to Google Sheet through IFTTT, Send data to Google sheet with IFTTT, Data sending with IFTTT ESP32, ESP32 IFTTT
Hello readers, I hope you all are doing great. In our previous tutorial, we learnt how to make HTTP POST from ESP32 to the IFTTT server. In this tutorial, we will learn about another application of the ESP32 module in the field of IoT (Internet of Things). We can publish multiple sensor readings from ESP32 to Google sheets via the IFTTT web service. IFTTT is used as a third-party web service to integrate Google sheets with ESP32. Fig. 1 Creating an IFTTT Account for Integrating ESP32 with Google Sheets We are going to create an applet (on the IFTTT server) that is responsible to integrate the Webhooks and Google Sheets services. While operating with the IFTTT server there are some services/utilities that we are going to deal with like Applets an ...
Blog
Key Steps To Improve Health And Safety In Industrial Workplaces
Key Steps To Improve Health And Safety In Industrial Workplaces
Industrial workplace health and safety are essential for avoiding work-related accidents, injuries, and fatalities. In fact, as many as 13,455,000 workers across manufacturing industries in the US are at risk for fatal and nonfatal injuries, the CDC reveals. Not only does improving workplace health and safety protect workers, but it also prevents lost work days and lost revenue. The National Safety Council found work injuries cost businesses a total of $161.5 billion annually, equating to $1,100 per worker. Improve employee training New workers are three times more likely to sustain an injury in their first month than workers with a year's experience on the job. By improving employee training and tailoring programs to the demands of each individu ...