Advanced Search
Search Results
125 total results found
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> ...r and a String lcd.fillScreen(0x22ED); lcd.setCursor(20, 100); ...
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...
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...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
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...
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 ...o_LSM9DS1 which is used in all example code. Replace #include <Ar ...rduino_BMI270_BMM150.h> in all existing codes if you are using Re ...Arduino_BMI270_BMM150.h" float x, y, z; int degreesX = 0; int de...
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. ...l plotter #define EMG_THRESHOLD 60 int circular_buffer[BUFFER_SIZ ...E]; int data_index, sum; void setup() { // Seri...
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...
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...
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...
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...
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...
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 ... 12MP (4608 × 2592) Autofo ...later Requirements Hardware Raspberry Pi (Pi 3 or later)...
Capturing in Wide-Angle with the OAK-D Pro camera
...is, replace the script in the Text DAT with the following code: ...eate(dai.node.ColorCamera) xoutIsp = pipeline.create(dai.nod ...e.XLinkOut) xoutPrev = pipeline.create(dai.no ...de.XLinkOut) xoutIsp.setStreamName('isp') ... xoutPrev.setStreamName('preview')...
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 │ └─...
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...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.