Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

192 total results found

"Hello, World!" in Node.js

Creative Coding Tutorials

Introduction The first program most p ...her of the infamous "Hello, World!". Preparation What you'll ne ...ed to know To follow this tutoria ...l you should be familiar with the basics of ...the command-line (also known as Terminal on ... OS X or Command Prompt on Windows). Below are s...

Using the serial monitor and serial logger

Physical Computing Tutorials

...pe of communication between two devices, normally between a compu ...ter and a microcontroller (such as an A ...rduino), between computers, or bet ...ween Arduinos. Serial communication can ...r physical cables between two Arduinos, or via an XBee wireless s...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...ction mapping projects. In TouchDesigner there are various methods to achieve this; This tutorial ... will introduce you to some common technique ...s to determine the position of an obje ...ct. Let's dive in! To begin, open the VideoDeviceIn TOP and select your D...

Using an MFRC522 RFID reader

Physical Computing Tutorials

What is an MFRC522 RFID reader RFID means radio-frequency identification. RFID uses electromagnetic fields to transfer data over short distances. RFID is useful to identify people, to make transacti ...ons, etc… You can use an RFID system to open a door. For exam...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...is NeoMatrix? NeoMatrix is a grid lined up with mutiple Neopixel. Neopi ...xel is addressable LEDs, meaning that they can be prog ...rammed individually. With the library created by Adafruit, you can easily program t ... for your project. They come in different sizes and shapes and yo...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

Getting started Step 1: Get yourself on Github ...! Go to https://github.com/ and make yourself an account, if yo ...u don't already have one. Step 2: Click HERE ...and leave a comment on the issue (i ...nclude your name so I know who you ar ...o I know your Github username and I can add you as a collaborator...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...c concepts to more functional and complex projects. Aims This ...oria plug-in. Prerequisites Developing environment setup. ...In order to continue with this project ... you should make sure to first check our tu ...ial: AR with Unity - Step #1 - Developmen environment setup ...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

Building a VR app for the Vive Pro Ey ...ne involves several steps, including setting up the development environment, configur ...ing project settings, and packaging the app. Below are detailed instructions to guide you through the process: Ins ...tall Unreal Engine and Required SDKs: Download and in...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

What is GPIO? GPIO stands for General-Purpose Input/Outp ...ut. GPIOs have no predefined purpose and are unused by default. If used, the purpose and behaviour of a GPIO are defined and implemented by the user. You can find the GPIO pins on the top of mos...

(MAC) How to use Phomemo Thermal Printer M834

Physical Computing Tutorials

... printer that can print black and white text and graphics inklessly on different sizes 216mm/210mm/110mm ...rmal papers. 1. Install Printer Driver Please visit the official ...site to download the driver and install the driver according to the guide. 2....

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

This guide will show you the steps needed to create 360° video for the Igloo system The foll ... choice. However, some steps or details may be different when using different hardware. Step 1 Set up your 360 ... your capture point with a tripod for best results. Make sure you...

Useful learning resources

Creative Coding

... HTML & CSS Book - A book aimed at designers introducing concepts within web development - JavaScript JavaS ...cript: The Good Parts by Douglas Crockford - p5.js Make: Getting Started with p5.js: Making Interactive ...Graphics in JavaScript and Processing - Processing Lear...

How to export your p5.js as a video

Creative Coding Tutorials

How to Video Capture your p5.js Sketch If ...re creating a piece of time-based work in p5.js you may want to c ...apture the canvas as a video. For example, if you have a g ...enerative design that evolves over time, or ...utorial you will learn how to: Download and include a custom lib...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

What is NFC? NFC (Near Field Communication) is a short-range ...logy that allows two electronic devices to communicate when they ...ch other. It’s most commonly used in contactless payments, digital keycards, smart tags, and tap-to-share features. NFC work...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

...Sensor? The TCS3472 sensor provides a digital return of red, green, blue (RGB), and clear light sensing values. An ...lor sensor helps you accurately detect an object’s colour in your ... Arduino projects. What is I2C? The ...TCS34725 has an I2C interface (SDA and SCL) that connects to the ...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

... a website using something called GitHub pages to make a website. ...gning up for a GitHub account and subsequently creating a GitHub ...ages URL will allow you to upload your HTML, JS & CSS files o ...from anywhere. Bit of background (Feel free to skip) GitHub is ...

How to use a relay module

Physical Computing Tutorials

...lectrical circuits when activated by a signal between low-powered digital electronics and high-powered devices. It is handy when the thing you want to con ...the microcontroller can give. Arduino can only give max. 5V and 40 mA. In this tutorial, I will...

What is Unreal Engine?

Unreal Engine Basics

...oftware that helps creators build virtual environments and interactive content. Initially designed for video games, it has evolved into a versatile engine suitabl ...e for many different projects. With Unreal E ...ngine, students can bring their ideas to li...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

The Bantam Tools NextDraw is a pen-plotter designed for precise drawing on various materials usin ...g a digital file. It works by followi ...or paths from an SVG file to produce clean, accurate line work. ...The necessary software is already installed on the machine in CT...

Making Breathing Light with LEDs

Physical Computing Tutorials

What is a LED? LED (Light Emitting Diode) is a semiconductor light source that emits li ...hen current flows through it. LED includes two pins, Cathode(-), aka the short leg, and Anode(+), aka the longer leg. It is ...l computing but we are going to do a little bit more this time. W...