Translation missing: en.general.accessibility.skip_to_content

News

RSS
  • How to use a Big Dome Button!
    February 7, 2018

    How to use a Big Dome Button!

    The Big Dome Buttons are one some of our best selling items - we've had customers using them for everything from turning on Christmas lights to interactive walls. Our iconic red buttons have even been featured on some of the most popular...

    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