drewlong / ESPCommander

Run commands directly on your ESP8266 device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESPCommander

This is a short and sweet implementation of my other project, Nanoterm (a microcontroller terminal emulator). It strives to include all* of the basic classes of the ESP8266WiFi library. Currently tested on ESP-01/S and NodeMCU 0.9 ESP8266. Will test on ESP32 soon.

*As of the last commit, this project is at 80% coverage

All of the commands are in lib/Commands/Commands.cpp

Download the project and build with:

pio run -e esp01 -t upload

To get into terminal (after building), run:

pio device monitor -b 115200

You may need to hit enter a couple of times to get into the 'shell'.

Current commands:

help            Prints help 
clear           Clears screen
scan            Scans for Wifi networks

start_ap        Create a soft AP

                        -s SSID

                        -p Password

                        -s Channel

stop_ap         Create a soft AP

About

Run commands directly on your ESP8266 device


Languages

Language:C++ 98.9%Language:C 1.1%