-
Notifications
You must be signed in to change notification settings - Fork 42
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
Support for Arduino One #21
Comments
I believe this is AVR8 (atmega328) ... there's support in Java Grinder for atmega368 so it should work. I did one project with it: https://www.youtube.com/watch?v=bKoHdinjWd4 using a Trinket.. which I believe is compatible. I can add the source code to that to the Java Grinder repository. |
I will test this week. Cheers |
Once the code is generated, how to upload to Arduino? |
I used avrdude. If there are things you need missing from the API let me know. Joe wrote the code for the AVR8... when I was coding against it I was adding features to the API as I needed them. |
For Arduino, do you have any example? |
For uploading I did: avrdude -c usbtiny -p m328p -U flash:w:water_dropper.hex This should be the same for Arduino. I believe the board had an Arduino bootloader on it. |
I will test how to develop in Maven some automation to send the code after compiling with the project: |
Hi @jabrena, I know this is an old issue, but did you succeed in the Java2Arduino approach? Is it further documented somewhere? |
But, I don’t remember honestly, but I could try again in next 1/2 weeks and share results |
|
Does exist any plan to compile for Arduino One?
The text was updated successfully, but these errors were encountered: