@22a5081 22a5081 authored on 25 Apr 2024
.vscode first commet 1 year ago
mainCode second commit 1 year ago
.gitignore first commet 1 year ago
Battery.h first commet 1 year ago
DeleteAndResetAll.sh first commet 1 year ago
Icon.c first commet 1 year ago
M5StickCPlus_FactoryTest2022.ino first commet 1 year ago
Makefile first commet 1 year ago
OurSketch.ino first commit 1 year ago
README.md first commet 1 year ago
TFTTerminal.cpp first commet 1 year ago
TFTTerminal.h first commet 1 year ago
WebOTA.ino first commet 1 year ago
arduino-cli.yaml first commet 1 year ago
compile.sh first commet 1 year ago
fft.cpp first commet 1 year ago
fft.h first commet 1 year ago
monitor.sh first commet 1 year ago
run_IoTP.sh first commet 1 year ago
setup.sh first commet 1 year ago
upload.sh first commet 1 year ago
wifi.ino first commet 1 year ago
README.md

FactoryTest2022

  • オリジナルの FactoryTest について、機能を追加するなど講義用に改変しました。
  • 電池残量の表示
  • マイクテスト画面で周波数を表示
  • ESP-NOW を用いた一斉シャットダウン
  • (Bluetooth Low Energy 関連は容量の都合で削除)

2024の変更点

  • 一斉シャットダウン画面で、Bボタンを長押しすると、自分(FactoryTest2024)自身をWebOTAで再インストールします。
  • 遷移する画面数を減らしました。

講義でつかうコマンド

書き込み時は、./run_IoTP.sh で起動する独自プログラムIoTPから書き込むほか、

cd SampleSrc ./Upload.sh [書き込みたいファイル.ino]

で書き込めます。さらに、コンパイル済みのバイナリを使って書き込むには、

cd SampleSrc/TestBuild/build ./DirectBinUpload.sh [書き込みたいファイル.bin.img]

とします。

Arduino CLI 自身のアップデート

ライセンス

  • MITライセンス
  • (c) 2022 Motoki Miura