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

155 total results found

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ome a ubiquitous and convenient way for people to access the inter ...l, something like ip = 10.3.15.120 open up a web browser go to h ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...

Using a Vibration Motor

Physical Computing Tutorials

... In this tutorial, we are using 2N2222. The diode acts as a surge pro ...n the circuit. vibration motor 2N2222 transistor (or any other NPN tr ...ay have a different pinout with 2N2222. Check the pinout of your trans ... 1. Emitter (E) to Ground (GND) 2. Base (B) to Data pin (pin 3) w...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...es right, you should see this. 2. Locale You need to set your c ...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...

How to create 360 Video for the Igloo system

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

...eps will be using an Insta360 X2 camera. You can recreate the sa ...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...d at a maximum of 30 FPS. Step 2 Remember that the Igloo system ...

What is a Raspberry Pi?

Raspberry Pi

... Pi project originally leaned towards the promotion of teaching ba ... a power supply for the screen. 2. HDMI cable Different models ha ...1 Pi 4 & Pi 5: micro HDMI port x2 3. Mouse and with cable You ca ...al document. Raspberry Pi Zero 2 / Pi 3: 5V, 2.5A; Micro USB Ras...

Touch sensor - with No Sensor!

Physical Computing Tutorials

...curacy without ANY external hardware. CapacitiveSensor library wil ... smoothing float multiplier = 1.2; // determine when the sensor i ...ng 10M ohm resistor between pin2 and pin4 1 wire to pin2 to tinfoil Code #include <Cap ...sor.h> CapacitiveSensor cs_4_2 = CapacitiveSensor(4,2); ...

Student works

About the Lab Lab Orientation notes

...BA (Hons) Graphic Media Design (2020) Muse meditation brain sensor, ...teraction Design Communication (2019) Arduino, stepper motors, L ...teraction Design Communication (2019) MadMapper, Arduino, micros ...formation and Interface Design (2019) Unity

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...ate realistic day-night cycles. 2) Point Lights: Point lights emi ... across large surfaces, such as walls or floors, and creating soft ...ting updates are not necessary. 2) Stationary Lights: Stationary lights are a commonly used light mobility type in Un...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

...B Port Connect the Arduino with your computer using the USB cable, you will see the yellowish light turned on. 2. RESET Button It is not the fac ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.

Course

How to send data to Processing from Arduino

Physical Computing Tutorials

...duino int value1; //int value2; //multiple data from arduino i ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...he pot is 0 and max. value is 1023. //and I want to map the background colour ...from black to white, 0(black) - 255(white) float BW = map(value...

Adding content - Music and Audio

Spark AR other Content and Tutorials

There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....

Command Line Tools & Utilities

Creative Coding Tutorials

A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...

Intro

Projection Mapping Intro to Projection Mapping

...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software     A variety of projectio ...n mapping software and masking tools are availab...

How to use a Bone Conductor Transducer

Physical Computing Tutorials

...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibrate the eardrum, and are then passed to the inner ear. With bone conduction, vibrations are sent directly through the sk...

Using the serial monitor and serial logger

Physical Computing Tutorials

... other boards based around the 32u4 chip have a seperate USB seri ...al and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...lotter The serial plotter is a way to visually graph the data bei ...ng received, a common way to transmit multiple values is...

How to install libraries

Physical Computing Tutorials

...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively ... the library – for example 'MPR121'. Copy this entire folder (nam ...ed 'MPR121' in our example) into the Ardu...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

What is the TCS34725 RGB Color Sensor? The TCS3472 sensor provides a digital retur ...our Arduino projects. What is I2C? The TCS34725 has an I2C interface (SDA and SCL) that c ... be used to interrupt Arduino. I2C stands for Inter-Integrated Ci ...ices for serial communication. I2C Communication Protocol uses on...

How to use a rotary encoder

Physical Computing Tutorials

...emental Rotary Encoder, YUMO E6B2-CWZ3E, the colours referred to ...(Brown) - 5V A switch (Black) - 2 B switch ( White ) - 3 Gettin ...aft angle. This allows you to always know the exact position, even ...nitions const int encoderPinA = 2; const int encoderPinB = 3; //...