Skip to content

Moddable-OpenSource/hackberry-hand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published