Getting Started With ATTINY88 DEV BOARD
Hay Everyone, I this blog I'm going to show how you can use ATTINY88 Arduino nano compatible development board with Arduino ide on Ubuntu operating system. YT VIDEO LINK : https://youtu.be/te3z6Wy6Adk First of all you have to add the Arduino core for attiny88 to your board's List. To do that copy the below link and paste it to your Arduino IDE location: File/Preference/Additional boards. Link : https://raw.githubusercontent.com/MHEtLive/arduino-boards-index/master/package_mhetlive_index.json After pasting click on OK to close the window and then Ok to close the Preference window, you will see a little notification will appear on the bottom right corner on your IDE which is detecting location you added. Go to your boards manager (Click on Tools/Boards/Boards Manager) and start typing in the search line like "MH-ET LIVE BOARDS" As shown in the image, install it and then open simplke LED blink code by clicking on the Files/Examples/Basic/Blink. Then go to Tools/Boa...
Comments
Post a Comment