Ask Question
31 October, 09:47

Are there any other controllers like Arduino that run C++? And if so, what are the names of them? Is there any used outside of hobby builds and more for manufacturing?

+5
Answers (1)
  1. 31 October, 12:23
    0
    An arduino is just a micro controller. It has a programmable CPU and a memory storage. There're plenty of other microcontrollers out there that does the same thing like the NodeMCU or the Teensy 3. A quick google search should reveal alot more alternatives.

    You can pretty much program the arduino using any language. The only thing is that had someone made a compiler to translate the code into the 1's and 0's that can be read by the arduino yet.

    As for manufacturing, I think they use their own custom made controller. I haven't seen a company that used an arduino yet.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Are there any other controllers like Arduino that run C++? And if so, what are the names of them? Is there any used outside of hobby builds ...” in 📙 Engineering if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers