Skip to content
/ moiler Public

Framework to easily program ESP32 with Javascript, based on Moddable.js.

License

Notifications You must be signed in to change notification settings

vogoid/moiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moiler 🐠

npm badge

Moddable.js based framework to easily program esp32 devices with Javascript.

Getting Started

First, install Moiler from NPM:

npm install @vogoid/moiler

Create a main.js file in your project folder:

trace('Hello World!')
debugger

Connect your ESP32 development board and run:

npx moiler

Your code will be compiled and uploaded to your board and the debugger will open.

About

Framework to easily program ESP32 with Javascript, based on Moddable.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published