Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| composants:attiny85 [2019/08/12 20:08] – [Programming] mh | composants:attiny85 [2025/06/02 21:23] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| ===== Programming ====== | ===== Programming ====== | ||
| - | You need an Arduino | + | You need an Arduino |
| - | Arduino in the past did not support ATtiny | + | Also, the ATtiny85 runs by default |
| - | The Arduino UNO needs to be flashed with the ISP program : File > Examples > ArduinoISP | + | <WRAP info round 95> |
| + | |||
| + | **Note :** Arduino in the past did not support ATtiny by default and additional libs had to be provided. | ||
| + | |||
| + | Sooner or later this might not be the case anymore. | ||
| + | </ | ||
| + | |||
| + | The Arduino UNO should | ||
| ==== Wiring ==== | ==== Wiring ==== | ||
| + | {{composants: | ||
| + | |||
| + | //**Note : **The SCK, MISO and MOSI pins can be directly wired to the Arduino' | ||
| Set Arduino to ISP, usually located in the IDE in Tools > Programmer > Arduino as ISP | Set Arduino to ISP, usually located in the IDE in Tools > Programmer > Arduino as ISP | ||
| + | |||
| + | You can add Heartbeat, Error, Programming LEDs (choose your colors) respectively on 9, 8, 7. | ||
| + | |||
| + | |||
| ===== Ressources ===== | ===== Ressources ===== | ||
| + | |||
| + | *[[https:// | ||
| + | |||
| + | *[[https:// | ||
| + | |||
| + | *[[https:// | ||