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

43 total results found

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

...wnload Python Example code from Github git clone https://github.com/waveshare/e-Paper.git Go to the Directory (folder) where the example codes are located cd e-Paper/RaspberryPi_JetsonNano/python/examples/ Run the Python Code You can either run the code ...

How to send data to Processing from Arduino

Physical Computing Tutorials

...'\n'); } void draw() { //map() is a important function to us ... range to use in Processing //map(a, b, c, d, e) has 5 Parameters ... //map(theVariableYouWantToMap, min.ValueOfRawData, max.ValueO ...alue is 1023. //and I want to map the background colour from blac...

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

Physical Computing Tutorials

...gRead(potAngle); int rotationMapped = map(rotation, 0, 1023, 0, 180); // ...o's angle (0 to 180) int angleMapped = map(angle, 0, 1023, 0, 180); // sca ...0) rotateServo.write(rotationMapped); // rotate servo motor 1 ...angleServo.write(angleMapped); // rotate servo motor 2 ...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...xxx.xxx.xxx. Think of it as a digital address for your device on th ...ion. How to find my IP address Google Search - "What's my IP address?" Go to Network Preferences (MAC), Wifi Properties (Windows) Go to Terminal (MAC) or Command Prompt (Windows) and t...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...ss to the internet. 5. Brower Google Chrome and Firefox are both preinstalled, you just need to choose one as your default browser. You can still access the other run from the start menu. 6. Recommended Software Raspberry Pi comes with many essential ap...

Interactive Projections

Projection Mapping

...ons, the first step would be to map the space and track anyone/anyt ...app dev. Download the following GitHub repo: https://github.com/thepelkus-too/SlamtecLid ...pty download this repo (https://github.com/thepelkus-too/rplidar_sd ...uctions to get started: https://github.com/creativetechnologylab/Li...

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

...est version sudo apt install package-name Install a software package (e.g., python3-opencv) git clone https://github.com/user/repo.git Download a GitHub repository to your local Pi

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...creating interactive projection mapping projects. In TouchDesigner there are various methods to achieve this; This tutorial will introduce you to some common techniques to determine the position of an object. Let's dive in! To begin, open the VideoDeviceI...

What is the Creative Technology Lab?

About the Lab Frequently Asked Questions

... Physical Computing, Projection Mapping, Games, and Virtual Reality. Students come to this area with an idea and the technical team support students in breaking down their initial ideas, identifying what skills they need to learn, suggesting how to get sta...

Student works

About the Lab Lab Orientation notes

...19) Arduino, stepper motors, LDR sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, M ...Design Communication (2019) MadMapper, Arduino, microswitch VR and AR The Phone by Ryan Yuen, BA Information and Interface Design (2019) Unity

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

... if(distance < 10){ digitalWrite(led, HIGH); delay( ...100); }else{ digitalWrite(led, LOW); delay .../ Initialize sensor that uses digital pins 13 and 12. void setup ( ... < 10 && distance > 0){ digitalWrite(led, HIGH); delay(...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

... are now presented with a depth map, from the heading select Record and hit the record button. Once you've stopped recording move to the Play section of the interface and change the count to loop your video.  Your recording is now ready! Launch Tou...

Other resources

Touchdesigner Basics of Touchdesigner

...ories and useful tools might be Github, a website and drive where coding projects are stored, managed and ofter shared as open-source, and ChatGPT, a potential AI assistant, if instructed with a detailed prompt. These tools can help you move faster in your...

Pi War 2024 Log

Raspberry Pi

...e All codes can be found on our Github page. Testing two motors import time from machine import Pin motor1a = Pin(14, Pin.OUT) motor1b = Pin(15, Pin.OUT) motor2a = Pin(10, Pin.OUT) motor2b = Pin(11, Pin.OUT) print("Hello.") def right_forward(): m...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...d This code will display two bitmap images at intervals of 1 second ...= 0; const unsigned char my_bitmap [][8192] PROGMEM = { { 0x0 ...} void loop() { testdrawbitmap(); // Draw a small bitmap image } void testdrawbitmap(void) { display.clearDispla...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

...library API, please visit their github page. #include <DFPlayerMini_Fast.h> #include <SoftwareSerial.h> SoftwareSerial mySerial(3, 2); // RX, TX DFPlayerMini_Fast myMP3; void setup() { Serial.begin(115200); mySerial.begin(9600); myMP3.begin(mySeria...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...estart Arduino IDE. https://raw.githubusercontent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis_attiny_index.json Go to Tools - Board - Boards Manager, search for ATtiny, then install! Get Started Before uploading the code, we have to cha...

Installing PyCharm

Python for Beginners Setting Up Your Environment

...th version control systems like Git, making it easier to manage code changes, collaborate with team members, and track project history. Error Highlighting: Instant feedback on code errors, warnings, and potential issues is a common feature of IDEs. This ...

Week 4 - Other inputs and APIs

Creative Coding Workshop: Introduction to Creative Coding

...ory and is available to view on Github: /19_api_playground/ Here are a list of APIs you can use for this example: APIs OPEN Blockchain (Documentation):https://blockchain.info/latestblock Most Recent Earthquakes:http://apis.is/earthquake/is ...