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

147 total results found

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...abelled as L should be blinking now. 3. Understanding the Code F ...oured text, those are comments, not code. You will find a lot of i ...p you understand the code. Arduino is using the langauge C++. if y ...s is the main structure of Arduino code. In the setup(), usually w...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...e power light should be off. If not, turn the machine off before c ...lotter moves quickly and should not be touched once on.   ...e power light should be off. If not, turn the machine off before continuing. Load your paper Lift the clamps...

Installing Unity

VR tutorials - Unity HTC VIVE Tutorials

...ign in", this will take you to another online form were you can lo ... workshop. You will then see another screen with a list of modul ...you won't need any of those for now so just Hit Install. Activ ... going to activate your license now. Click on the gear icon, this ...

What is Unreal Engine?

Unreal Engine Basics

... the overall experience. 2) No Coding Required: One of the sta ...ipting system. Students who are not familiar with coding can still ...need for extensive programming knowledge. 3) Realistic Physics: Unreal Engine incorporates a physics engine that en...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...ic understanding of 3D work but no prior experience is necessary. ...Please contact the Creative Technology Lab for questions or assist ...ct. Foliage Painting We will now go over the steps needed to st ...g large tree assets is usually enough to make a landscape look rea...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ect Raspberry Pi OS, if you are not sure which to choose, choose t ...misation settings?", and choose NO. Once the pi is imaged, it is a ready to go mini computer. Eject the SD card from your computer, plug it into the Pi, power the Pi, it's done!

Physical Computing Components List

Physical Computing

...onents at the WG14 Creative Technology Hub. When collecting the ... the checkout process. Please note that all components are subje ...of the components during use. No Soldering is allowed on any of our components. If any components need to be solde...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...m the sensor by an a divergent (not parallel) surface, or absorbed ...t surface like fabric there may no measurement. There are other types of distance sensors that are more accurate for projects where needed, this is a cheap < £5 sensor, while more accura...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

...plays. These 7-segment displays normally require 13 pins (5 'chara ...ach) This backpack solves the annoyance of using 13 pins or a bunc ...ightness in 1/16th steps. It cannot dim individual LEDs, only the ...e i2c device connecting to Arduino. #include <Wire.h> void setup(...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

...nd. It’s commonly used for Arduino projects and wireless sensor ne ... tutorial, we will use two Arduino, one for sending (Leonardo) and ... one for receiving (UNO). For clarity, we use two diffe ... any other model. Wiring Arduino Leonardo - Sending: GND to GND...

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

This short tutorial should be enough for you to be able to setup ... xset s off xset -dpms xset s noblank chromium-browser --noerrdialogs --kiosk https://google.co.uk --incognito Create a ...ull-screen.sh Hidden=false X-GNOME-Autostart-enabled=true Name=...

Systems in art & design

Creative Coding Concepts

Paul Rand Another kind of definition is that ...onsive Eye (1965) &amp; Michael Noll an intellectual a ... relationship with the socio-economic environment, the difficulty ...icity and transcending mere techno-fetishism, and the all-too-fami...

Setting up Spark AR

Spark AR Installation and Setup

Setting Up Spark AR On your laptop go to https://sparkar.facebook.com/ar-studio/ (you do not need a facebook account to dow ...rk AR Player, download You are now ready to make your first project

(MAC) Automatic printing with Automator

Physical Computing Tutorials

...ou don't have much programming knowledge or don't want to do a lot ...ting. Unfortunately, the app is not available for other operating ...ed up in the Printer dialogue. Now that you have set up a auto-print workflow, it can be a great add-on for your pr...

How to connect a push button or switch

Physical Computing Tutorials

...sensor you can use with an Arduino. There are dozens of different ...there is a complexity you might not have thought about. Although a ...broken and the wire to the Arduino is known as floating, the voltage is i ...it to ground to ensure the Arduino reads 0V. It's not possible ho...

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

... batteries. Raspberry Pi Pico pinout You have to find out the pinout of the model you are using. T ... you can turn off the Pico when not in use and not drain the battery. LM7805: The LM7805 is a popular voltage regulator integrated circuit (IC). It is ...

Other resources

Touchdesigner Basics of Touchdesigner

...ion/?_products=touchdesigner  Disclaimer: There are plenty of free resources available online, it is not recommended to pay for tutoria ...with AI here: https://nadiapiet.notion.site/Prompt-Etiquette-Guidelines-WIP-52a15db1a1cd43fd940fe2fa96508bf9.    

Project Proposal Form

Transporter Documents

...hile we understand that you may not be in a position to know every element, it is important for us to have as much information as possible so we may evaluate your project accurately. You can scan the following QR code to be directed to the form. You wil...

How to control Arduino without using delay()

Physical Computing Tutorials

...t it has its drawbacks. It does not just pause one sensor or actua ...ing controlled by the same Arduino and the same code. This often l ...low down of sensors and thus is not accurate anymore. read more Ge ...ee wires to connect on the Arduino side: LED short pin (-) to Gro...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

...an object’s colour in your Arduino projects. What is I2C? The TCS ... SCL) that connects to the Arduino Board. The IC also has an optio ...h can be used to interrupt Arduino. I2C stands for Inter-Integrate ...about I2C I2C on different Arduino boards The two major models you...