These are tutorial about how to write programs for the Tinusaur that do things – simple things line blinking LED, making a buzzer to buzz, reading, act when buttons in pushed, reading sensor measurements, etc.
Tutorials
Tutorial 001: Blinking LED x1
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 board is a very standard ATtiny breakout board this could be applied to almost any other board that…
Tutorial 002: Fading LED x1
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 built-in PWM capabilities of the ATtiny microcontrollers, instead it uses direct…