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
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.
-
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.
-
Clone this repository.
git clone https://github.com/Moddable-OpenSource/hackberry-hand.git
-
Plug your device in to your computer using a micro USB cable and Moddable programmer.
-
Navigate to the
app
directory and install the application usingmcconfig
.cd hackberry-hand/app mcconfig -d -m -p esp32/moddable_two
-
Install the Moddable SDK. Follow the instructions in the Host environment setup section for your computer's operating system in the Getting Started guide.
-
Clone this repository.
git clone https://github.com/Moddable-OpenSource/hackberry-hand.git
-
Navigate to the
app
directory and install the application usingmcconfig
.cd hackberry-hand/app mcconfig -d -m