TinyWireM vs. Wire for ATtinys
To save valuable flash memory on ATtinys when using I2C, you can use alternatives to Wire.h such as TinyWireM. I show how it works.
Read MoreTo save valuable flash memory on ATtinys when using I2C, you can use alternatives to Wire.h such as TinyWireM. I show how it works.
Read MoreThe ATTinyCore package enables you to program a large part of the ATtiny family via the Arduino IDE. I show how this works with or without bootloader.
Read MoreBy using sleep modes and power management, valuable battery power can be saved on projects. I’ll show you how to control these features.
Read MoreIn my last post I described how to upload your sketches to an ATtiny85 (or 84, 45, 44, 25, 24). To do this, you have to set up…
Read MoreStep-by-step instructions: how to upload sketches to the ATtiny85, 45 or 25, using an Arduino board or USBtinyISP programmer.
Read More