Skip to content
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

How to handle .ino files? #27

Open
atrvicky opened this issue May 12, 2017 · 1 comment
Open

How to handle .ino files? #27

atrvicky opened this issue May 12, 2017 · 1 comment

Comments

@atrvicky
Copy link

The tutorial shows that it can upload compiled (.hex) files. Will it also work for .ino files? If not, how to upload that?

@DRSDavidSoft
Copy link

You need to compile the .ino files first before uploading it using Physicaloid. The ideal scenario would be to build the .hex file on a server and download it from Android.

However, if you really need to build the .hex on the Android device itself, take a look at the ArduinoDroid project which has accomplished this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants