Advanced Search
Search Results
130 total results found
Week 3 - Iteration, arrays, objects and pixel arrays
... how colour data is stored in pixel arrays Accessing the webcam ...02/ 13_loops_and_arrays/ 14_pixel_array/ 15_image_pixel_array/ 16_webcam_capture/ ...de has involved opening the index.html file in your browser, whic ...e absolute file path to the index.html file: For some examples y...
Using a Joy-IT TFT LCD Display
...FT) technology to control the pixels of a Liquid Crystal Display ...d ST7789 Library and Adafruit GFX Library We have a tutorial on h ...he screen. #include <Adafruit_GFX.h> #include <Adafruit_ST7789.h> ...); lcd.setRotation(1); delay(500); // fill Display with a colo...
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 use Waveshare E-Paper Display with Raspberry Pi
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 ...nstall spidev Download Python Example code from Github git clone ... https://github.com/waveshare/e-Paper.git Go to the D...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ...olution to fit the display - 800x480 pixels Lower the framerate to 10 or ... 12 fps Export the video to jpg sequences ...__file__))), 'lib') if os.path.exists(libdir): sys.path.appen ...port logging import random from waveshare_epd import epd7in5_V2 im...
8th Wa...
Arduino Nano 33 Sense Rev2- IMU sensor
...bination of two modules, the 6-axis BMI270, and the 3-axis BMM15. To use the IMU (inerti ...d to use the Arduino_BMI270_BMM150 library instead of Arduino_LSM9 ...DS1 which is used in all example code. Replace #include <Ar ...th #include <Arduino_BMI270_BMM150.h> in all existing codes if you...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...rary and includes a variety of examples which can be implemented ... just copy and paste an OpenCV example into Touchdesigner, we wil ...more about OpenCV, an in-depth explanation of our following steps...
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...y. Let's dive right in with an example... var rectWidth = 5; ...tions. 5 - The value which we want to store in the computer's me ... 35 to the console. In this example, a new variable rectHeight...
How to make Animation on NeoMatrix with Processing
Controlling NeoMatrix with Processing This tutorial i ...a follow-up to the last NeoMatrix animation tutorial. We are usin ...teraction and push those to an 8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix, you will need an extra power s...
How to use MatrixPortal M4
What is MatrixPortal M4 The MatrixPortal M4 is a development board ... ATSAMD51 microcontroller (Cortex M4) and has built-in Wi-Fi supp ...e some key features of the MatrixPortal M4: Microcontroller: ATS ...AMD51, Cortex M4 processor running at 120 MHz...
Week 1 - Coordinates, shapes and colour
...the most recent part of a complex history of open-source, creativ ...ite. A p5.js project In this exercise you will set up a p5.js p ...roject using the Atom text editor, then examine the different files and ru ... /00_empty_project/ ├── index.html ├── libraries │ └─...
Using a Joy-IT 1.3" 128x64 OLED display
... screen technology where each pixel emits its own light using org ... contrast, and thinner, more flexible screens. If you want to use the display for animat ...etica Neue", Arial; padding: 24px; background:#fafafa; color:#111 ...lapse: collapse; width: 100%; max-width: 900px; margin: 0 auto; b...
Arrays
...n our sketch. In the following example I create variables X and Y, and use them to as the x and y coordinates in an ellipse ... function var x = 100; var y = 100; functio ...background(220); ellipse(x, y, 20,20); } p5 Editor ...Now what if we wanted to have a lot of circles, l...
A circle following the mouse
...projects in Touchdesigner this exercise is a great first step. We ...epts such as gaining data from external sensors and using it to m ...window, we can change the width(x) and height(y) of our circle by ...esolution by changing it to 1280x720. Add a Transform TOP aft...
How to use a EMG Muscle Sensor
... below. When the forearm is relaxed on the table, the built-in LE ... be off. When the forearm is flexed, the built-in LED will be on. ...Get Started #define SAMPLE_RATE 500 #define INPUT_PIN A0 // envel ...ffer[BUFFER_SIZE]; int data_index, sum; void setup() { // Seri...
Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner
...3.8, make sure to upgrade it. Next, install the DepthAI library b ... camera. Click Initialize, wait for it to mark "Ready" (1), t ... This CHOP runs a script in Text DAT that captures RGB data fro ...e CHOP'. Click the arrow next to the Stream parameter and se...
Radio Communication: How to use RFM69HCW Radio Data Module
... highly suitable for more complex and secure wireless sensor netw ... ~1000 m (line of sight) 500 m – 1500+ m (configurable) ...or other frequency, must match RX's freq! #define RF69_FREQ 434.0 ...acket counter, we increment per xmission void setup() { Serial...
Position-based Tracking using a Webcam
...n your object and background. Next add a Threshold TOP and change ... object from it's background we want to look for the white pixels in the image, to determine i ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth. Afterwards add a TopTo CHOP to your thr...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ... Sensor Sony IMX708 Resolution ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.