Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion firmware/mods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Some MODs require a network connection or an external server to run.
- [monologue](./monologue/)

## Cheerup: Stack-chan cheerleaders!(windows/Ubuntu/mac)

This mod has not been tested.
![face-sync](../docs/images/face-sync.gif)
![Stack-chan Cheerup](../docs/images/cheerup.gif)
- Connect the PC and Stack-chan One-to-one using BLE.
Expand Down Expand Up @@ -114,6 +114,7 @@ Some MODs require a network connection or an external server to run.
- [cheerup_ws](./cheerup_ws/): WebSocket version

## Mimic: Manekko mimicing stack chan.
This mod has not been tested.
- You will require 2 Stack-chan units.
![manekko_stackchan](../docs/images/mimic.gif)
- [mimic_main](./mimic_main/): the one the user runs
Expand Down Expand Up @@ -151,6 +152,7 @@ Some MODs require a network connection or an external server to run.
- [face_tracker](./face_tracker/)

## Face: Stack-chan facial expression and complexion(Windows/Ubuntu/mac)
This mod has not been tested.
- Changees facial expression and complexion in turn.
- How to install the mod
- You do not need to set up Wi-Fi when building the host.
Expand All @@ -161,6 +163,7 @@ Some MODs require a network connection or an external server to run.
- $npm run mod --target=esp32/m5stack_cores3 ./mods/face/manifest.json

## Chatty stack-chan(Ubuntu)
This mod has not been tested.
- ChatGPT is used to talk to the stack properly.
- MacOS is out of scope.
- Windows is not covered because the Wi-Fi bridge does not work properly.
Expand Down
4 changes: 4 additions & 0 deletions firmware/mods/README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ $ UPLOAD_PORT=/dev/ttyACM0 npm run mod --target=esp32/m5stack_cores3 ./mods/che
- [monologue](./monologue/)

## Cheerup: スタックチャン応援団(windows/Ubuntu/mac)
こちらのModは動作未検証です。
![顔の同期](../docs/images/face-sync.gif)
![スタックチャン応援団](../docs/images/cheerup.gif)
- PCとスタックチャンを一対一でBLEで接続します。
Expand Down Expand Up @@ -111,12 +112,14 @@ $ UPLOAD_PORT=/dev/ttyACM0 npm run mod --target=esp32/m5stack_cores3 ./mods/che
- [cheerup_ws](./cheerup_ws/): WebSocket版

## Mimic: まねっこスタックチャン
こちらのModは動作未検証です。
- スタックチャンが2台必要になります。
![まねっこスタックチャン](../docs/images/mimic.gif)
- [mimic_main](./mimic_main/): ユーザが動かすほう
- [mimic_follow](./mimic_follow/): まねして動くほう

## Face Tracker: 顔を追いかけるスタックチャン(Windows/Ubuntu/mac)
こちらのModは動作未検証です。
- スタックチャンと[M5Stack UnitV2](https://docs.m5stack.com/en/unit/unitv2)が必要になります。
- UnitV2の設定
- UnitV2のドライバをインストールします。Ubuntuはインストール不要です。
Expand Down Expand Up @@ -158,6 +161,7 @@ $ UPLOAD_PORT=/dev/ttyACM0 npm run mod --target=esp32/m5stack_cores3 ./mods/che
- $ npm run mod --target=esp32/m5stack_cores3 ./mods/face/manifest.json

## おしゃべりスタックチャン(Ubuntu)
こちらのModは動作未検証です。
- CharGPTを使ってスタックちゃんと会話をします。
- macOSは対象外になります。
- windowsはWi-Fiブリッジが正常に動作しないため対象外になります。
Expand Down
Loading
Loading