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

73 total results found

Sending data to Arduino

Touchdesigner Interactive Media

...using Firmata, a protocol found both in Arduino IDE and Touchdesign ...ill connect these components to both send and receive data through Arduino and influence other another, this is not standard practice, as we will later see.  To load the code choose...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

...es to your files, if you check Github Desktop again, you should see that its detected changes in your files. After you commit them in Github Desktop, in the bottom left of the screen (similar to Step 4) you can then publish the changes to your website

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...en up the Content Bowser in the bottom left corner of Unreal Engine. There, we will select the Content folder so we can add items to it. After clicking on + Add, we can select Add Quixel Content which will open up the Quixel Bridge window. 2) Adding...

Introduction to the PyCharm IDE

Python for Beginners

...is opens the "Run" panel at the bottom of the window, displaying the output: The text "Process finished with exit code 0" indicates that the program ran without errors. Our main.py code is designed to display "Hi, PyCharm," and it has executed correctly.

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

...n area available. Scroll to the bottom of this window to “Open as Separate Window”, hit OPEN to view the masking tool.  You can now close this window and click on TOGGLE OUTPUT to finally start masking your area of projection. Select the freeform tool a...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

.... Tools -> Board scroll to the bottom select ATtiny25/45/85 Tools -> Processor--> 8 MHz (internal) Tools-->Programmer-->Arduino as ISP Check that all wiring, capacitor, and board selections are correct. Open up a basic code and upload as usual! If it do...

An Introduction to 2D in Unity 5

...enderer to change it to red: Both in the Scene and in the Inspec ...ted in the Hierarchy, play with both these methods to see what you can do: You can always reset the position, rotation and scale, by clicking the cog in the top right of the Transfor...

What is a Raspberry Pi Pico?

Raspberry Pi

...the board and port at the right bottom corner. You can hit the green play button now, it will be blinking! After testing the code and you are happy about it, save the code as main.py on Raspberry Pi Pico. Pico will run any code named main.py automa...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

...o right then next line, and the bottom right will be the last pin, Pin 40. Board numbering is less common to be used, the only place you will see is probably in one or two Python libraries. 3. Functionalities of the Pins Each pin on the pi has different fu...

How to use MatrixPortal M4

Physical Computing Tutorials

...to melt a blob of solder on the bottom solder jumper so the middle pad is 'shorted' to 8 as below. You can read more about Address E Line Jumper here. Install CircuitPython CircuitPython and libraries versions In this tutorial, we are using CircuitPython ...

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

...or to Arduino ICSP pins (at the bottom usually) Status LEDs General speaking, Green = Everything is OK. Red = There is an issue. Below is some common examples: Everything works fine: Missing power supply for target Arduino: 6-pin connection wrong dire...

Understanding Arduino software

Physical Computing Workshop: Beginner Physical Computing

...do) 4. Double Check Now at the bottom of the software, you will see you are using Arduino Leonardo at this specific port. 5. Upload Button We are not going into the details of each button, but the Arrow button is the upload button to upload the code to t...

How to use a Rotary Encoder Button

Physical Computing Tutorials

...one pin to D4 one pin to GND Bottom 3 Pins: Right Pin to D3 middle pin to GND Left Pin to D2 Library EncoderStepCounter library will be used. We have a tutorial on how to install a library here. Getting started #include <EncoderStepCounter.h> con...

How to use a Bone Conductor Transducer

Physical Computing Tutorials

... Audio Amplifier (We have MAX98306 in CTH, you can use other similar models.) 3.5mm Audio cable (to connect to the computers/phones) Bone Conductor Transducer If you are using MAX98306, you can use the jumper to change the amplifier gain at the bottom.

What is the Creative Technology Lab?

About the Lab Frequently Asked Questions

... in this area often work across both the 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 Works...

Arrays

Programming Tips and Tricks

...work almost exactly the same in both p5 and Processing but there are a few key differences. We will be using p5 in this tutorial, but I have included a section at the end going over these differences and how to use arrays in Processing. Arrays in p5 The ...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...'ll be using red, and Composite both your placeholder as well as your tracking shape using the Multiply method; This ensure that when the shape is right above the placeholder it will show up as red. Add an Analyze TOP and convert it into a CHOP to access a...

Web App Template for Beginners

Creative Coding Tutorials

...canvas of the painting. We need both! In index.html, add the following line to the <body> section: <script src="sketch.js"></script> So that it looks like: <body> <h1>My first title!</h1> <script src="sketch.js"></script> </body> 15) In the empty sket...