Planning another Arduino build? If you’re just doing something simple like switching a relay or powering a LED, you might want to think about the Digispark. It’s a very small ATtiny-based Arduino ...
Maker and developers looking for a tiny Arduino development board might be interested in The Nanite 85, which could possibly be the world’s smallest ATtiny85 based Arduino derivative development board ...
Anyone who would like to learn Arduino programming and more about the fantastic electronic development platform which is fun and easy-to-use to create a wide variety of different projects. Maybe worth ...
We’ve often said that kids with hackers and makers for parents must be some of the luckiest kids in the world. While all the other children have to settle for some mass produced drivel from Toys“R”Us ...
//This code shows how to upload a code to attiny using arduino as ISP in Platformio //at first upload code to arduino as ISP from arduino ide>example>arduinoISP //next connect the arduino to attiny ...
As I did not realise that Arduino is a quick route to getting a stand-alone 8pin microcontroller – an Atmel ATtiny85 – to do something useful. You don’t get all of the functions and performance of an ...
Serial interface for ATTiny that allows you to print different data types to an arduino's serial monitor. Doesn't require any extra serial cables/devices. This uses SoftwareSerial so it's not all too ...