admin
July 15, 2025, 5:23 p.m.
2218

ESP32 Get Sound from I2S Microphone

This tutorial explains how to build an IoT application to control a light switch remotely using the ESP32 microcontroller, Wi-Fi, and a relay module.

admin
July 15, 2025, 5:22 p.m.
5366

ESP32 read PT1000/PT100 temperature sensor values

admin
July 15, 2025, 5:53 p.m.
813

A LED Matrix Message Board with ESP32

admin
July 15, 2025, 6:24 p.m.
1166

ESP32 Sensor DHT11 Temperature and Humidity Sensor

admin
July 15, 2025, 2:29 p.m.
738

ESP32 Sensor Tilt Switch

admin
July 15, 2025, 1:52 p.m.
755

Control LED Brightness with ESP32 PWM

This article focuses on the ESP32 board's PWM capabilities, detailing key terms like TON, TOFF, period, and duty cycle, essential for understanding PWM applications and implementation.

admin
July 15, 2025, 4:44 p.m.
1198

ESP32 PWM Output

This article details how to utilize ESP32's PWM feature to manage LED brightness, covering components, code, and testing.

admin
July 15, 2025, 11:58 a.m.
696

Deploy to Server with GitHub Actions

This blog shows you how to use GitHub Actions to automatically update your server when pushing code. It covers generating SSH keys, configuring the server, adding keys to GitHub, creating the workflow, and the final result.