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

179 total results found

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

What is the OLED display? An OLED display (Organic Light-Emitting Diode display) is a screen technology wh ... more flexible screens. If you want to use the display for animation, please refe ... tutorial. 3.3V Logic This OLED displays have a logic level of 3.3...

Pi War 2024 Log

Raspberry Pi

Documentation of Pi War 2024 Pi Wars is an international, challeng ...co via the VSYS and GND pins. A diode between VSYS and 5V output t ...o present backfeeding. More about powering Pico. We ...re the same ground. We used an L293D IC for controlling two motor...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please follow the previou ...f animation will be suitable to display on E-Paper Black and Whi ...te, as the display we have in stock is Black ...as hand-drawn animation, as the display is not refreshing very fas...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an electronic ink (e-in ...-visibility applications. These displays mimic the appearance of t ...raditional ink on paper, making them ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

...s and arrays together Understanding and using JavaScript objects ... Understanding how colour data is stored in ... code is also available to view directly on Github's website. Duri ... be using the following project directories: 11_iteration_and_loo...

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

Building a VR app for the Meta Quest 2 from Unreal Engine involves a s ...eries of steps, including setting up the development en ... these tools through Android Studio or separately from the Android ...ttps://developer.android.com/studio). Set Up Oculus Develop...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

What is the OLED monochrome display? The OLED monochrome display is a small (tiny) and high ...-readability display. It is useful for displaying data, e.g. weather info ...will be using Adafruit SSD1306 128 x 64 OLED with I2C communication. It can support ...

8th Wa...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explainin ...g the UI and different panels in Spark AR

Transporter - 270 Projection Area

270 Projection Space

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

What is the TFT LCD Display? A TFT LCD display is a type of screen that u ... the pixels of a Liquid Crystal Display (LCD). It is one of the mo ...st common display types found in devices lik ...cation. 3.3V Logic A lot of LCD displays have a logic level of 3.3...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

...s and how to use them Using conditional statements to control cod ... code is also available to view directly on Github's website. Duri ... be using the following project directories: 04_using_variables/ ... 05_animation/ 06_conditionals/ 07_random/ 08_random_...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

What is Digital Input Pull-Up resistor? In ... Arduino, a Digital Input Pull-Up Resistor is ...resistor that you can enable on digital input pins to ensure a kno ... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...creen Drawing shapes Understanding additive colour and using RGB colour ...tory of open-source, creative coding libraries going back to the e ...arly 2000s. It is supported by the Pro ...hat emerged from the creative coding library Processing. From a t...

Using L293D IC for motors

Physical Computing Tutorials

What is L293D? The L293D is a 16-pin Motor Driver IC ...DC motors simultaneously in any direction. The L293D is designed to provide bidirectional drive currents of up t ... in toys. It usually comes with 2 wires, one red(+) and one black ... speed of the motor. Taking a 12V DC motor for example, we conne...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...s Download and install Unity 2019.2.0f1. Previous versions might a ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions b ... when you start running the software. About the Vuforia Engin ...e As of 2017.2, Unity integrates the Vufo...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...nent here. Wiring (Master - Sending data) Interrupt Pins for RX/T ...I am using an UNO which has pin 2 & 3 as the interrupts pins. Che ... using and change the pins accordingly. VCC (Red) to 5V GND (Bla ...(Arduino TX) TX (Yellow) to pin 2 (Arduino RX) Button to GND Butt...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

What is RFM69HCW Radio Data Module? The RFM69HCW is a ... high-performance, low-power radio transceiver module designed fo ... UART-based modules like the APC220, the RFM69HCW offers SPI commu ...ing two Arduino UNO, one for sending and one for receiving. RFM69H...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...04? The HC-SR04 is a ultrasonic distance sensor, it uses ultrasoun ... dark. The sensor works between 2-400cm however if the ping sound ... is reflected away from the sensor by an a divergent (not parallel) surface, ...ement. There are other types of distance sensors that are more acc...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...e, Blink, and upload the code. 2. Blinking Orange LED The orange ...d be blinking now. 3. Understanding the Code First, you will see ...ggested, it will loop forever. digitalWrite(LED_BUILTIN, HIGH); ...to this component, LED_BUILTIN, digitally, which means on or off o...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...to merge the Blink code and the distance sensor simple code from t ... For example, in Serial.println(distanceSensor.measureDistanceCm());, distanceSensor.measureDistanceCm() is the distance value...

Arrays

Programming Tips and Tricks

Arrays Difficulty : Beginner-Intermediate This tutorial assumes you h ...ave a basic understanding of coding in Processing or p5, and are ...ode, as so: var myVariable = 200; console.log(myVariabl ...e); p5 Edditor And we know that we can use...

Importing 3D content from different sources

Spark AR

Transporter Documents

...with information about creating different kinds of content for the ... 270 projection space. Although th ...be relevant to your project. 2) Fill in the Project Proposal F ...orm after reading the CCG. Aim to provide as much detail as possible about your...

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 anchor point for your 2D/3D to be displayed on top of.

Concepts

Creative Coding

A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.

Physical Computing

...ents and micro-controllers including: Arduino, Particle Photon, Ra ... objects that respond to touch, distance, movement, temperature or light. Our electronics bench in the lab has a set of equipment for soldering electronics, please email us for an ind...

Photogrammetry Pages

This is a comprehensive guide that will guide you through the whole process of creating a 3D digital copy of a physical object.

Building to a VR headset

Unreal Engine Basics

...ill describe the process of building to VR headsets and go in-dept ...h for building to some of the most common pl ...you are encouraged to conduct individual research since developmen ...t can have different results on different devices. Please ask a te...

Metahuman Creator

A guide to the basics of how to create Metahumans and digital copies of real people.