Advanced Search
Search Results
134 total results found
How to fix "Internal data stream error" in Processing 4
Error In Processing 4, you will see this error often ...ase see here. How to fix (12/2024) Change this line cam = new Cap ...re cam; void setup() { size(640, 480); String[] cameras = Capture.list(); if (cameras.length == 0) { println("There are...
Week 3 - Iteration, arrays, objects and pixel arrays
...ion_02/ 13_loops_and_arrays/ 14_pixel_array/ 15_image_pixel_ar ...er and over on the same data in order to achieve a desired outcome. T ... is only performed once. If we want to perform a conditional oper ...ction setup() { createCanvas(400, 300); } function draw() ...
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...
Using a Adafruit 1.8" TFT Display Shield V2
...TShield18 ss; #define SD_CS 4 // Chip select line for SD car ...nt("Up"); buttonhistory |= 4; } if(! (buttons & TFTSHIEL ...XX_BLUE); tft.setCursor(0, 140); tft.print("1"); butt ..._GREEN); tft.setCursor(50, 140); tft.print("2"); butt...
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 ...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...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ...lution to fit the display - 800x480 pixels Lower the framerate to ...lay Width: 800, Display height: 480 import sys import os libdir ...port logging import random from waveshare_epd import epd7in5_V2 im...
Using a Joy-IT TFT LCD Display
...11 on Nano 33 Sense) RST to Pin 4 DC to Pin 5 Library To use thi ... Data / Command Pin #define RST 4 // Declaration of RESET Pin A ...; void setup(void) { lcd.init(240, 240, SPI_MODE2); lcd.setRotation( ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 #...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Week 1 - Coordinates, shapes and colour
...unctions for us in a particular order. The setup function runs first ...or expertise, you will almost always encounter bugs. Writing code ...mmers we need debug our code in order to identify and fix problems. T ...ime to observing the problem in order to understand it. Exercise ...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ...lvetica Neue", Arial; padding: 24px; background:#fafafa; color:#1 ...11; } table { border-collapse: collapse; width: 100% ... 6px 20px rgba(20,20,30,0.06); border-radius: 8px; overflow: hidden; ...
Radio Communication: How to use RFM69HCW Radio Data Module
...rent versions, we are using the 433 MHz version in this tutorial. ... Operating Frequency 433 MHz 433 / 868 / 915 MHz (depending on ... MISO to D12 MOSI to D11 CS to D4 RST to D2 G0 (IRQ) to D3 Libr ... ***************/ // Change to 434.0 or other frequency, must ma...
How to make Animation on NeoMatrix
... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... backend that only supported // 4 bits per color with Blue/Green/...
Using an PN532 RFID reader
... Standards ISO14443A/B, FeliCa ISO14443A (MIFARE) ✔ PN522 ...n the module. D/T - SDA (Pin 14) C/R - SCL (Pin 15) GND - GND ( ...FARE Classic 1K card will have 64 blocks of data and the smaller ...al.println(); Serial.println("Waiting for a card......"); } void...
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...
Week 2 - Animation, conditionals & random numbers
...ollowing project directories: 04_using_variables/ 05_animation/ ... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...available to view on Github: /04_using_variables/ Now that...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ...ost videos encoded with the H.264 video codec and in a video form ...nsion like .avi, .mov, .mkv, .mp4, or .m4v. Try to minimize the size of y ...u shouldn't use an uncompressed 4K video format on a 1080p HD dis...
Web App Template for Beginners
...t. Server with Node and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...to this project folder (we only want it to live in this folder, no ...tps://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js"></script> So the ...tps://cdn.jsdelivr.net/npm/p5@1.4.0/lib/p5.js"> </script> </head...