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

183 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 Di ... more flexible screens. If you want to use the display for animat ... Smartphones, premium TVs, smartwatches, VR headsets, foldable devices, high-end la ... B00000000, B00110000 }; void setup() { Serial.begin(9600); ...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please follow the previou ...s tutorial for setting up the basic. This tutorial ...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...

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

Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner

Touchdesigner Interactive Media

...ct tutorial and might have been disappointed to discover it is only compatible wit ...erequisites and show you how to set your camera up in TouchDesigner ...re launching TouchDesigner. 2. Setting up TouchDesigner 2.1 Conne ... camera. Click Initialize, wait for it to mark "Ready" (1), t...

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

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

Audio Setting Most Raspberry Pis have a 3 ....5mm audio jack for outputting audio, but you can also output audio via HDMI as well. The below wi ...ll show you two different ways to set the output device. Method 1: Us ...t corner) Go to Preferences → Audio Device Settings In the Output...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

...efine RST 4 // Declaration of RESET Pin Adafruit_ST7789 lcd = Ada ...fruit_ST7789(CS, DC, RST); void setup(void) { lcd.init(240, 240, S ...PI_MODE2); lcd.setRotation(1); delay(500); // f ...g lcd.fillScreen(0x22ED); lcd.setCursor(20, 100); lcd.setTextCol...

Installation and Setup

Spark AR

How to install and setup Spark AR for the first time.

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 ...port SPI communication as well. Display Configuration If you have ... Getting started This code will display two bitmap images at inter...

Setting Up Your Environment

Python for Beginners

UE Installation and Set-up

Unreal Engine Basics

... You can learn more about the different kinds of licensing avail ...nstaller to your computer. Depending on your operating system settings, you might be asked to sel ...finishes, run the installer and wait for it to complete. Creat ...an Epic Games Account After the setup program installs the Epic Gam...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

...this tutorial we will look into setting up and using Kinect v2 and ...fore we start, download the Software Development Kit (SDK) from he ...ere allow some time for the software to upload and update the stat ...us of your Kinect. My final settings looked like this (further ...

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 ...rom the x coordinate. function setup() { createCanvas(400, 300) ...y using a while loop. function setup() { createCanvas(400, 300) ...this case an integer, initially set to 50. while (x <= 350) {T...

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

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...er-friendly Requires more setup/code Wiring (same wi ...RH_RF69.h> /************ Radio Setup ***************/ // Change t ...we increment per xmission void setup() { Serial.begin(115200); ... //while (!Serial) delay(1); // Wait for Serial Console (comment 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 ...Library HCSR04. Only one void setup() and void loop(), that means ... have to copy everything from 1 setup to another setup, from 1 loop...