Often it is observed that TIP120 is used in some circuits created with Arduino UNO or ESP32. It is a Darlington pair (it is a transistor). In many circuits, we can either use a transistor or a MOSFET. For example, in our previous guide, 5050 LED Strip with Arduino, we have mentioned that we can use either transistors or MOSFET. The sentences are not fully correct - a MOSFET is also a transistor. … [Read more...]
Computer and Internet
Computer and Internet is catchall section of core computing categories including Cloud Computing, Digital Photography, Virtualization, Networking, Protocols and Others' which are not otherwise more subcategorized. Here also you will get unique articles and news on computer hardware, Software, Networking and Protocols.
5050 LED Strip with Arduino/ESP32
5050 LED Strips are cheap LED strips which resemble costlier Neopixel strips but the LEDs in 5050 LED Strips are not individually addressable. That means you can use the animations as one coloured LED at one time. You can run the common old animations such as change of colour, dimming effect etc. But we can not run tricky animations such as chase. 5050 LED Strips are a good choice for interior … [Read more...]
NeoPixel Ring (24 Bit) Spindicator/Chase with Arduino
Spindicator means spinning indicator, Apple calls it "spinners". It is a very common animation used to show the loading process progress in many software including Windows 10 and 11. This project only contains the code which will create the animation (which is essentially the chase effect). In this basic guide, we have not shown PWM to control the progress of the indicator. This guide is the … [Read more...]
What is User Experience (UX) Design
User experience design describes the process of designing a purchase pre-decision phase of a user in a service or product interaction, for example with the help of digital graphical user interfaces, and forms part of the phenomenon of user experience. This interaction with a product is created through the interplay of usability, usability, visual design, interaction design, content strategy, user … [Read more...]
Robot Ethics : The Main Fields of Questioning
Robot ethics is the application of ethics to robotics. It deals with the development, manufacture and use of robots. With the increase of robots in human life and the realization that robots are not just pure tools, but agents, companions and avatars, the question arises about an assessment of the ethical challenges facing humans. In 2004, the first international symposium on robot ethics was held … [Read more...]
Arduino: Display Potentiometer Readings on 7 Segment LED Display
There are various practical needs to output the value of a potentiometer on a digit 7-segment display without making it super complicated. Things such as an audio player require a display of the audio control knob by using some sort of logic with this kind of project. In our earlier articles, we have discussed about PWM and control of a line of LED with potentiometer. Both of those articles are … [Read more...]
How Wheel Hub Motor Works
A wheel hub motor is a motor that is installed directly in a wheel of a vehicle and at the same time carries the wheel hub. Most designs are electric wheel hub motors, but there were also internal combustion engines. In the case of electric wheel hub motors, both internal and external rotors are conceivable. In principle, the hub dynamo is similar to the wheel hub motor, an exclusively … [Read more...]
How Digital Photo Frame Works and What Are DIY Solutions
A digital frame (or digital photo frame) is an electronic device that reproduces the appearance of a frame, to display one or more photos from a digital source without the aid of a microcomputer. They usually rely on LCD, TFT, QLED and e-ink technology for display. The surface, matt or glossy finish, with a diagonal of 7 inches to 85 inches is in 4/3 format (the definition of the panel can … [Read more...]
ESP32 Control Servo Motor Over WiFi (Basic of Robot Car)
Many hobbyists try to directly use some projects on how to build a robot car available on the internet and eventually face issues. There are various reasons why the project fails because there are differences in setup and components. A common approach to steer a robotic car to the right or left is by using a shield which uses four DC motors. The method is good for toys but not enough mature or … [Read more...]
What is the Difference Between Ubuntu and Debian on Server?
Debian is a collaboratively developed free operating system. Debian GNU/Linux is based on the basic system tools of the GNU Project as well as the Linux kernel. Debian offers a wide range of application programs and tools. Debian was founded in August 1993. Today, the project has over 1000 official developers. It is one of the oldest, most influential, and most widely used GNU/Linux distributions. … [Read more...]
How Analog-to-Digital Converter (ADC) Works
An analogue-to-digital converter (ADC) is an electronic device whose function is to translate an analogue quantity into a digital value encoded on several bits. The converted signal is usually an electrical voltage. As we have explained before, the GPIO pins of any microcontroller board such as Arduino, ESP32 etc can handle digital input or output only. The analogue pins of Arduino are an … [Read more...]