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

120 total results found

How to use 7-Segment LED Backpack

Physical Computing Tutorials

...e 13 pins (5 'characters' and 8 total segments each) This backpack so ... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } G ... example. Make sure to have the correct i2c address. #include <Wire...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...or expertise, you will almost always encounter bugs. Writing code ... code is meant to be doing. The way we do this is by adding commen ...s. Comments can be added in two ways: Single line commentUsing t ...he double forward slash (//) at the beginning o...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...

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 ...he buttons on your controller accordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other ways of transferring in RetroPie D...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

...ily detect sound.  There are a total of five connections on this mic ...to detect and prints out values corresponding to the sound's varyin ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); ...

Using an PN532 RFID reader

Physical Computing Tutorials

...al.println(); Serial.println("Waiting for a card......"); } void ...al.println(); Serial.println("Waiting for a card......"); } v ...E_NO 4 // Change this to the correct writable page Adafruit_PN5 ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata)...

Arrays

Programming Tips and Tricks

... p5 Editor Now what if we wanted to have a lot of circles, l ...vidually. Going further, say we wanted to manipulate all of our ci ...rcles in a similar way (for example, move them all le ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...

Touch sensor - with No Sensor!

Physical Computing Tutorials

...curacy without ANY external hardware. CapacitiveSensor library wil ...long start = millis(); long total1 = cs_4_2.capacitiveSensor(30) ...own spacing Serial.println(total1); // print sensor output 1 delay(10); ...

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

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and ...using MicroPython. Download the correct MicroPython .uf2 file for y ...rd and port at the right bottom corner. You can hit the green play button now, it will be blinking! After test...

Projection Mapping in Touchdesigner

Projection Mapping Intro to Projection Mapping

... tutorial on how to get the software started is available here. Th ...ask your area of projection and warp your content onto it. Drag an ...ider to specify the number that corresponds to your projector, this ... freeform tool and click on the corners of your object to trace its...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...our Unity project is configured correctly. In the project, go to Ed ...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait for a reply uint8_t buf[RH_ ... len = sizeof(buf); if (rf69.waitAvailableTimeout(500)) { /...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

... 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 ...ue2 userName == "bob" playerScore &gt;= 10 "west" == windDirec ... and single (=) equals signs Always be sure to use the double equ...

Setting up Kinect in Touchdesigner

Touchdesigner Interactive Media

...fore we start, download the Software Development Kit (SDK) from he ...ere allow some time for the software to upload and update the stat ...jects. Kinect Studio lets you record and loop a short video to feed ...nch the app and in the top left corner of the interface, click on t...

Using the Bantam Tools NextDraw Pen Plotter

Bantam Tools NextDraw

...e line work. The necessary software is already installed on the m ...wn using paper tape at the four corners, to prevent any movement du ..., make sure to TIE it up. Move away from the drawing area, the pen ...s the pen firmly in place, with correct height? Are your hands and...

Touch sensor - Using an MPR121

Physical Computing Tutorials

...angeably as long as you get the correct address and IRQ pin. The ke ...s, also ensure that you use the correct IRQ pin based on the exampl ... libraries folder Now the software Arduino IDE is ready, you will see the libraries from Sketch - Include Librar...

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 ...ck the Raspberry menu (top-left corner) Go to Preferences → Audio D ... -t sine -f 440 -c 2 Or play a WAV sound file: aplay /home/pi/Mus ...ic/youOwnSoundFile.wav Or play a MP3 sound file: cvl...