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

160 total results found

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...ie image and add additional software later. It's up to you. We are ...ed tutorial for imaging the Pi. 1. Using Raspberry Pi Imager Ra ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other wa...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

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

Arrays

Programming Tips and Tricks

...in an ellipse function var x = 100; var y = 100; function setup() { cre ... p5 Editor Now what if we wanted to have a lot of circles, l ...iables for every ellipse: var x1 = 20; var y1 = 100; var x2 = 213; var y2 = 209; var x3 = 100;...

Web App Template for Beginners

Creative Coding Tutorials

...r app to users, ie. clients. If 10 people access your website, th ...ere are 10 frontends in action but only 1 backend. Backend is often built ...hon. Here we use Node.js. Setup 1) Get a code editor if you don’t ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ... Resolution 12MP (4608 × 2592) ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...-pin), Pi5 will need a 22pin to 15pin ribbon cable Power supply ...

How to use a relay module

Physical Computing Tutorials

... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V relay module as an e ... has different models providing 1/2/4/6/8 channel(s). An 8-channe ...utorial, I will be only using a 1 channel relay to control one wa...

How to control Arduino without using delay()

Physical Computing Tutorials

...illiseconds) specified as a parameter. (1000 milliseconds = 1 second.) delay() is very common ...outDelay which demonstrates controlling timing without using delay(). R ...e same result of blinking every 1 second. // constants won't chan ...0; // will store last time LED was updated // constants won't ch...

How to get started with Textures and Materials in Spark AR

Spark AR Materials and Textures in Spark AR

...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...

Doors, Drawers and Levers

VR tutorials - Unity Interaction Toolkit Essentials

go to video

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

...something goes wrong, you can always go back to when it did work! ... Step 1: Signing up for GitHub Go to h ...hrough these. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi...

How to control Arduino without using delay()

Physical Computing Tutorials

...ink code which demonstrates controlling timing without using delay(). # ...e the FireTimer with a delay of 1000 milliseconds ledTimer.begi ...n(1000); } void loop() { // Chec ...the code to keep the LED on for 1 second and off for 2 seconds us...

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...connection begin Serial.begin(115200); pinMode(13, OUTPUT); } void loop() { ... if(timer < 0) { timer += 1000000 / SAMPLE_RATE; i ...G_THRESHOLD) { digitalWrite(13, HIGH); } else { digit ...alWrite(13, LOW); } Serial.print...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or below of Adafruit Neopix ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... a USB power supply (500mA) for 12x12 pixels. #define BRIGHTNESS ...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

...le, the board pin 8 and BCM pin 14 are referring the same pin. Nu ...nguages and libraries you use. 1. BCM numbering BCM numbering ma ...d on the Raspberry Pi, like GPIO14. It is used in most programmin ...from the top left corner as Pin 1, left to right then next line, ...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

... are using CircuitPython 9.0.5 (11/10/2024), all libraries and code ... bitmap spitesheet. If you just want to test the code, you can dow ...bmp and skip this part for now. 1. Piskel Piskel is a free online ...to 64 x 32 px Draw whatever you want Add new frame and draw until...

Interactive Projections

Projection Mapping

...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw21Uw2PWTR_XM&t=529s. Begin by con ...he Threshold value; Ideally you want to get completely transparent ... edges = cv2.Canny(gray_8bit, 1, 5) contours, hierarchy = ...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

...low will show you two different ways to set the output device. Met ...hod 1: Use Raspberry Pi Configuration ... dropdown, choose: HDMI or HDMI 1 (depending on your Pi model) Cl ...e end indicates HDMI. 0 = Auto 1 = Analog (3.5mm jack) 2 = HDMI ...sudo raspi-config Navigate to: 1. System Options → S2 Audio Cho...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

...gment displays normally require 13 pins (5 'characters' and 8 tot ...k solves the annoyance of using 13 pins or a bunch of chips by ha ...n 'dim' the entire display from 1/16 brightness up to full brightne ...ss in 1/16th steps. It cannot dim indiv...