Category: STEM & Coding

How to Get Window Screenshots

Often you need to get a copy of your screen or a part of it for documentation purposes. There are many different ways available with Windows 10, my two favourite tools are mentioned here, they also give you some choice on what...

Read More

Micro:bit controls Neopixels

How to set up the hardware Please follow the wiring shown on the photo below. There are two connections to the micro:bit, one is on the GND connector (the yellow cable on the picture), the other is on PIN0 (the white cable on...

Read More

The micro:bit

The micro:bit is a tiny computer that you can program with blocks and also with other programming languages. It has two buttons, 25 LEDS, and some more sensors built in, you can add more sensors (to pick up and measure events...

Read More

Getting started with p5.js

p5.js is a programming language created for artists. It is easy to learn and uses Javascript, the computer language of the internet and beyond. p5.js runs on a web browser, recent versions of Firefox, Chrome or Safari are fine....

Read More

Alice 3: Make a biped walk

There is a nice video on how to create procedures that allow you to make bipeds (i.e. characters with two feet) walk. It is here The movement has been separated into two procedures, the first halfstep called...

Read More

Alice 3: Making a biped talk or sing

This video revises again the concept of objects and shows you how to create talking person, with sound and movement of the mouth. Here is a code snippet for this, and a short description on how to create it: Add it as a...

Read More

Alice 3: Audio Files in Alice

When importing audio files into Alice, they should be as small as possible, not exceeding 3.6MB, this value may vary. There are audio files with music and sounds provided as part of Alice, you can access them by clicking in the...

Read More
Loading