Translation missing: en.general.accessibility.skip_to_content

News

RSS
  • Soldering is Easy Tutorial Comic Book
    September 21, 2017

    Soldering is Easy Tutorial Comic Book

    Learn the basics of soldering with the awesome Soldering is Easy Comic Book.... (You can grab the PDF version here if you want) --------------------------- --------------------------- --------------------------- --------------------------- --------------------------- --------------------------- --------------------------- --------------------------- Credit to Mitch Altman, Andie Nordgren & Jeff Keyzer for creating this awesome...

    Read now
  • Arduino - Buying Guide
    September 13, 2017

    Arduino - Buying Guide

    Introduction Arduino is a family of small, cheap, singleboard computers, used by hobbyists, students, academics, artists, and a whole range of different people. Despite new-comers like the Raspberry Pi, the Arduino is still a fantasic choice for people who want to create a...

    Read now
  • May 1, 2017

    Lightino Lessons Help Sheet

    The Basics Statements are grouped together by curly brackets { }, not by indentation (as in Python). You can put newlines and spaces where you like, but your code will be easier to read if you indent it (like Python)....

    Read now
  • May 1, 2017

    Lightino Lesson 5: How fast is it spinning?

    In previous lessons the code calculated the time for a revolution, so as a final exercise, let's display! Actually, rotational speed is more often measured in revolutions per minute (RPM), but we can easily calculate that. We calculated the time...

    Read now
  • May 1, 2017

    Lightino Lesson 4: Let's display messages!

    You can display messages just as well as patterns since each letter, digit or symbol is just a pattern. Luckily for us, someone has already worked out all the patterns we need and a function for displaying them! Save your...

    Read now