admin
Dec. 21, 2024, 8:25 p.m.
118

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
Dec. 21, 2024, 9:24 p.m.
268

ESP32 read PT1000/PT100 temperature sensor values

admin
Dec. 21, 2024, 7:36 a.m.
50

A LED Matrix Message Board with ESP32

admin
Dec. 22, 2024, 12:42 a.m.
148

ESP32 Sensor DHT11 Temperature and Humidity Sensor

admin
Dec. 22, 2024, 1:21 a.m.
52

ESP32 Sensor Tilt Switch

admin
Dec. 21, 2024, 2:57 p.m.
63

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
Dec. 16, 2024, 10:43 a.m.
62

ESP32 PWM Output

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

admin
Dec. 22, 2024, 12:50 a.m.
69

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.