Arduino with Julia

I’m not aware of any Arduino tutorial for Julia. Likely since, you can’t compile Julia to Arduino. Julia doesn’t support the CPU of the original, and even with the more recent ARM-based, it’s too low-spec:

Julia DOES support ARM, just not such small ARM microcontrollers. Unless something changed/es, then Julia isn’t about to support any time soon. I look forward to the ability of Julia to support microcontrollers, I wouldn’t rule it out happening, while it’s very much not the target audience of Julia.

You CAN connectmmunicate with Arduino if that’s what you meant:

2 Likes