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

167 total results found

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...e libraries for 3D models and assets called Asset Libraries. 1) Using Quixel Qui ...xel is a Material and Asset Library that is free to use wit ...cess to thousands of pre-made assets for your projects. We will be ... Quixel contains thousands of assets so it can be challenging to fi...

Touch sensor - Using an CAP1188

Physical Computing Tutorials

...s to help you debug your sensor setup. The CAP1188 has support for ...Built-in auto-calibration, less customizable Interrupt Support ✅ Yes ✅ Yes Noise Handling Good, needs tuning Excellent built-in d...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...e this. 2. Locale You need to set your country, language, time zo ... keyboard layout. When you are setting up the keyboard, make sure ...ck the Use US keyboard, it will set up the keyboard corresponding t ...n change that after the initial setup. Check this tutorial for chan...

What is a Raspberry Pi?

Raspberry Pi

... Pi project originally leaned towards the promotion of teaching ba ...t the specs. Things you need to set up your Pi Raspberry Pi is a si ...ou still need them when you are setting up. All necessary parts are ...ngs on it. BUT, you have to be aware of the types and sizes of the...

An Introduction to 2D in Unity 5

...ect. You can do this one of two ways: Option 1: On the menu ba ...self using graphics editing software (e.g. Photoshop or Gimp) or y ...on 1: On the menu bar select: Assets > Import Asset. Then find the white square ima ...ge/asset. Option 2: Drag the file direc...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...om Range indicates the original set of values between which x fluct ... .  To Range indicates the new set of values between we want x to fluctuates. We have prev ...revious reference with this new set of values by activating the Math CHOP operator, then ...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

... and initialize it to 0 void setup() { Serial.begin(115200) ...our keyboard. Make sure this is set to 115200 baud. To utilise t ...he Serial Monitor this time, to set up your own threshold, e.g. : ...olume is above this threshold a warning comes up in the Serial Mon...

Introduction to the PyCharm IDE

Python for Beginners

...akes things less confusing. The setup page also asks if you want to create a main.py welcome s ...ing a blank directory. Once the setup is complete, click "Create." ...his project, matching the Mamba settings you selected when creating the project. Brea...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ome a ubiquitous and convenient way for people to access the inter ...e this tutorial to learn how to set up your Pico. Before you go ahe ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...

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 ... found here. Click on Add Asset in the Assets pane. Click on Import from Co ...mputer. Select the file you want to open and click Open. Your...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

... involving Arduino. If you only want a simple read and write funct ...01; // 0x01 = http://www. void setup(void) { Serial.begin(115200 ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ... to read RFID Serial.println("Waiting for an NFC tag..."); } vo...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...m another machine Transfer files (using scp, rsync, or SFTP) Install software, run Python scripts, update y ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If ...type yes If your Pi is using a custom SSH port (e.g. 2222), add -P 2222

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

... This tutorial aims to help you set up a AR Unity project using the ...ep #1 - Development environment setup AR with Unity - Step #2 - En ...base. Do make sure that Type is set to Device, this means that all ..., please make sure that Type is set to Single Image, also, be aware...

AR with Unity - Step #4 - Building and testing your app

Unity AR Image target AR tutorial

... This tutorial aims to help you set up an AR Unity project using th ...ep #1 - Development environment setup AR with Unity - Step #2 - En ... the file menu and select Build settings, please make sure that you ...r build platform is set to Android, in this example, we...

How to create 360 Video for the Igloo system

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

...ferent when using different hardware. Step 1 Set up your 360 camera at your capt ...rage for your whole recording. Set the capture resolution at the h ...ighest setting with the highest framerate. ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr...

Making a Force Sensor/ a Button with Velostat & Conductive Fabric

Physical Computing Tutorials

...stat. int sensorPin = A0; void setup() { Serial.begin(9600); } ...using a Pull-Up Resistor button set up. Ground (one end to GND ) S ...Pin = 2; int buttonState; void setup() { // put your setup code here, to run once: Serial.begin(9600); ...

How to use an Electromagnet

Physical Computing Tutorials

...tal pin. When the signal pin is set to HIGH, the electromagnet turn ...attracts metallic objects. When set to LOW, it turns off and releas ...onnected to digital pin 2 void setup() { pinMode(electromagnetPi ...n, OUTPUT); // Set pin as OUTPUT Serial.begin(96...

How to use a Heart Beat Sensor

Physical Computing Tutorials

...lculated Beats Per Minute void setup() { pinMode(LED, OUTPUT); ... signal crosses the threshold upward (beat detected) if (Signal ...al goes back below threshold, reset for next detection if (Signal ..., and which to ingore. // The SetUp Function: void setup() { pi...