Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #7 Web書き込みされるファームウェアのサーボモータの設定をDynamixelに変更 #9

Merged
merged 1 commit into from
May 31, 2024

Conversation

meganetaaan
Copy link
Contributor

What does this implement/fix?

Web書き込みされるファームウェアのサーボモータの設定をDynamixelに変更します。
開発時のスタックチャンのDriverの設定は manifest_local.json が反映されますが、Web書き込み用の bundleコマンドでは manifest_local.jsonは使いません。その結果 scservoを使う設定になっていました。

Does this close any currently open issues?

#7 をクローズします。

How has this been tested?

以下の手順で確認しました。

  • bundleでバイナリを生成
cd stack-chan/firmware
npm run bundle
mv stackchan/tech.moddable.stackchan ../web/flash/
  • Web書き込み用ページをローカルホストに立ち上げ
cd stack-chan/firmware/web
npm run dev
  • localhost:8080にアクセスし、所定の手順でファームウェアを書き込み
  • デフォルトファームウェアがスタックチャンキットで動作することを確認

Any other comments?

Checklists

@KuraZuzu
Copy link
Collaborator

PRありがとうございます。
提示された手順でサーボモータが動作することを確認しました。
(一部の手順が厳密にはcd stack-chan/firmware/webではなくstack-chan/webでした)

LGTMです。

@meganetaaan meganetaaan merged commit 21697af into main May 31, 2024
4 checks passed
@meganetaaan meganetaaan deleted the fix/pin_assign branch May 31, 2024 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants