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

166 total results found

How to connect a push button or switch

Physical Computing Tutorials

...y push button which we'll be focusing on in the wiring and getting st ...nt, such as in a 3D printer to stop the motor going too far over th ...s open or closed. Wiring Wiring up buttons and switches is simple, ...13 #define buttonPin 4 void setup() { pinMode( ledPin, OUTPUT )...

Introduction to Python

Python for Beginners

...ar syntax and strong community support make it an ideal starting p ...amming. Each chapter will build upon the previous one, gradually i ... get started, we'll need to set up your programming environment. We'll cover how to install Python on different oper...

How to use a Heart Beat Sensor

Physical Computing Tutorials

...lated Beats Per Minute void setup() { pinMode(LED, OUTPUT); S ...if signal crosses the threshold upward (beat detected) if (Signa ...nd which to ingore. // The SetUp Function: void setup() { pinMode(LED,OUTPUT); ...l.begin(115200); // Set's up Serial Communication at certain...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...no Nano 33 BLE Library Update body{font-family:Ari ...e PDM interface) Code Update If you have developed code for rev1, some of them will need to be modified for rev2, especially the ones that involve the IMU sensor and the Temper...

How to build a Simple Robot Arm with Servo Motor and Joystick

Physical Computing Tutorials

...human arm which consists of the upper arm, lower arm and hand (gri ...se and one for the angle of the upper arm. Wiring Servo: Power t ...; Servo angleServo; void setup() { Serial.begin(9600) ; rotateServo.attach(servoRotation); angleServo.atta...

Object in the space AR

Spark AR other Content and Tutorials

...f this brief/project we will be using the World Object Template ...terials box: You can also duplicate the object in the scene b ...y going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object siz...

Introduction to Spark AR

Spark AR Installation and Setup

...also include sound, video) are superimposed onto the physical real ...owing tutorial pages we will be using Spark AR, an app based tool that runs on both Windows and IOS which allows for both markerless, and marker based AR experiences. Introduction to Sp...

Web App Template for Beginners

Creative Coding Tutorials

...Python. Here we use Node.js. Setup 1) Get a code editor if you don ...der for your project on your laptop. For example, a folder called “ ...nd create the following file setup by clicking the folder and file ...rnatively you can create the setup outside your code editor, howev...

What is Unreal Engine?

Unreal Engine Basics

...ameplay mechanics and behaviors using a visual interface. This empowe ...erent Platforms: Unreal Engine supports multiple platforms, such as PCs, consoles, mobile devices, and virtual reality headsets. This means that students can develop their projects an...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...it to finish. 3. Image your Pi Using Raspberry Pi Imager software to Install the Raspberry Pi OS to the SD card. Raspberry Pi Device, select Raspberry Pi Model Operation System, select Raspberry Pi OS, if you are not sure which to choose, choose th...

How to use a relay module

Physical Computing Tutorials

...n this tutorial, I will be only using a 1 channel relay to control on ...red wire of the external power supply You just need to use one of ... the IN pin of relay // the setup function runs once when you pre ...eset or power the board void setup() { // initialize digital pin...

Other resources

Touchdesigner Basics of Touchdesigner

.../watch?v=XLeghJmFBh0 AI vision using Media Pipe in Touchdesigner: https://www.youtube.com/watch?v=Cx4Ellaj6kk Other repositories and useful tools might be Github, a website and drive where coding projects are stored, managed and ofter shared as open-so...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...in types of MOSFETs, we will be using a N-channel Mosfet in this tuto ...1k resistor & to Pin 13 Power Supply(+) to actuator(+) & diode(+) ... Power Supply(-) to GND Basic Example T ...ine actuatorPin 13 void setup() { pinMode( actuatorPin,...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

...Wiring In this tutorial, we are using an UNO, hardware Serial (pins 0 ...erial(2, 3); // RX, TX void setup() { Serial.begin(57600); // Serial monitor baud rate mindwaveSerial.begin(57600); // NeuroSky baud rate } void loop() { readMindwave();...

How to use an Electromagnet

Physical Computing Tutorials

... paper clips. When the current stops, it immediately loses its magn ...agnet by toggling it on and off using a digital pin. When the signal ...ected to digital pin 2 void setup() { pinMode(electromagnetPin, OUTPUT); // Set pin as OUTPUT Serial.begin(...

Making sounds with a piezo

Physical Computing Tutorials

...utorial we'll look at wiring it up to Arduino with the Tone feature to create a melody. Wiring Wiring is simple, there are just two wires, applying power causes the piezo to expand, just as applying power to an LED causes it to illuminate. Ground Power ...

Importing and Placing 3D Models

Unreal Engine Basics Creating Virtual Worlds

...e downloaded. they will show up in your Content Browser like this: You can then drag the building asset into your scene and place it wherever you like. Don't worry if the sizing doesn't look right yet. Manipulating Models You may have noticed that...

What is the MetaHuman Creator?

Metahuman Creator

...ahuman Creator has implications beyond gaming. Its realistic virtual humans can be used in film, television, virtual reality, and augmented reality. This means it opens up new opportunities for storytelling and immersive experiences in various industries.