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

122 total results found

Transporter Documents

Steps to follow: 1) Read all the information in the Content Creation Guidelines (CCG). This is a document that will provide you with information about creating different kinds of content for the 270 projection space. Although the document is separated into ...

Transporter - 270 Projection Area

270 Projection Space

How to use a Bone Conductor Transducer

Physical Computing Tutorials

...onduction? Bone conduction is a way of transmitting sound to the inner ear t ...rdrum. In normal hearing, sound waves travel through the air, vibr ...um entirely. The Bone Conductor Transducer can create the vibration, ... are denser. The bone conductor transducer produces the best quality ...

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 Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please ...pg" ((a++)) done Now you can transfer the folder to the Raspberry ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback lo...

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...

8th Wa...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

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

Using a Vibration Motor

Physical Computing Tutorials

...n Arduino pin can provide, so a transistor is needed to switch the mo ...tor current on and off. Any NPN transistor can be used. In this tutor ...ent flow from the output of the transistor, we place a 1KΩ (or up to ... in series with the base of the transistor. Wiring These are the elec...

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 ... more ROM file formats here. 4. Transferring Roms Transferring via a USB stick is the m ...ost straightforward method. You can find other wa...

Using the serial monitor and serial logger

Physical Computing Tutorials

...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...xt and press the send button to transmit to the Arduino. The main win ... displayed which the Arduino is transmitting. In the middle at the b...

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...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan ...h the cube selected look at the Transform component parameters shown ...

A circle following the mouse

Touchdesigner Basics of Touchdesigner

...nging it to 1280x720.  Add a Transform TOP after the circle and pl ...ay around with the Translate parameters to make your cir ...o the x and y parameters in the Translate TOP. Select the operator an ...ls from the MouseIn CHOP in the Translate TOP's parameters window,  c...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...gh-performance, low-power radio transceiver module designed for long- ...n, encryption, and packet-based transmission, making it highly suitab ... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...on your Pi from another machine Transfer files (using scp, rsync, or ...SFTP) Install software, run Python scripts, update y ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If ...s is your pi's IP address File Transfer 1. From Your Computer → Rasp...

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 ...know if the model will work in Spark AR before you download? Model ...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 ...

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...