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

What equipment is available?

About the Lab Frequently Asked Questions

...o Uno or Leonardo USB Cable (or TypeC USB) Breadboard (Short) HD ...Packs containing: Raspberry Pi 3B micro SD card micro SD card ad ... Raspberry Pi Pico Raspberry Pi 3/4/5 Arduino (various models) Fe ...tooth Xbee Others Madmapper 3 License Logitech Webcam Genelec...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...if the ping sound is reflected away from the sensor by an a diverg ...no measurement. There are other types of distance sensors that are m ... pin 12 Trigger to digital pin 13 Getting started To use this c ... distance measured is less than 30cm and back off when the distan...

How to use MatrixPortal M4

Physical Computing Tutorials

... Wi-Fi support thanks to the ESP32 coprocessor. Here are some key ...ing at 120 MHz. Coprocessor: ESP32 handles Wi-Fi and network comm ... without needing additional hardware. Power: Can be powered via US ...e CircuitPython to program a 64X32 matrix as CircuitPython librar...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...roSky chip can be found on brainwave-controlled toys such as the S ...tar Wars Force Trainer. The toy can be ...orial, we are using an UNO, hardware Serial (pins 0 & 1) is shared...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

What is the MP3 Trigger? The MP3 trigger is a board made by Spar ...fun electronics that provides a way to play MP3 files from a Micro SD card via ...unication with the board. The MP3 Trigger has a headphone output ... to 2GB) card, or a SDHC (up to 32GB) card formatted in FAT16 or ...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...e line work. The necessary software is already installed on the m ..., make sure to TIE it up. Move away from the drawing area, the pen ... be touched once on. 3. Setting Up the Paper and Pen (Plotter Off) Make sure the plotter is OFF The...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...ou need the SD card to be in FAT32 format. Open Raspberry Pi Imag ...stem - Erase Click Next and wait for it to finish. 3. Image y...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ...uino and the matrix. DIN to Pin3 +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ... The Arrangement There are two types, Progressive and Zigzag. Progr ...f matrix #define PIN 3 // Pin connected to the NeoPixe...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...use Vuforia to create different types of Augmented Reality projects, ...uforia developer webpage (step #3 of this tutorial). Enabling ...9.2.0f1) is a quite straight forward process, first, let's create ..., please make sure you select a 3D template. Now let's check t...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...cp, rsync, or SFTP) Install software, run Python scripts, update y ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If ... pi@<raspberry_pi_ip>:/home/pi/ 3. From Raspberry Pi → Your Compu ... the connection the first time, type yes If your Pi is using a cust...

Using a Vibration Motor

Physical Computing Tutorials

...D) 2. Base (B) to Data pin (pin 3) with 1KΩ resistor 3. Collector (C) to Ground of the ...op for 1 second. int motorPin = 3; //motor transistor is connecte ...d to pin 3 void setup() { pinMode(motor ...stop vibrating delay(1000); //wait 50 seconds. }

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...changing the keyboard layout. 3. User You can set your username ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and downloa...

Using L293D IC for motors

Physical Computing Tutorials

What is L293D? The L293D is a 16-pin Motor Driver IC wh ...eously in any direction. The L293D is designed to provide bidirec ...nnel) at voltages from 4.5 V to 36 V. It can be extremely hot. Wh ... need to connect! Pinout of L293D You may not understand what t...

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and ...n for, such as the Raspberry Pi 3 or 4. Instead of being a full-f ...to the Pico, you can choose the types that you prefer. Choose a prog ... #create LED object from pin13,Set Pin13 to output while True...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

... The tutorial is structured in 3 main sessions, each made up of ...any people are in a room or the type of event we are attending. In t ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are vir...

Steam VR setup Tutorial #1 - Player camera setup

VR tutorials - Unity HTC VIVE Tutorials

... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...n first. Make sure you select a 3D template. After your new ...ck on the "Asset Store" tab and type "Steam VR" into the search box....

How to control Arduino without using delay()

Physical Computing Tutorials

...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wi...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. ...ndent Wiring Receiver (3 wires) Red to 5V Black to GND ...D Get Started #define LEDPIN 13 #define SENSORPIN 4 int sensorState = 0; int lastState = 0; void setup() ...