Giter Site home page Giter Site logo

abhijnakashyap / esp32_explorer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nkolban/esp32_explorer

0.0 0.0 0.0 700 KB

ESP32 Explorer

License: Apache License 2.0

Makefile 0.12% HTML 25.75% JavaScript 21.60% CSS 16.38% Go 2.07% Python 1.75% PHP 12.81% C++ 17.95% C 1.57%

esp32_explorer's Introduction

ESP32 Explorer

** WARNING!! - VERY EARLY CODE **

A utility library / application for investigating the ESP32.

Locked within an ESP32 at runtime is a wealth of information. This includes:

  • Your availabile memory
  • Your WiFi connections
  • Your GPIO status
  • The files on your flash file system
  • The status of your logging enablement
  • The partitions in use
  • The state of FreeRTOS tasks
  • and much more ...

As I wrote applications to run on the ESP32, I found that from time to time I would need this information or wish to tweak some settings at runtime. I would inject code into my application, perform those tests and then remove it. As I wrote more applications, I found that I was repeating these steps over and over again. This notion became the kernel of this project.

The purpose of the project is to produce a library which, when linked with your own application can reveal the content of your ESP32 at runtime and allow you to tweak settings.

When linked with your application, it will start listening as a network endpoint (an HTTP server) to accept external calls for information and receive external calls to change state and data. In addition to the library you link with your ESP32 app, there is a web page that can be opened which presents the information in a series of tabbed pages.

Some pages have additional tabs on them.

File System

The File System page shows the file system found on the ESP32. From here you can see if the files you expect to be available are present. You also have the opportunity to upload new and updated files.

esp32_explorer's People

Contributors

nkolban avatar chegewara avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.