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

165 total results found

Installing Mamba

Python for Beginners Setting Up Your Environment

...hink of libraries as ready-made sets of code created and maintained ...nts come in handy. They let you set up separate "sandboxed" Python ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package ma...

How to use a Hall Effect Sensor

Physical Computing Tutorials

...e the state of the sensor void setup() { Serial.begin(9600); ...e(hallSensorPin, INPUT); // Set the Hall Effect sensor pin as an INPUT } void loop() { hallSensorState = digitalRead(hallSensorPin); // Read the state of the sensor Serial.prin...

Using L293D IC for motors

Physical Computing Tutorials

...r Driver IC which can control a set of two DC motors simultaneously ...and has custom functions for forward(), backward(), stop(), turnRight() and ...is will run only one time. void setup(){ //Set pins as outputs pinMode(mot ...nalogWrite(motorAspeed, 255); //set motor A speed 0-255 analogW...

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

...sor. #include "MIDIUSB.h" void setup() { Serial.begin(115200); } ...// controlChange(0, 10, 65); // Set the value of controller 10 on channel 0 to 65 } void noteOn(byte channel, byte pitch, byte velocity) { midiEventPacket_t noteOn = {0x09, 0x90 | ch...

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

...s://madmapper.com/madmapper/software. Software Setup  Before launching MadMapper, ...s". Windows: Go to Display Settings, and choose "Extend these displays". Import your content MadMapper comes with a few built-in visuals, but to add your own:...

How to use a rotary encoder

Physical Computing Tutorials

... can rotate endlessly without resetting, but they only provide rela ...aft angle. This allows you to always know the exact position, even ...tile int lastEncoded = 0; void setup() { // Setup the encoder pins as inputs pinMode(encoderPinA, INPUT); pi...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...u will see two main parts, void setup() {} and void loop() {}, this ...ructure of Arduino code. In the setup(), usually we establish what component we are going to control and what are they. pinMode(LED_BUILTIN, OUTPUT); we are using the built-in on-board...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

... to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ...rees, one by one. #include <SoftwareSerial.h> SoftwareSerial radio(8, 9); // RX, TX ... void setup() { radio.begin(9600); } v ...o UNO - Receiving #include <SoftwareSerial.h> SoftwareSerial radio...

Using a Whadda Vibration Motor Module

Physical Computing Tutorials

...rcuit, allowing you to easily control the motor without needing to worry about the electronic setup. Wiring G to GND V to 5V S ...tor is connected to pin 3 void setup() { pinMode(motorPin, OUTPU ...stop vibrating delay(1000); //wait 50 seconds. }

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

...sX = 0; int degreesY = 0; void setup() { Serial.begin(9600); w ...h" float x,y,z, ledvalue; void setup() { if (!IMU.begin()) { Serial.println("Failed to initialize IMU!"); while (1); } } void loop() { // read magnetic field in all t...

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 board and port from "Tools". For ...

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 &gt; 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:

Importing and Placing 3D Models

Unreal Engine Basics Creating Virtual Worlds

...e. They can also be called 3D Assets. You can either create your ow ...oaded from here: UE Workshop Assets After downloading the Building ... Importing Models To import assets into your project, first open ... can specify which folder the assets will get imported into by sele...

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

...e Raspberry Pi Pico The easiest way to power a Pico is through the ...n other words, it acts as a one-way valve for electric current. We ...e time and there is a risk of unwanted power flow between the two power sources. Schottky diode is preferred for its...

Other resources

Touchdesigner Basics of Touchdesigner

...designer here at LCC. The best way to grow in your visual program ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi ...signer: https://www.youtube.com/watch?v=Cx4Ellaj6kk Other repositories and useful tools might be Github, a websit...

Introduction to Spark AR

Spark AR Installation and Setup

...nvironment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. Tools for AR There are a number of tools developed now for making AR base...