Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 3.07 KB

File metadata and controls

28 lines (20 loc) · 3.07 KB

ESP32 Lua Examples

The Barracuda App Server, running on the ESP32 microcontroller, is packaged as a ready-to-use Integrated Development Environment (IDE) known as Xedge32. With Xedge32, programming embedded systems becomes accessible to all, not just to embedded C/C++ experts.

Xedge32 is built upon the Barracuda App Server C Code Library

Examples:

How to upload the examples:

Copy the files to an Xedge-powered ESP32 by creating an LSP-enabled app and then uploading the files to the ESP32 by navigating to http://ip-address/rtl/apps/app-name/. Then drop the files into the Web File Manager window. Do not upload xlua files you do not intend to run since xlua files automatically run when the application starts. LSP files, on the other hand, only run when accessed by a browser or any other HTTP client. See the Xedge documentation for details. See the tutorial Your First Xedge32 Project for how to create Xedge applications.

Documentation: