News

It does all the things he needs, but now and again he would like to use something a bit smaller, without all the bells and whistles the Arduino has to offer. He contemplated using an ATtiny for ...
All that is needed is to connect the I2C pins of the microcontrollers and provide each with power. This project uses an Arduino as the controller and an arbitrary number of smaller ATtiny85 ...
I also need to get my ATtiny to go to sleep when not processing anything. And that involves setting pins to ‘interrupt-on-change’ and getting the chip to ‘wake-on-interrupt’ – all stuff I could have ...