Skip to content

cubicap/Jaculus-vscode

Repository files navigation

Jaculus - VS Code Extension

Jaculus allows for running JavaScript code on embedded devices.

Visit the project homepage.

Features

Currently supports ESP32 and ESP32-S3 SoCs (Github).

Requirements

The first step is to install the Jaculus CLI tool:

npm install -g jaculus-tools

Then, you can run the tools using:

npx jac

Known Issues

  • Jaculus is still in early development and may contain bugs.
  • Guide for troubleshooting common problems can be found here.