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

160 total results found

Pi War 2024 Log

Raspberry Pi

Documentation of Pi War 2024 Pi Wars is an international, challeng ...ight, and the other controls forward and backwards. Problems with batteries Thi ... print("Hello.") def right_forward(): motor1a.value(0) m ... motor2b.value(1) def left_forward(): motor2a.value(0) m...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an el ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb ... the black clip to secure it. Setting Up the Pi Enable SPI in pi ...ub git clone https://github.com/waveshare/e-Paper.git Go to the D...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please ...ollow the previous tutorial for setting up the basic. This tutorial ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback logg...

8th Wa...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explaining the UI and different panels in Spark AR

Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner

Touchdesigner Interactive Media

...erequisites and show you how to set your camera up in TouchDesigner ...re launching TouchDesigner. 2. Setting up TouchDesigner 2.1 Conne ... camera. Click Initialize, wait for it to mark "Ready" (1), t ..., and darker areas are farther away. To gather both 'disparity' a...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

Audio Setting Most Raspberry Pis have a 3 ...low will show you two different ways to set the output device. Method 1: Us ...o to Preferences → Audio Device Settings In the Output Device drop ...: Terminal Command For example, setting HDMI as default audio outpu...

Installation and Setup

Spark AR

How to install and setup Spark AR for the first time.

Setting Up Your Environment

Python for Beginners

UE Installation and Set-up

Unreal Engine Basics

...ending on your operating system settings, you might be asked to sel ...finishes, run the installer and wait for it to complete. Creat ...an Epic Games Account After the setup program installs the Epic Gam ...ect which Engine components you want to install. This is where you...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

...this tutorial we will look into setting up and using Kinect v2 and ...fore we start, download the Software Development Kit (SDK) from he ...ere allow some time for the software to upload and update the stat ...us of your Kinect. My final settings looked like this (further ...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

... is only performed once. If we want to perform a conditional oper ...rom the x coordinate. function setup() { createCanvas(400, 300) ...y using a while loop. function setup() { createCanvas(400, 300) ...this case an integer, initially set to 50. while (x <= 350) {T...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...er-friendly Requires more setup/code Wiring (same wi ...RH_RF69.h> /************ Radio Setup ***************/ // Change t ...we increment per xmission void setup() { Serial.begin(115200); ... //while (!Serial) delay(1); // Wait for Serial Console (comment o...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

...efine RST 4 // Declaration of RESET Pin Adafruit_ST7789 lcd = Ada ...fruit_ST7789(CS, DC, RST); void setup(void) { lcd.init(240, 240, S ...PI_MODE2); lcd.setRotation(1); delay(500); // f ...g lcd.fillScreen(0x22ED); lcd.setCursor(20, 100); lcd.setTextCol...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...rent wireless serial connection setup. In this tutorial, we will be ...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...ges, we already explored how to set up the scene you are expected t ...is tutorial. Prerequisites Setting up the Steam VR plugin. St ...eam VR setup tutorial# 1 Setting up teleporting feature (Opt ...ional). Steam VR setup tutorial# 2 Getting star...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...f the specifications of the hardware involved. You might need to t...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...ll light up accordingly. Before setup(), you will need to change th ... int i = 0; int blue = 0; void setup() { size(400, 400); // size...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...in to 2 Getting started void setup() { pinMode(2, INPUT_PULLUP); // Internal pull-up enabled Serial.begin(9600); } void loop() { int b...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...e line work. The necessary software is already installed on the m ...fore launching Inkscape.   1. Setting Up Inkscape Inkscape is a ...then select your SVG file. Set the document size Go to File ... > Document Properties and set the page size to A4 (210mm x 29...

Unity for Beginners Workshop

Unity

... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... to build and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...eo shows you how to install and set up Unity, you will also develop...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...] */ function draw(){ // Set the background to black every f ...e conditional if statement to reset the square to position 0. Incr...

How to get started with Textures and Materials in Spark AR

Spark AR Materials and Textures in Spark AR

...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ...nreal Engine. If certain settings and keywords look familiar ..., they probably work in similar ways. However, you should always k...

Physical Computing

...els, DMX, Bluetooth, Kinect and Leap Motion. Create interactive objects that respond to touch, distance, movement, temperature or light. Our electronics bench in the lab has a set of equipment for soldering electronics, please email us for an induction.

Concepts

Creative Coding

A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.