Hi, I am working on a project, which used both Raspberry Pi and Arduino Due.
Normally, we can use Arduino IDE (e.g., 1.6.3) to program Arduino Due in Windows system.
We hope we can use Raspberry Pi to upload sketch to Due.
However, the default Arduino IDE installed in Pi (Ubuntu Mate) does not include the DUE board.
Is there any way to upload the compiled .hex or .bin file to Arduino Due in Raspberry PI?
Thanks!
You need to get the latest Arduino IDE from the Downloads page (click) It will have the Boards Manager, where you can install the Due board.