• 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 June 22, 2024 10:30 am Updated on June 22, 2024

Arduino Increment Decrement 3 LEDs With 2 Pushbuttons

This setup allows you to incrementally and decrementally control which LED is lit using the two push buttons connected to your Arduino. Also, there is a buzzer. Adjust pin numbers and delays as per your actual circuit configuration and desired performance. This circuit is designed for children. Debounce is done using millis(), no button interrupt has been used. If you are adult, and relatively … [Read more...]

By Abhishek Ghosh June 16, 2024 10:08 am Updated on June 16, 2024

Arduino Adjustable Countdown Timer With I2S LCD, Rotary Encoder and RTC module

Creating an adjustable countdown timer with an Arduino using an I2C LCD, rotary encoder, pushbuttons with interrupt handling, two status LEDs, and an RTC module to control a relay requires careful management of interrupts for responsive button handling while maintaining accurate timing. It is an advanced project. The person going to create it requires to know few theories and previous work … [Read more...]

By Abhishek Ghosh May 28, 2024 7:32 am Updated on May 28, 2024

Bit Manipulation in Microcontrollers Explained

Bit manipulation is a fundamental concept in microcontroller programming, enabling developers to perform efficient and optimized operations on individual bits within data registers. Understanding and harnessing the power of bit manipulation techniques is essential for maximizing resource utilization, optimizing code performance, and implementing advanced functionalities in microcontroller-based … [Read more...]

By Abhishek Ghosh May 27, 2024 10:41 am Updated on May 27, 2024

What is Pin-Change Interrupt (PCINT)? Explained

In the world of microcontroller programming, efficient event handling is crucial for real-time applications, where timely responses to external stimuli are essential. One powerful feature offered by many microcontrollers is Pin-Change Interrupts, which allow the microcontroller to react swiftly to changes in the state of input pins. This article aims to provide a detailed exploration of Pin-Change … [Read more...]

By Abhishek Ghosh May 21, 2024 10:34 pm Updated on May 21, 2024

What Are the Different Types of Light Sensors?

Light sensors, also known as photodetectors or photo sensors, are electronic devices designed to detect and measure light levels in various environments. They play a crucial role in a wide range of applications, from automatic lighting control and photography to industrial automation and environmental monitoring. In this article, we'll delve into the diverse world of light sensors, exploring the … [Read more...]

By Abhishek Ghosh May 20, 2024 6:51 am Updated on May 20, 2024

Read a Pushbutton with Arduino with Interrupts and Debounce

Pushbuttons are ubiquitous components used for user input in Arduino projects. However, reading pushbutton inputs reliably can be challenging due to issues such as contact bounce and the need for responsive behaviour. In this article, we'll explore how to read pushbutton inputs using interrupts and debounce techniques, ensuring accurate and responsive interaction with Arduino … [Read more...]

By Abhishek Ghosh May 18, 2024 10:56 pm Updated on May 18, 2024

Arduino 3V DC Mini Pump with Push Button Control and LED Indicators (For Kids)

Here's an Arduino sketch to control a 3V DC pump using a push button to start and stop the pump. Additionally, it includes two indicators (green and red LEDs) to signify the status of the pump (running or stopped). This project is intended for the kids, however parents will be required to help them. Although the project is the kids, the sketch includes the usage of Arduino Interrupt. We have … [Read more...]

By Abhishek Ghosh May 16, 2024 10:30 pm Updated on May 16, 2024

Arduino Interrupt: Blink LED and Beep Every 1 Second, Pauses Upon Button Press

Though the previous few articles, I have explained some theories required for embedded projects, which include three longer articles on Interrupt - What is Interrupt, How Interrupt Works and Understanding Arduino Interrupts. If you have not read those articles and are not sure what I am talking about, then kindly read the three articles after testing the code in this guide. Our target of this … [Read more...]

By Abhishek Ghosh May 14, 2024 10:42 pm Updated on May 14, 2024

An Introduction to FreeRTOS

FreeRTOS is a real-time operating system (RTOS) for embedded systems. It is based on a microkernel architecture (explained below) and has been ported to various microcontrollers. FreeRTOS is an open-source RTOS designed for embedded systems and IoT devices. Richard Barry initiated its development in 2003, and since then, it has garnered significant traction in various industries due to its … [Read more...]

By Abhishek Ghosh May 14, 2024 4:29 pm Updated on May 14, 2024

Reader/Writer Lock in Microcontrollers: Explained With Code Examples

In computer science, a lock or locking is the act of blocking access to equipment. Such a lock allows a process to have exclusive access to a resource, i.e. with the guarantee that no other process will read or modify that resource as long as the lock is in place. Locking is often used in process synchronization as well as in file and database systems to ensure atomic and consistent read and write … [Read more...]

By Abhishek Ghosh May 13, 2024 10:53 pm Updated on May 13, 2024

Programming the ESP32: ESP-IDF vs Arduino IDE

The ESP32 microcontroller has emerged as a versatile platform for IoT (Internet of Things) development, offering robust connectivity, powerful processing capabilities, and a vibrant ecosystem of development tools. When it comes to programming the ESP32, developers have two primary options: Espressif IoT Development Framework (ESP-IDF) and Arduino IDE.   Introduction to ESP-IDF and Arduino … [Read more...]

  • « Previous Page
  • 1
  • 2
  • 3
  • 4
  • …
  • 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