I am new to Arduino. I have used other SBCs before and ran some ruby script to automate many tasks.
I know Ruby and Crystal programming languages.
Can I use Ruby or Crystal solely on Arduino for creating basic robot?
-
3Short answer: Nochrisl– chrisl2019年08月28日 21:17:51 +00:00Commented Aug 28, 2019 at 21:17
-
5Long answer: Noooooooooooooo.Majenko– Majenko2019年08月28日 22:40:15 +00:00Commented Aug 28, 2019 at 22:40
3 Answers 3
You could bridging via Firmata: https://playground.arduino.cc/Interfacing/Ruby/
Another resource is https://code.tutsplus.com/articles/using-ruby-to-program-arduino--cms-21893
You will need to Flash your Arduino with Firmata and then program in Ruby. I'm not sure if that would work with Crystal.
No. You cannot. It is not possible. And some more filler to make the answer long enough.
This is for Ruby: https://playground.arduino.cc/Interfacing/Ruby/
Here are generic info about interfacing: https://playground.arduino.cc/Main/Interfacing/