• 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 January 3, 2023 6:21 pm Updated on January 3, 2023

How Internal Pull Up/Down Resistor Works (Arduino/ESP32)

In the context of Arduino/ESP32, we usually add a resistor to the push button to complete the setup. Instead of using a resister, we can define the resister in code. In general, pull-up resistors are the more common simply because that is a thing we need most of the time due to the nature of logic inputs. In this article, we will explain how pull-up resistors work. Pull-down resistors will work in … [Read more...]

By Abhishek Ghosh December 18, 2022 9:53 am Updated on December 18, 2022

Why ESP32 is a Popular Microcontroller Solution?

The ESP32 is a low-cost, low-power, 32-bit microcontroller family introduced in 2016 by the Chinese company Espressif. It is an open design, open-source-friendly family of microcontrollers which enable the construction and networking of network-based actuators and sensors. The GNU Compiler Collection including the toolchain is available as a free development tool. The ESP32 family has various … [Read more...]

By Abhishek Ghosh December 10, 2022 9:26 am Updated on December 10, 2022

ESP32 Arduino IoT Relay Control with Google Home, Alexa and Manual Switch

Recently I have discovered a no-code IoT platform named SirnicPro for Arduino, ESP32-based projects which offers almost everything the professional IoT devices allow. No-code platform means the Arduino sketch is automatically generated. Practically there is nothing to learn since everything is click, configure and generate. This is kind of project is quite difficult to produce with a … [Read more...]

By Abhishek Ghosh December 7, 2022 10:10 am Updated on December 7, 2022

Getting Started with Arduino IoT Cloud with ESP32

Arduino IoT platform is great particularly if you want to avoid backend configuration, and management and want a nice mobile app UI. There are certain differences with self-hosted IoT solution and platforms such as IBM Watson IoT. As it is officially from the creators of Arduino, it is easy on certain parts of the work but it is obscured too. The documentation is not easy for everyone and that is … [Read more...]

By Abhishek Ghosh December 5, 2022 8:41 am Updated on December 5, 2022

ESP32 Arduino IoT Relay Control (PHP MySQL Based Self Hosted)

This is the first guide for the series of guides to replace the setup for IBM Watson IoT based projects. If you look at our old articles and GitHub repository, you will realize that we were publishing IBM Watson IoT-centric sketches for the past 4 years. A significant time and effort were spent and our innocent readers were using them. Suddenly they came to know that IBM Watson IoT platform will … [Read more...]

By Abhishek Ghosh December 4, 2022 9:26 am Updated on December 4, 2022

How to Create Own PHP Based IoT Webserver for ESP32 Arduino

You can create your PHP MySQL-based personal IoT web server, even use WordPress or some PHP-based admin panel, toggle button, gauges etc. We can always send HTTP POST Request to a Secure Webpage with PHP, but that will need a web server which will support the protocol. You can do it with ThingsBoard, but that is not what we are talking about. We are talking about a simple setup where you … [Read more...]

By Abhishek Ghosh December 2, 2022 8:18 am Updated on December 2, 2022

Reading Voltage With Arduino

Reading voltage with Arduino is easy. You'll need only a potentiometer to adjust the resistance. Despite being easy, this project is great for kids because it explains the basics of the 5V logic of electronics. The components you need are a breadboard, an Arduino Uno R3, a potentiometer and two jumpers. With digital input, 5V is perceived as HIGH and 0V as LOW. But, electricity does not only … [Read more...]

By Abhishek Ghosh October 23, 2022 7:08 pm Updated on October 23, 2022

ESP32 Arduino WS2811 Pixel/NeoPixel Programming

The WS2811, WS2812, WS2812B, WS2813, and SK6812x are known as NeoPixel or Pixel. They are RGB LEDs with a controller. Particularly WS2811 RGB LED strings are commonly sold in India during Diwali and in North America during Halloween, Christmas etc. Bhoot Chaturdashi in India and Halloween in North America are equivalent. Indian wedding typically involves a lot of lighting. These occasions … [Read more...]

By Abhishek Ghosh October 18, 2022 7:32 pm Updated on October 18, 2022

What is Over-the-Air Programming (OTA Programming)?

An Over-the-Air Programming (OTA Programming) is a software update that is performed via a radio interface (typically Wi-Fi or cellular network). Over-the-air updates are mainly used on smartphones and similar mobile devices and use the devices' existing Internet connection. Delta encoding is sometimes used to drastically reduce the amount of data to be transferred. Firmware Over-the-Air (FOTA) … [Read more...]

By Abhishek Ghosh October 17, 2022 5:48 pm Updated on October 17, 2022

ESP32 Arduino : Control LED with a GUI Toggle Button

Designing two buttons with separate ON/OFF functions is easy and usually, we can avoid async server or dynamic programming language. When we need a checkbox, we can use Javascript on the server side. iOS style toggle button is essentially a checkbox (or a radio button or it can be anything similar). Fundamentally toggle button is a "cheating"! You can create a toggle switch just with CSS 3. It is … [Read more...]

By Abhishek Ghosh August 30, 2022 7:14 pm Updated on August 31, 2022

What are the Best Arduino Projects for Beginners?

Arduino is a platform which combines open-source software and hardware. Apart from the official Arduino, there are Arduino-compatible boards (such as ESP32) which can use the Arduino IDE to let you upload the program. The best projects for Arduino for beginners are limited to the basic projects which help the creators to understand the theory of electronics. On this website, we have over 200 … [Read more...]

  • 1
  • 2
  • 3
  • …
  • 30
  • 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…

 

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

  • What is an Automatic Ethanol Fireplace February 8, 2023
  • Disadvantages of Cloud-Native Computing February 7, 2023
  • Projector Screen Basics February 6, 2023
  • What is Configuration Management February 5, 2023
  • What is ChatGPT? February 3, 2023

About This Article

Cite this article as: Abhishek Ghosh, "," in The Customize Windows, , February 8, 2023, .

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

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

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

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT