https://github.com/moddable-opensource/hackberry-hand
https://github.com/moddable-opensource/hackberry-hand
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moddable-opensource/hackberry-hand
- Owner: Moddable-OpenSource
- Created: 2020-03-04T01:50:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T04:31:59.000Z (over 2 years ago)
- Last Synced: 2025-04-01T10:36:15.838Z (3 months ago)
- Language: JavaScript
- Size: 22.2 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`](./assembly) directory contains instructions to assemble the hand
- The [`app`](./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](https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/Moddable%20SDK%20-%20Getting%20Started.md).
2. Clone this repository.
```text
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`.
```text
cd hackberry-hand/app
mcconfig -d -m -p esp32/moddable_two
```
### Simulator1. Install the Moddable SDK. Follow the instructions in the **Host environment setup** section for your computer's operating system in the [Getting Started guide](https://github.com/Moddable-OpenSource/moddable/blob/public/documentation/Moddable%20SDK%20-%20Getting%20Started.md).
2. Clone this repository.
```text
git clone https://github.com/Moddable-OpenSource/hackberry-hand.git
```3. Navigate to the `app` directory and install the application using `mcconfig`.
```text
cd hackberry-hand/app
mcconfig -d -m
```## Additional Links
- [HACKberry homepage](http://exiii-hackberry.com/)
- [Moddable SDK](https://github.com/Moddable-OpenSource/moddable)