Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32-network-device

A lightweight boilerplate sketch for ESP32 devices that enables HTTP-based operation.

Setup Instructions

  1. Prepare Your Credentials:

    • Rename credentials.h.example to credentials.h.
    • Update the file with your WiFi credentials.
  2. LED Status Indicators:

    • Blue LED (blinking): Connecting or reconnecting to WiFi.
    • Blue LED (solid): Successfully connected to WiFi.
    • Red LED (quick blink): HTTP request received.

    The LEDs will perform a self-test sequence before the device starts operating.

  3. Customizing LED Pins:

    • Open leds.ino in your preferred code editor.
    • Update the #define statements for LED pins to match your hardware setup.
  4. Testing:

    • The HTTP server includes a root (/) route that returns basic information about the device.
    • Use this route to verify that the device is online and responding to requests.

About

A lightweight boilerplate sketch for ESP32 devices that enables HTTP-based operation.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages