New Bundle: Tinusaur Starter 2

Tinusaur Starter 2 Kit

UPDATE about the online store: (1) Please note that this is the website of the Tinusaur Foundation – a non-profit association for public benefit, and we don’t have an online store; (2) The Tinusaur Boards and related products are offered by another organization, which is a business entity and has a website at https://tinusaur.com. As you may already know, last … Read more

New Product: Tinusaur Shield LEDx2

Tinusaur Shield LEDx2

As we’ve mentioned earlier (What is happening with this project?) we were working on shield-like add-on board for the Tinusaur Board. So here it is … It has only 2 LEDs and 2 resistors for each LED so no much to solder. This shield aims at 2 things – making it easier to … Solder 2 LED … Read more

Tutorial 003: Making Sounds with Buzzer

So far we’ve used a LED as output to produce light of different colors and intensity (Tutorial 001 and Tutorial 002) but we haven’t generated any sound yet. In fact, that isn’t very difficult to do. We will use a buzzer for output. According to Wikipedia … the buzzer or beeper is an audio signaling device, which may be mechanical, electromechanical, … Read more

The Tinusaur Plays Conway’s Game of Life

UPDATE 2022: The MAX7219LED8x8 library, now renamed to MAX7219tiny has now a new home at tinusaur.com/libraries/max7219tiny. Check also this MAX7219 & ATtiny85 tutorial to learn how the library works. I was playing with the MAX7219LED8x8 library and writing some code for how to use a simple scheduler to automate the task of outputting the buffer to the LED 8×8 matrix. … Read more

MAX7219 driver for LED Matrix 8×8

UPDATE 2022: The MAX7219LED8x8 library, now renamed to MAX7219tiny has now a new home at tinusaur.com/libraries/max7219tiny. Check also this MAX7219 & ATtiny85 tutorial to learn how the library works. MAX7219LED8x8 is a C library for working with the MAX7219 display driver to control 8×8 LED matrix. It is intended to be used with the Tinusaur board but should also work with any other … Read more

Tutorial 002: Fading LED x1

Another beginners tutorial is on the way – this time about a fading in and out LED. This is simple tutorial that shows how to connect a LED to the ATtiny85 based Tinusaur board and write a program that makes the LED to fade in and out using PWM (pulse-width-modulation) technique. Note: The code in this tutorial does not use the … Read more

Arduino IDE – Setup Guide

UPDATE: There is an updated version of the Arduino Setup Guide at our new website https://tinusaur.com/guides/arduino-ide-tinusaur-setup/ We have put together a short guide how to setup and use Arduino IDE for programming the Attiny85 microcontroller and the Tinusaur Board in particular. Note: This guide was tested under Microsoft Windows 8.1 operating system. Note: The example source code was tested on ATtiny85 … Read more

(UPDATED) Tutorial 001: Blinking LED

Our first tutorial Tutorial 001: Blinking LED (that’s the older one) was just updated and put under the Tutorials menu. This is very simple tutorial that shows how to connect a LED to the Tinusaur board and write the “Hello World” of the microcontrollers – very simple program that makes a LED to blink. Since the Tinusaur … Read more

Tutorial 001: Blinking LED

Tinusaur Tutorial 001: Blinking LED

UPDATE: New version of this tutorial is available on the Tutorial 001: Blinking LED x1 page. This is a very simple tutorial on how to make a LED blinking. Since the Tinusaur board is a very standard ATtiny breakout board this could be applied to almost any such other board. The code was tested to work with … Read more