hello everyone how can i fix this error? i try to program a simple code such blink with LED but i didn't succeed.
Hi @masouddd. Which board do you have selected from the Tools > Board menu in Arduino IDE?
Hi @ptillisch. i am working with attiny85.
I think I know the cause of the error:
Arduino IDE 1.x has a feature that allows boards platform developers to configure the board definition so that the Arduino IDE "Upload" button triggers an "Upload Using Programmer" operation instead of a "Upload" operation as usual. This is useful for boards that always require an "Upload Using Programmer" operation due to not having a serial bootloader.
Unfortunately that "Upload Using Programmer by default" feature hasn't been added to Arduino IDE 2.x yet. So you must select Sketch > Upload Using Programmer in order to upload to your ATtiny85 board.
Please try that. If you still get the error, just let me know and I'll investigate further.
it'
s not working again. I did everything you said but it still doesn't work. First a message says "uploading is done" but at the same time it says "Uploading required a programmer".
Did you select the appropriate programmer from the Arduino IDE Tools > Programmer menu?
Do you have a USBtinyISP programmer connected to your computer?
What sort of ATtiny85 board are you using?
I
tried all possibilities in the field programmer in ide but it didn't work. i used attiny85 from digispark.
And have you installed the software you need for this product?
The official Digistump boards platform hasn't been maintained for years and no longer works on some systems. It might still work for you, but you might consider instead using the actively maintained high quality 3rd party boards platform named ATTinyCore that also provides support for the Digispark:
I searched this in IDE-Search and installed it. now it works. Thank you so much:)
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.