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

215 total results found

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

What is SSH? SSH stands for Secure Shell — it’s a network protocol that lets you securely log in to a ...nd control another computer remotely, usually ov ...er the internet or your local network .... Think of it as opening a remote te ...erry Pi from your laptop or another device. What You Can Do with ...

How to make two Raspberry Pi Pico communicate via Wifi

Raspberry Pi Tutorials

Wifi Communication Before heading to communication between ...ry controlling pico via wifi with your computer first, see tutori ...al here. Server Code Client Code

How can I get in touch with the Creative Technology Lab?

About the Lab Frequently Asked Questions

...ntact us by emailing creativetechnologylab@arts.ac.uk or find us ...on Microsoft Teams: Click here to go to our Team. Our team ...page has our individual staff member e ...es if you already know exactly who you need to talk to. Find out ...more about what we do and students projects o...

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

Raspberry Pi Terminal Command Cheat Sheet Comma ...t all files and directories in the current folder ... cd foldername Change to a specific directory ...er/ Move file.txt into the folder n...

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...ted Unity versions Currently, there are 3 supported Unity versio ...ecommend using Unity 2019.2 as this is the version we are currently provi ...ding support for. Getting the Oculus Integration package Un ... provides built-in support for the Oculus Quest, however, we reco...

Touch sensor - Using an MPR121

Physical Computing Tutorials

What is the MPR121? The MPR121 is a tiny microchip formerly manufactured by NXP, ...is a tiny surface mount device that provides 12 capacitive touch electrodes through an I2C interface. We are using ...Adafruit MPR121 in this tutorial. What is capacitive ...

Interactive Projections

Projection Mapping

...based interactive projections, the first step would be to map the space and track anyone/anything within it. This can be done in multiple ways, this tutorial will briefly introdu ...to two different but related techniques:  Object detection and t...

What is a Raspberry Pi?

Raspberry Pi

What is Raspberry Pi? Raspberry Pi ... small single-board computers. The Raspberry Pi project originall ...y leaned towards the promotion of teaching basic computer science in schools and developing countries. I ..., modularity, and open design. The Raspberry Pi Foundation provid...

Using NEMA17 Stepper motor with Big Easy Driver

Physical Computing Tutorials

...e code demonstrates 4 modes: forward, reverse, 1/16th microstep an ... int x; int y; int state; void setup() { pinMode(stp, OUTPUT); ...; pinMode(EN, OUTPUT); resetBEDPins(); //Set step, direction, microstep and ...ain loop void loop() { StepForwardDefault(); ReverseStepDe...

Introduction to the PyCharm IDE

Python for Beginners

...eating Your First Project in PyCharm When you first use PyCharm,harm, you'll be welcomed by its s ...p screen. To create a blank Python project, click on "New projec ...t." PyCharm will now prompt you to confi ...gure the Python project: In this examp...

Touch sensor - with No Sensor!

Physical Computing Tutorials

What is Capacitive Touch Sensing? Simply put, it is the touch sensing of all conductive mater ... plant, pencil drawing etc. In this tutorial, we will show you two types of Capacitive T ...ouch Sensing: acute touch and proximity. Library ADCTouch will be used for acute touching...

Arrays

Programming Tips and Tricks

...culty : Beginner-Intermediate This tutorial assumes you have a basic understanding of cod ...d for loops. Introduction : The What and the Why In order to understand why So far we've learnt that we can use variables to name ...e); p5 Edditor And we know that we can use these variable in ...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...ct is configured correctly. In the project, go to Edit > Proje ...ct Settings > Editor and check that your settings look like this: Open up the command line. This will be Terminal on Mac OS, o ...n Windows you should use Git Bash. If you're no...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

How to use MatrixPortal M4 for an ...imation We have another tutorial for setting up the MatrixPortal board and coverin ...g the basics. This tutorial will focus on creati ...y on a 64x32 matrix. CircuitPython and libraries versions In this tutorial, we are using Circui...

Capturing in Wide-Angle with the OAK-D Pro camera

Touchdesigner Interactive Media

If you haven’t already, please complete ...all the prerequisites outlined in our ...introduction to the OAK-D Pro camera before starti ...ng this tutorial. Refer to the guide to set up the OAK Device CHOP and OAK Select TOP components .... In this tutorial, we’ll program the c...

3D Geometry and Parametric Design

Creative Coding Concepts

This is an informal workshop experimenting with a method of generating 3D meshes from 2D images based on the RGB colour space and making this content viewable in low-fi VR headsets. I have been making a piece of software using openFrameworks to explo...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

Tracking the position of people or objects ...can be useful when creating interactive projecti ...on mapping projects. In TouchDesigner there are various methods to achieve this; This tutorial will introduce you t ...o some common techniques to determine the position...

What is a Raspberry Pi Pico?

Raspberry Pi

What is Raspberry Pi Pico? The Raspberry Pi Pico is a microco ...ntroller board developed by the Raspberry Pi Foundation. It was announced in January 2021 and ...represents a departure from the traditional single-board compu ...ters (SBCs) that the Raspberry Pi Foundation i...