Skip to content

meudayhegde/ESPUtils_ESP8266

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ESP Utils ESP8266

arduino code for ESP Utils project, utilities for ESP8266 and ESP32.

Codacy Badge version status IDE

Libraries used

status status

Releases

DOWNLOAD

This module is to be installed on ESP8266 / ESP32 Device.

Features

  • Wireless switch: Can be used as wireless switch through android app connected by wifi network.
  • Wireless Infrared Controller: Infrared controllers can be captured and remodeled on android application.

How to install

Method 1: Through Arduino IDE

  1. Download and install Arduino IDE on your Windows/Mac/Linux Environment.
  2. Setup Arduino IDE for ESP8266/ESP32 development. websearch for the steps, Here is a Sample Guide
  3. Download This Project (or using git clone). Extract and open the project on Arduino ide.
  4. Follow the procedure and upload the sketch on to your ESP Device.
  5. And Done. you can start configuring the device using ESP Utils Android application

Method 2: Using esptool

  1. Install python3 from python.org
  2. Install module esptool
    python3 -m pip install esptool
  3. Install USB Driver (CH340G/CP2102 or other appropriate driver depending on serial to usb converter used) if not installed.
  4. Download system bin file from Releases
  5. Connect ESP Device via USB and execute command,
    python3 -m esptool --port PORT write_flash 0x00000 path_to_ESPUtils_ESPxxxxx_xx.xx.bin
    usual value for PORT on windows is COM8, for Linux /dev/ttyUSB0

About

arduino code for iRWaRE project, a universal infrared remote

Resources

License

Stars

Watchers

Forks

Packages

No packages published