Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 1.98 KB

README.md

File metadata and controls

58 lines (36 loc) · 1.98 KB

HACKberry Hand Project

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

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

  • The assembly directory contains instructions to assemble the hand
  • The app directory contains the source code for the application

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