EN / USD
2096 Items
 Home
Blog
First Project using STM32 in STM32CubeIDE
Introduction to STM32 Microcontrollers, STM32 Family, STM32 Mainstream, STM32 Ultra-Low-Power, STM32 High-Performance, STM32 Wireless, The Nucleo Development Board, STM32 Nucleo-64 parts, STM32 Nucleo-64 connectors, Setting-Up the Tool-Chain, First Project in STM using STM32CubeIDE, Blinking LED, Steps to generate the config. files from STM32CubeMX, Creating a new STM32CubeMX project, User Code Blinking Led, Data type C programs
We will use for our examples STM32CubeIDE released by ST and completely free. STM32CubeIDE is a development tool and supports multi operative system (SO), which is part of the STM32Cube software ecosystem. STM32CubeIDE allows using a single platform to configure peripherals, to generate/compile/debug the code for STM32 microcontrollers and microprocessors. The framework used is Eclipse®/CDT, as tool-chain for the development is used GCC toolchain and GDB for the debugging. To start the project, you must first select the MCU and then initialize and configure the peripherals the user wants to use. At this point, the initialization code is generated. At any time, the user can go back and change initializations and configurations, without affecting t ...
Blog
Introduction to ATmega128
introduction to ATmega128, ATmega128 features, ATmega128 pinout, ATmega128 block diagram, ATmega128 applications
Hey Guys! Hope you are doing well. I am back to feed you with valuable information relating to engineering and technology. Today, I'll uncover the details on the Introduction to ATmega128. It is an AVR, 8-bit low power microcontroller, that comes with a 64-pin interface and is based on RISC architecture.  Availability of 133 Powerful Instructions with single clock cycle and 32 x 8 General Purpose Working Registers make this device an ideal choice for many applications where decent code execution is required. The memory space incorporates on this module is more than normal AVR controllers including Program memory around 128K, enough to store the number of instructions on a single chip. In this post, I'll try to cover each and everything related t ...
Blog
Introduction to PN2222
introduction to PN2222, pn2222 pinout, PN2222 working, PN2222 features, PN2222 applications
Hello friends, I hope you all are doing great. In today's tutorial, we are gonna have a look at detailed Introduction to PN2222. The PN2222 is a conjoint NPN bipolar junction transistor which is used for common persistence less power intensifying or swapping circuits applications. It is intended for low to intermediate current, squat power, intermediate voltage and can activate at a temperately higher speed. It was initially prepared in the TO-18 metallic cascading. It is reflected as a very communal transistor and used as a replacement of NPN transistors. It is normally used as a lesser signal transistor and it vestiges a small common persistence transistor of permanent reputation. In today’s post, we will have a look at its cover, specks, associ ...
Blog
Properties of Fourier Transform in MATLAB
properties of fourier transform, fourier transform properties, what is fourier transform
Hey, pupils welcome to the next session about the Fourier transform. Till now, we have learned about the basics of Fourier transform. It is always better to understand all the properties of a mathematical tool to understand its workings and characteristics. You will observe that most of its properties are similar to the topics that we have discussed before, and the reason is, that all of them are transforms, and the core objective of these transforms is the same. We have learned about the simple and easy discussion of the Fourier Transform, but when dealing with complex problems, it involves the usage of different properties so that we do not have to repeat the calculations all the time to get the required results. Have a look at what you are going to learn today: What are the basic prope ...
Blog
Introduction to 2n3773
introduction to 2n3773, intro to 2n3773, basics of 2n3773, working of 2n3773, application of 2n3773
Hey Fellas! We welcome you on board. I am back to give you a daily dose of useful information that resonates with your needs and expectations and put you ahead from others. Today, I am going to uncover the details on the Introduction to 2n3773. It is an NPN (negative-positive-negative) power base bipolar junction transistor which is mainly used for disk head positioners, high power audio, and other linear applications. I'll try cover each and every feature related to this transistor so you don't need to go anywhere and you find all information in one place. Let's jump in and explore what is it about and what are its main applications? Introduction to 2n3773 2n3773 is an NPN power base bipolar transistor which is mainly designed for disk head p ...
Blog
DC Motor Speed Control in Matlab
DC Motor Speed Control using Matlab, Control Speed of DC motor using Matlab, Matlab to control the speed of the DC motor , DC motor speed control with Matlab, How to control the speed of the DC motor using Matlab
Hello friends! I hope you all will be absolutely fine and having fun. Today, I am going to tell you guys that how to design a simple algorithm for DC Motor Speed Control in MATLAB by simply sending different commands to the serial port from Matlab to Arduino. In my previous tutorials, DC Motor Direction Control using Arduino, we have seen the direction control of DC Motor via Arduino. So, I would suggest you to first have a look at that tutorial before reading this one. Moreover, you should also have a look at DC Motor Direction Control in Matlab and DC Motor Speed Control using Arduino in which I have discussed in detailed about how to make simple and easy programs to control the direction of DC motor in both clockwise and anti clockwise directi ...
Blog
Hyperconverged Infrastructure Market in 2022 and Beyond
Hyperconverged Infrastructure Market, HI Market
Hyperconverged infrastructure becomes the go-to option for enterprise-level companies and startups looking to scale fast. While server virtualization is a mature technology, HCI continues to be one of the hottest trends in the IT industry right now. HCI offers businesses improved reliability, reduced deployment time, lower maintenance costs, and easy scalability. If you are thinking about purchasing a hyperconverged infrastructure solution, take a look at what your competition is doing. If other companies in your market are adopting HCI, maybe it's time you should, too. Let's take a look at the current state of the industry and the global HCI market growth. The State of the Industry HCI is a great way to reduce operating costs and simplify IT by ...
Blog
What is Edge Computing?
What is Edge Computing, How does Edge Computing Work, Cloud Computing Vs Edge Computing, Difference between Edge Computing and IoT, Benefits of Edge Computing
 Hi Friends! Hope you’re well today. In this post, I’ll walk you through What is Edge Computing? Edge computing is the extension of cloud computing. Cloud computing is used for data storage, data management, and data processing. While Edge Computing does serve the same purpose with one difference: edge processing is carried out near the edge of the network which means data is processed near the location where it’s produced instead of relying on the remote location of the cloud server. Confused? Don’t be. We’ll touch on this further in this article. Curious to know more about what is edge computing, the difference between edge computing and cloud computing, benefits, and applications? Keep reading. What is Edge Computing? Edge computing is the process where data is processed near or at th ...
