意見のついた質問のほんの一部ですが、私はいくつかのフィードバックをします。それはさまざまなことに依存します:
- クライアントに与えるUXとUIの量
- どのように簡単にプログラムできるか
- 安価なソリューションです。
- プログラムの実行速度
- デバイスの耐久性と長さはどれくらいですか
この回答が長くなるのを防ぐために、私は両者の経験から素早く比較します。
Arduino: Cheap, easy to program, capable of flexibility with UX and UI but has very limited memory. The Arduino is typically good for something that can just complete tasks on their own. I've written state machines and have used it for PLCs with an Arduino. It's a good device for a cheaper budget. Arduino is pretty fragile, however.
Raspberry Pi: More expensive, a lot more powerful in terms of processing speed, has a lot more memory, extremely good for UX and UI devices that are being developed, good for artificial intelligence, state machines, PLCs, etc. Also really good for data logging, image processing, and radio frequency applications. You can also boot an operating system on it (e.g. Linux/Unix). In other words, a Raspberry Pi can used as a computer while the Arduino... well I guess it depends how you define, "computer" LOL.
ですから、センサやLEDを使用するのと同じくらい簡単なことをしようとするなら、私はArduino Unoに行くでしょう。