Coder Social home page Coder Social logo

create-esp32-app's Introduction

Create ESP32 App

Create ESP32 apps using the ESP-IDF with easier dev environment configuration. All dependencies and build tools live within an easily updateable Docker image, resulting in minimal impact on workstation setup.

Create ESP32 App has only been tested on Linux so far, other platforms are welcome.

Getting Started

Installation

  • Install Docker, if you don't have it already
  • Install direnv if you wish, to make accessing the resulting esp32 script a little easier
  • Install createESP32App (TBD distribution method, or build it from this repo :))

Creating an App

To create a new app, run:

createESP32App -appName myESP32App
cd myESP32App
esp32 build
esp32 flash
esp32 monitor

It will create a directory called myESP32App inside the current folder.
Inside that directory, it will generate the initial project structure.

myESP32App
├── .envrc
├── .gitignore
├── scripts
│   └── esp32
└── src
    └── Makefile
    └── sdkconfig
    └── main
        └── component.mk
        └── main.c

create-esp32-app's People

Contributors

jasonvasquez avatar

Watchers

 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.