Blog
Interfacing Servo Motor with Raspberry Pi Pico using MicroPython
Interfacing Servo Motor with Raspberry Pi Pico using MicroPython, raspberry pi pico servo motor, servo motor raspberry pi pico, raspberry pi pico servo control, servo motor control with raspberry pi pico, Rpi pico servo motor, servo motor Rpi pico
Hello readers, I hope you all are doing great. In our previous tutorial, we discussed the implementation of pulse width modulation (PWM) in Raspberry Pi Pico using the MicroPyton programming example. We also implemented the LED brightness control program to demonstrate an application of the pulse width modulation technique. In this tutorial, we are going to implement another application of pulse width modulation technique which is ‘Direction and position control of a servo motor’ with Raspberry Pi Pico module and MicroPython programming language. Later in this tutorial, we will also discuss how to control the position of a servo motor with push buttons (to be used as control inputs) and also to use LEDs for indication purposes. What is Servo Motor? Before interfacing the servo motor with ...
Blog
Introduction to LM2904
LM2904 Pinout, LM2904 basics, basics of LM2904, Introduction to LM2904, LM2904 proteus, Proteus LM2904, LM2904 proteus simulation, getting started with LM2904, how to get start with LM2904, how to use LM2904
Hello everyone! I hope you all will be absolutely fine and having fun. Today, I am going to give you detailed discussion on Introduction to LM2904. LM 2904 consists of two builtin amplifiers. These amplifiers have high gain and they are internally frequency compensated. These amplifiers are designed for the operation from a single power supply for a large range of voltages. We can also operate them from multiply power supplies as well. LM-2904 operates on 3.3V power supply, it is the most common power supply in digital systems. LM 2904 is also available in small sizes i.e. they are available in the latest technology DSBGA. LM-2904 has a lot unique features in comparison to the other standard amplifiers. These features include large DC voltage ga ...