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

Is it possible to write with arduino ide #3

Closed
fusss9 opened this issue Jun 7, 2020 · 6 comments
Closed

Is it possible to write with arduino ide #3

fusss9 opened this issue Jun 7, 2020 · 6 comments

Comments

@fusss9
Copy link

fusss9 commented Jun 7, 2020

Is it possible to write with arduino ide

@snopf
Copy link
Owner

snopf commented Jun 8, 2020

I don't know why it shouldn't be possible but I have no experience with Arduino and I guess it might be more complicated than using the standard gnu tools. Using AVR studio should be possible without any problems as well.
Do you mean compiling or flashing or both?

@fusss9
Copy link
Author

fusss9 commented Jun 8, 2020

I don't know why it shouldn't be possible but I have no experience with Arduino and I guess it might be more complicated than using the standard gnu tools. Using AVR studio should be possible without any problems as well.
Do you mean compiling or flashing or both?

I am an arduino enthusiast and have no experience with AVR Studio.
I want to write hex to tiny85. Is it feasible to use ISP?

@snopf
Copy link
Owner

snopf commented Jun 8, 2020

Yes that should be possible.
If you want you can write the bootloader (https://github.com/snopf/snopf_bootloader) first (using ISP) and then you can upload the firmware hex using the firmware uploader python tool.

@fusss9
Copy link
Author

fusss9 commented Jun 8, 2020

Yes that should be possible.
If you want you can write the bootloader (https://github.com/snopf/snopf_bootloader) first (using ISP) and then you can upload the firmware hex using the firmware uploader python tool.

ok
Your hardware has an external crystal oscillator, tiny85 doesn't seem to need a crystal oscillator, right?

@snopf
Copy link
Owner

snopf commented Jun 8, 2020

You can try without a crystal but you'll have to change the settings in the usb driver.

@fusss9
Copy link
Author

fusss9 commented Jun 9, 2020

You can try without a crystal but you'll have to change the settings in the usb driver.

ok

@snopf snopf closed this as completed Jun 11, 2020
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