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

116 total results found

Transporter - 270 Projection Area

270 Projection Space

Pi War 2024 Log

Raspberry Pi

Documentation of Pi War 2024 Pi Wars is an international, challeng ...ight, and the other controls forward and backwards. Problems with batteries Thi ... print("Hello.") def right_forward(): motor1a.value(0) m ... motor2b.value(1) def left_forward(): motor2a.value(0) m...

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 el ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb ...ub git clone https://github.com/waveshare/e-Paper.git Go to the D ...minal or use a Python-based software such as Visual Studio or Thon...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback logging.basicConfig(level=logging.DEBUG) try: logging.info("epd7in5_V2...

8th Wa...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explaining the UI and different panels in Spark AR

Steam VR setup Tutorial #2 - Teleporting around your scene

VR tutorials - Unity HTC VIVE Tutorials

...eporting spots to jump from one area to another. With our previous p ...ow we need to create a teleport area that will sit on top of our pla ...ne, the easiest way to achieve this is by duplicat ... Now let's add the "Teleport Area" script to our new gameObject, ...

Interactive Projections

Projection Mapping

...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent ...positioned within the monitored area. Experiment with Level TOP and ...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...ighlighting specific objects or areas of interest. 4) Area Lights: Area lights are large, flat light so ...panels, windows, or open doors. Area lights are ideal for achieving ... across large surfaces, such as walls or floors, and creating soft ...able for indoor environments or areas with a fixed light source. 3) ...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how to get the software started is available here. Th ...en designer to easily mask your area of projection and warp your content onto it. Drag an ...r is before masking the surface area we will project onto: To do tha ...ng tool fills all of the screen area available. Scroll to the bottom...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...; var rectHeight = 7; var rectArea = rectWidth * rectHeight; con ...sole.log(rectArea); // This will write 35 to the ...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

... is only performed once. If we want to perform a conditional oper ...riables can be used in the same way as you use any other variable. ...our own objects is a very handy way to encapsulate related functio ... model things in a more helpful way. Let take a look at the varia...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...f the specifications of the hardware involved. You might need to t...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...ie image and add additional software later. It's up to you. We are ...ccordingly, one by one. If you want to skip any button configurat ...mostly between illegal and grey areas, so no suggestion on where to ...SB stick is the most straightforward method. You can find other wa...

How to use IR Breakbeam Sensor

Physical Computing Tutorials

...frared; detects changes in long-wave IR (heat) in its field. ...ility) Coverage area Single line/plane — narro ...multiple beams used. Wide area coverage with a single sensor. ...ghting, intruder alarms over an area. Use-case dependent ...

What is the Creative Technology Lab?

About the Lab Frequently Asked Questions

...large store of equipment. This area is project led which means stud ... Reality. Students come to this area with an idea and the technical ...code. Students working in this area often work across both the Creative Technology Lab and the 3D Workshop on a...

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

Physical Computing Tutorials

... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...

Variables

Python for Beginners

... result of 2. However, you may want to use a certain value more t ...le of code used for finding the area for a rectangle: a = x * y prin ...t(a) rectangle_area = width * length print(rectangl ...e_area) Both code snippets accomplish ... action, we'll keep things this way for now in order to better und...