Moddable-OpenSource / hackberry-hand

1 stars 3 forks source link

HACKberry Hand Project

Copyright 2020 Moddable Tech, Inc.
Revised: March 20, 2020

This repository contains materials related to the HACKberry hand project by Moddable.

Software Instructions

You can run the HACKberry hand application on an actual device or on the Moddable hardware simulator. Instructions to run the application on each target platform are provided below.

Device

  1. Install the Moddable SDK. Follow the instructions in the Host environment setup and ESP32 setup sections for your computer's operating system in the Getting Started guide.

  2. Clone this repository.

    git clone https://github.com/Moddable-OpenSource/hackberry-hand.git
  3. Plug your device in to your computer using a micro USB cable and Moddable programmer.

  4. Navigate to the app directory and install the application using mcconfig.

    cd hackberry-hand/app
    mcconfig -d -m -p esp32/moddable_two

Simulator

  1. Install the Moddable SDK. Follow the instructions in the Host environment setup section for your computer's operating system in the Getting Started guide.

  2. Clone this repository.

    git clone https://github.com/Moddable-OpenSource/hackberry-hand.git
  3. Navigate to the app directory and install the application using mcconfig.

    cd hackberry-hand/app
    mcconfig -d -m

Additional Links