• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Arduino

By Abhishek Ghosh July 6, 2023 7:07 pm Updated on July 6, 2023

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...]

By Abhishek Ghosh July 4, 2023 9:44 am Updated on July 4, 2023

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...]

By Abhishek Ghosh July 1, 2023 9:55 am Updated on July 1, 2023

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...]

By Abhishek Ghosh June 28, 2023 8:56 am Updated on June 28, 2023

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...]

By Abhishek Ghosh June 27, 2023 9:35 am Updated on June 27, 2023

How to Save Sensor Data from ESP32/Arduino to InfluxDB

There are some databases which are suitable for use with Arduino, ESP32 etc microcontrollers. We can indeed use MySQL (and PHP) to create IoT projects like this one. However that approach requires own API server and such method has limitations. It is a complicated method and presents app and web development moving away from PHP and MySQL/MariaDB. These days it is convenient to use Create React App … [Read more...]

By Abhishek Ghosh June 26, 2023 9:56 am Updated on June 26, 2023

What We Have Learned From Titan Submarine Incident

The 2023 accident of the submersible Titan occurred during a dive into the international waters of the North Atlantic Ocean off Newfoundland, Canada. The Titan is a small submersible for tourism purposes, operated by OceanGate and intended particularly to ensure paid visits to the wreck of the Titanic. On June 18, 2023, it began a descent towards the wreckage during which it suffered an implosion … [Read more...]

By Abhishek Ghosh June 24, 2023 10:08 am Updated on June 24, 2023

Arduino 12 LED Meter (Bar Graph) With Potentiometer for Various Projects

There are various ways to create a LED Meter or Bar Graph with a few square LEDs of three colours and demonstrate the function with a potentiometer. There is nothing new with this idea since official documentation of Arduino already has one example of bar graph. However, not all of them are practical to use with every project. The sensors in real often do not generate a voltage (or PWM signal) as … [Read more...]

By Abhishek Ghosh June 23, 2023 10:27 am Updated on June 23, 2023

LED Chaser Effect With PWM Using Arduino

In our earlier article, We have discussed PWM and informed you that this PWD technology is used in particular for light-emitting diodes (LEDs), as they are often used as backlights on mobile phones or brake lights in newer motor vehicles. Our older article on Breathing LED also uses PWM. This was the sketch, LED is attached to pin 11: [crayon-69e48da221188538893466/] This article is … [Read more...]

By Abhishek Ghosh June 22, 2023 7:29 am Updated on June 22, 2023

What is Pulse Width Modulation (PWM)?

Pulse Width Modulation (PWM) or Pulse Duration Modulation is a type of modulation in which a technical quantity of electrical voltage changes between two values. At a constant frequency, the duty cycle of a square wave pulse is modulated, i.e. the duration of the pulses forming it. It is used to generate a pseudo-analog signal from a digital or analog environment to allow processing of this signal … [Read more...]

By Abhishek Ghosh June 21, 2023 8:15 pm Updated on June 21, 2023

API Key Based Authentication in PHP Based Backend for Arduino, ESP32

The difficulty with the Internet of Things deployment for hobbyists and makers is out of the absence of a simple open-source GPL-ed platform (like we have WordPress, Magento, Joomla, and OctoPress for content management). MQTT is often not easy for this segment, examples with HTTP are too less.   The Present Scenario of IoT Platforms   Blynk.io decided to shut down the Blynk app … [Read more...]

By Abhishek Ghosh June 21, 2023 8:39 am Updated on June 21, 2023

What is General-Purpose Input/Output (GPIO)?

GPIO (General Purpose Input/Output) ports are I/O ports widely used in the world of microcontrollers, especially in the field of embedded electronics. Usage of this term appeared in the early 80s. GPIO are placed on an electronic circuit in order to communicate with electronic components and external circuits. These can be detectors or sensors to capture data, or to control commands. GPIO contacts … [Read more...]

  • « Previous Page
  • 1
  • …
  • 4
  • 5
  • 6
  • 7
  • 8
  • …
  • 37
  • Next Page »

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

vpsdime

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Cloud-Powered Play: How Streaming Tech is Reshaping Online GamesSeptember 3, 2025
  • How to Use Transcribed Texts for MarketingAugust 14, 2025
  • nRF7002 DK vs ESP32 – A Technical Comparison for Wireless IoT DesignJune 18, 2025
  • Principles of Non-Invasive Blood Glucose Measurement By Near Infrared (NIR)June 11, 2025
  • Continuous Non-Invasive Blood Glucose Measurements: Present Situation (May 2025)May 23, 2025
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2026 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy