Code Monkey home page Code Monkey logo

vm's Introduction

Espresso Machine

Virtual Machine to execute programs on an esp8266 chip.

Firmware

See /vm for firmware sources. Go to releases to download pre-built binaries.

Compiler

See /compiler for a script to convert ESP code into an executable binary.

Command example:

esptool.py write_flash --compress --flash_freq 80m -fm qio -fs 1MB 0x10000 0x10000.bin

After flashing, the ESP8266 will start in both Access Point and Wifi mode. The AP mode creates an open WIFI called Homebots_AP, for local testing. The VM opens an HTTP server at port 3000. Connect to this network and use http://192.168.4.1:3000 to interact with the machine.

From source

This is the preferred way to use the VM, as you probably want to change the WIFI SSID and password for your devices.

export WIFI_SSID="My_Network"
export WIFI_PASSWORD="SecretCode123"

make && make flash

See the Makefile for more details on how each command works.

Documentation

See docs folder for instructions, concepts and examples.

vm's People

Contributors

darlanalves avatar

Watchers

 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.