Skip to content

ceremcem/aktos-espruino-tools

Repository files navigation

Status

Current status: Works, but needs improvements (BETA)

Description

Tools for programming embedded devices (esp8266, stm32f4, etc...) with Espruino platform.

Main objective of this toolset is transparently using Livescript while programming embedded devices.

Dependencies

  1. Livescript (npm -i livescript -g)
  2. UglifyJs (>=2.0)
  3. aktos-dcs (https://github.com/aktos-io/aktos-dcs)
  4. config-md (https://github.com/aktos-io/config-md)

Usage

  1. Load Espruino firmware (aea-espruino-load-firmware.sh) (at least v1.85) to esp
  2. run aea-espruino-console to connect the esp console
  3. Place your application code in ./app/init.ls
  4. run aea-espruino-ctl to send commands (like "load")
    1. edit init.ls
    2. send load command in aea-espruino-ctl to upload code to the the device

About

Programming tools for programming embedded devices with Espruino platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published