Skip to content
View Chinmay-ESP's full-sized avatar

Block or report Chinmay-ESP

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. LED-Blinking LED-Blinking Public

    This repository contains a LED blinking program developed using the ESP-IDF framework in C++. The code demonstrates how to initialize GPIO, configure the LED pin, and implement a basic delay for to…

    C++

  2. LED_Switch_Interfacing LED_Switch_Interfacing Public

    This repository demonstrates how to control an LED using a switch on an ESP32 microcontroller. It uses ESP-IDF, FreeRTOS, and C++ to toggle an LED based on the state of a GPIO input configured as a…

    C++

  3. MCPWM_ESP32 MCPWM_ESP32 Public

    This project demonstrates controlling a Brushed DC Motor using PWM on an ESP32 with the MCPWM peripheral. The BrushedDCMotor class handles motor initialization, forward/backward motion, and stoppin…

    C++

  4. HC05-Arduino HC05-Arduino Public

    This code enables bidirectional communication between an Arduino and an HC-05 Bluetooth module using SoftwareSerial. Data is forwarded between the USB Serial Monitor and the HC-05

    C++

  5. LEDC_PWM_ESP32 LEDC_PWM_ESP32 Public

    This repository features an ESP32 LED controller using FreeRTOS and ESP-IDF's LEDC driver for smooth PWM-based fade effects. It employs an object-oriented C++ design for modular and configurable LE…

    C++