Tutorials

These are tutorials about how to write programs for the Tinusaur that do things – simple things like blinking LED, making a buzzer to buzz, reading, acting when buttons are pushed, reading sensor measurements, etc.

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. ...

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)...