NateZimmer / esp32_rgb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RGB LED Site Demo

Description: This example demonstrates the ESP32 as a static file server as well as using AJAX requests to update the duty cycle of an onboard RGB LED. Note this is designed to work with the wrover-kit hardware.

Usage

  • Configure the project using make menuconfig and goto Example Configuration ->

    1. WIFI SSID: WIFI network to which your PC is also connected to.
    2. WIFI Password: WIFI password
  • In order to test the file server demo :

    1. compile and burn the firmware make flash
    2. run make monitor and note down the IP assigned to your ESP module. The default port is 80
    3. test the example interactively on a web browser (assuming IP is 192.168.43.130):
    4. open path http://192.168.43.130/

About


Languages

Language:C 74.3%Language:JavaScript 9.6%Language:CSS 6.8%Language:HTML 4.0%Language:Makefile 2.8%Language:CMake 2.5%