Ok gais, on shopee we could see lots of attiny85 dev board. its small and directly powered and can be programmed using usb A.
This is good for small project which use less pin.
In my case, im using it just to run single servo and some led, or perhaps simple display.
In order to use it you need to:
open Arduino ide and then go to preferences and then in additional board manager url paste this given url for Digispark :-
http://digistump.com/package_digistump_index.json
Now go to boards manager and download the Digispark boards.
Once done,
download and install the driver 1st here,
https://github.com/digistump/DigistumpArduino/releases
select the given settings:
Board- Digispark Default 16.5mhz
Programmer – micronucleus
And hit upload button and you’ll get a message at very bottom on arduino ide to plug the device within 60 sec then plug the device and if everything worked fine then you’ll get a message micronucleus done thank you that means code has been uploaded and your led will start blinking.







