esp32

ESP32 Pinout Explorer: Interactive & Free Web App for Developers

Navigating the intricate world of microcontrollers can be a daunting task, especially when it comes to understanding the myriad functions of each pin on your development board. For ESP32 enthusiasts and developers, a reliable and accessible resource…

ee-diary

Differences and Similarities between ESP32 and ESP32-S3

The ESP32 and ESP32-S3 are both popular microcontrollers developed by Espressif, but there are several key differences in their pinout and capabilities. While the basic pinout is similar between the two chips, the ESP32-S3 offers additional featu…

ee-diary
1

ESP32-S3 LED Blink with MicroPython

In this tutorial, we will show you how to blink an LED using the ESP32-S3 and MicroPython . The ESP32-S3 is a powerful microcontroller, and MicroPython is a lightweight version of Python that runs on microcontrollers, making it easy to program hard…

ee-diary

ESP-WROOM-32 LED Blink Tutorial

The ESP-WROOM-32 is a powerful microcontroller module built on the ESP32 chip , renowned for its versatility in IoT (Internet of Things) and embedded systems . Whether you're developing smart home devices or automation systems, mastering the b…

ee-diary

How to Use ESP32 with a Push Button and LED

In this tutorial, we’ll explore how to work with digital inputs and outputs on the ESP32 using the Arduino IDE. Specifically, you’ll learn how to read the state of a push button and control an LED accordingly. Why This Tutorial Matters Understanding…

ee-diary
2

How ESP32 Can Provide Internet Access

You might be asking whether the ESP32 can be used to provide internet access to home users? Well here is the answer. While it's a powerful microcontroller with Wi-Fi capabilities, it's not designed to serve as a full-fledged internet router …

ee-diary

ESP32 PWM with example : dimming an LED

The ESP32 microcontroller offers a versatile and powerful feature set, making it ideal for numerous IoT applications. One of its standout features is the ability to generate PWM (Pulse Width Modulation) signals. PWM is commonly used for controlling …

ee-diary
9

Best Arduino Board replacement for ESP32 board

The Arduino microcontroller that most closely resembles the ESP32 in terms of functionality and pin configuration is the Arduino Due . Here are some key similarities and differences: Similarities: Processing Power : ESP32 : Dual-core Tensilica L…

ee-diary

What is ESP32 Touch Sensor? how to use?

The ESP32 is equipped with 10 capacitive touch GPIOs. These touch GPIOs can detect changes in electrical charge, such as those caused by touching the GPIOs with a finger. This functionality allows these pins to be integrated into capacitive pads, se…

ee-diary
Load More
That is All