Variable Frequency Drives, an uncommonly competitive Device you’ll want
AC induction motors can be transformed into a highly controllable machine. With this electronic device, called Variable Frequency Drive (VFD, for short), a motor can have an ideal and directly…
7 Types of Electric Motors that you need to know about.
An electric motor is capable of transforming electric current into mechanical movement. They are used everywhere, from home to industries and factories. Some electric motors are preferred in certain areas…
Ethernet vs Wi-Fi
There is an old debate whether the invention of Wi-Fi should replace any other existing networking technologies. As far as I am concern, not all technologies will last forever but…
RISC vs CISC, how a few Differences are crucial to Computing
How processors can be classified? This post will briefly discuss about the differences between two popular mainstream architectures and how they are differentiate: RISC vs CISC. Both have their respective…
001 – What is nanoZorro? Introduction by Juditova
Listen to the episode About the episode #001 - This episode brings an introduction on what is the show is about.
Macros on C, how to create useful Aliases for the Code
When any programmer deals with code that is large and complex, some simplification is required when dealing with multiple quantities of functions, variables and statements. With the help of macros…
Switch in C, the neat multiple decision maker in Control Flow
Switch is a statement of Control Flow that replaces multiples if's and merges into one elegant decision making solution. When the program has to choose between many branches and options…
How to drive 7-Segment Displays with a 8-bit PIC
7-segment displays are practical and intuitive to read numbers and symbols out of PIC microcontroller, which are intuitively recognizable for humans. Because the displays are made out of LEDs, it's…
Multiplexing Traffic Lights easily in a PIC microcontroller
Multiplexing is a important tool for improving the maneuverability of sequential hardware (such as traffic lights) and for reducing the number of pins required in a PIC microcontroller. In a…