Advanced Search
Search Results
215 total results found
How to use Waveshare E-Paper Display with Raspberry Pi
What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an electr ... screen designed for low-power, high-visibility applications. These displays mimic the appearance of traditional ink ...on paper, making them ideal for projects requiring ...
Pi War 2024 Log
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
How to use Waveshare E-Paper Display? Please foll ...ow the previous tutorial for setting up the basic. This tutorial assumes you already have an animation ready to use. What type of animation will be sui ...display on E-Paper Black and White, as the display we have in s...
How to set the sound output in Raspberry Pi
Audio Setting Most Raspberry Pis have a 3.5mm audio jack for outpu ...t you can also output audio via HDMI as well. The below will show you two different ways to set the output device. Method 1: Use Raspberry Pi Configura ...tion (GUI) Click the Raspberry menu (top-left corne...
Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner
If you've worked with TouchDesigner before you would have surely stumbled across some ...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...
Week 3 - Iteration, arrays, objects and pixel arrays
... 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...
8th Wa...
Installation and Setup
How to install and setup Spark AR for the first time.
Setting Up Your Environment
UE Installation and Set-up
...eed to: Download and install the Epic Games Launcher. Sign up for an Epic Games ...account, if you don't have one. Sign in to the Epic Games Launcher. Install Unreal Engine. ...Download and Install the Epic Games Launcher The Epic Games Launcher is wh...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Setting up Kinect in Touchdesigner
External sensors can help us integrate 3D notions such as depth within our graphics. In this tutorial we will look into setting up and using Kinect v2 and ...some of the other sensors available in CTL. Bef ... begin, it's important to note that unfortunately these devices a...
Radio Communication: How to use RFM69HCW Radio Data Module
...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...
Using a Joy-IT TFT LCD Display
...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...
Using a Joy-IT 1.3" 128x64 OLED display
What is the OLED display? An OLED display ... 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 use Grove Serial Bluetooth v3.0
...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...
How to make Animation on NeoMatrix with Processing
Controlling NeoMatrix with Processing This tutorial is a follow-up to the last NeoMatrix animation tutor ... or realtime interaction and push those to an 8x8 Adafruit NeoMatrix .... Wiring WarningIf you have a bigger matrix, you will ne ...ed an extra power supply. The extra power supply will share ...
Week 2 - Animation, conditionals & random numbers
...omes Understand variables and how to use them Understand functions and how to use them Using conditional statements ...ng values from one range to another Supporting code The code for this workshop is hosted on Github, which is a web- ... detail. A variable is simply a way of storing information in the ...