Giter Club home page Giter Club logo

flow3r-doom's Introduction

Supported Targets ESP32-S3/flow3r

flow3r "Go Green" Example

This demo project shows how to build an ESP IDF project that can be used to port existing ESP32-S3 software to the flow3r. This is useful if you have an application that does not fit in the default flow3r application framework, which is based on MicroPython.

Binaries created with this template can be run by selecting them in flow3r's recovery mode. They will replace the default flow3r application in that case.

This demo starts a FreeRTOS task and turns on all LEDs to "Go Green".

How to use example

  • Install ESP IDF 5.1 (ideally with FPU patch backported, see flow3r docs)
  • Run git submodule update
  • Run idf.py build to build
  • Run idf.py app-flash to flash the app without touching flow3r bootloader and recovery
  • Copy build/Go_Green.bin to flow3r's internal flash or SD card to flash via recovery mode

Example folder contents

The project go_green contains one source file in C language go_green_main.c. The file is located in folder main.

ESP-IDF projects are built using CMake. The project build configuration is contained in CMakeLists.txt files that provide set of directives and instructions describing the project's source files and targets (executable, library, or both).

Below is short explanation of remaining files in the project folder.

├── CMakeLists.txt
├── main
│   ├── CMakeLists.txt
│   └── go_green_main.c
└── README.md                  This is the file you are currently reading

For more information on structure and contents of ESP-IDF projects, please refer to Section Build System of the ESP-IDF Programming Guide.

Troubleshooting

  • Program upload failure

    • Hardware connection is not correct: run idf.py -p PORT monitor, and reboot your board to see if there are any output logs.

Technical support and feedback

Please use the following feedback channels:

  • For technical queries, go to the esp32.com forum
  • For a feature request or bug report, create a GitHub issue

We will get back to you as soon as possible.

flow3r-doom's People

Contributors

schneider42 avatar nitram509 avatar

Watchers

 avatar  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.