disbeverk
Well-Known Member
Technically speaking, yes... absolutely. An arduino is a much simpler piece of hardware with much less to go wrong.Is the arduino even more stable than a raspberry pi?
An arduino is a micro controller. It runs one very small program written in C over and over again. Without additional hardware, it can not tell time, store data, or have any radio connectivity (wifi, Bluetooth). If you want to update the program it's running, you have to connect it to a real computer and reflash the onboard memory.
A raspberry pi is a full blown computer with a operating system, persistent storage, multiple languages, USB and HDMI ports... everything you're used to in a desktop.
It's an apples to oranges comparison. They both have practical applications. For my use case, I use a Pi.