マイコンシステム開発の要件定義から総合テストまでの工程をたどってみます。 題材としては、空調管理システムにします。 機材はいま手元にあるArduino1台とSTM32マイコン1台を使います。 Arduino UNO STM32 前回は単体テスト仕様書を作成しました。今回は結合 ...
ユーザ操作を想定したテストを実施し、システムの使いやすさ、エラー処理の適切さを確認する。 本番環境と同一仕様のハードウェア(STM32、Arduino、LCDディスプレイ、センサー類)が用意されていること。 ソフトウェアの結合テストを完了しており、致命 ...
Clone this repository and use VSCode + PlatformIO extension with the "Open Project" in the PIO Home screen to open the project. If you're using the CLI, simply clone the project and run pio run / pio ...
Tests are implemented on the Arduino using the TestRunner library. Tests are run and the results are aggregated by running this utility. $ arduino-test-runner --help Usage: arduino-test-runner ...
I'm doing SPI test of IWR6843 EVM for many cases. About, 2 EVMs connection, I don't have to worry about the voltage difference. But I see IWR6843 EVM power input is 5V, while Arduino Uno is 6-12V.