-
Notifications
You must be signed in to change notification settings - Fork 516
compile firmata and upload from command line #183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There used to be but I removed the makefiles a while back since no one was keeping them up to date. Try this: https://github.com/firmata/arduino/blob/e2ae488888a005fbaec1ff302efce7140a8f3ba2/examples/StandardFirmata/Makefile. If it still works (or if you want to fix it if it's broken) I can add it back. |
I use ino for this pretty much all the time. Involves a little bit of On Sun, 11 Jan 2015 06:09 Jeff Hoefs [email protected] wrote:
|
@ajfisher do you need the makefile to use ino or does it generate its own? |
It does it's own though you can give it one to do things like set device On Sun, 11 Jan 2015 11:43 Jeff Hoefs [email protected] wrote:
|
I'll leave this open in case anyone wants to contribute via creating documentation of how to do this and/or contributing any configs, makefiles, etc to make this happen. |
I'll put some notes together around this as I've now got rid of using INO due to the project going stale. With Interchange I've moved across to using the Arduino CLI tool and it works very well. Will put some documentation together relating to that process for those who are looking to do this CLI only. |
Since this issue is not specific to Firmata and is really a broader issue about compiling and uploading sketches via the command line, I'm closing this issue. |
I understand this is a very old issue, but this did show-up in my search for an answer to the same question. With arduino-cli, these steps worked for me:
This was with a sketch that I had previously created in the IDE. |
Is there a way to compile StandardFirmata.ino and to upload it to a board without using the IDE?
I tried to use Arduino-Makefile but I got sudar/Arduino-Makefile#117
The text was updated successfully, but these errors were encountered: