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

164 total results found

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

...ers and hobbyists to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO). Supported Micr ...Arduino MKR series Arduino Nano 33 series Software Compatibility Works with Atmel Studio (formerly...

What is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...Creative Technology Lab and the 3D Workshop on a single project accessing staff expertise and technical facilities and equipment to build the electronics in the Lab and the physical parts of the project in the Workshop, encouraging true multi-disciplinary ...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

...t and Assets: Create or import 3D assets for your VR environment using external tools or Unreal Engine's built-in modeling tools. Set up the VR-specific player pawn (character) and camera. Make sure the camera is set to match the user's head movement. ...

Unity AR

AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anc ...hor point for your 2D/3D to be displayed on top of.

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

Physical Computing Tutorials

...designed one, you can go to the 3D Workshop to laser cut the hardware. In this tutorial, we will fo ...ionMapped = map(rotation, 0, 1023, 0, 180); // scale it to the se ... angleMapped = map(angle, 0, 1023, 0, 180); // scale it to the servo's angle (0 to 1...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

...l sensors can help us integrate 3D notions such as depth within o ...fore we start, download the Software Development Kit (SDK) from he ...ere allow some time for the software to upload and update the stat ...ording, make sure that your hardware's version corresponds to your...

Sending data to Arduino

Touchdesigner Interactive Media

...ences. This brief tutorial will walk you through using Firmata, a ...e communication between the softwares through serial.  In Arduino ...nch Arduino. Make sure your hardware matches the software by selecting the correct boar ...e the valuePins between 18 and 23 correspond to the Analog pins o...

Introduction

Physical Computing Workshop: Beginner Physical Computing

...ab, don’t worry—this guide will walk you through the basics. If yo ...rn: Understanding Arduino hardware Understanding Arduino software Using built-in example code and Reading the hookup diagram Installing libraries Using Neopixel Using Ultraso...

Where is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...k, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?

Object in the space AR

Spark AR other Content and Tutorials

... You can also duplicate the object in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit:

Introduction to the PyCharm IDE

Python for Beginners

...The setup page also asks if you want to create a main.py welcome script; for this project, you should keep this option checked. This will have PyCharm create a basic Python file for you instead of just preparing a blank directory. Once the setup is complet...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...he new set of values between we want x to fluctuates. We have previously established that my circle x-axis extremities are between -0.5 and 0.5.  Therefore your Math CHOP should now look like this: Replace the previous reference with this new set of va...

How to send data to Processing from Arduino

Physical Computing Tutorials

...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...e pot is 0 and max. value is 1023. //and I want to map the background colour ...) float BW = map(value1,0, 1023, 0, 255 ); //create a variable to contain the converted value backg...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...ment Environment (IDE) is a software application that provides a c ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...ay a crucial role in modern software development by providing a co...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...e IOS build support. Please be aware that both Windows and IOS com ... build support includes the Software Development Kit (SDK), the Na...

Mobile VR -Setting Up Unity

VR tutorials - Unity Mobile VR

...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com ... build support includes the Software Development Kit (SDK), the Na...

Introduction to Python

Python for Beginners

... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive in and begin our exciting journey into the world of...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels. There are three connections on the board: Audio - This is the raw audio from the microphone. Envelope - This is a analog value representing the volume of the ambient sound. Gate - Thi...