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

178 total results found

How to control Arduino without using delay()

Physical Computing Tutorials

...0; // will store last time LED was updated // constants won't ch ...h to blink (milliseconds) void setup() { // set the digital pin as output: pinMode(l ... blink the LED; that is, if the difference // between the curren ... // the interval at which you want to blink the LED. unsigned ...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...th the RetroPie image and add additional software ware later. It's up to you. We are ...buttons on your controller accordingly, one by one. If you want to skip any button configurat ...tons that you MUST set up, including Hotkey, Start, Select, A and ...

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

Variables

Python for Beginners

... ints. Consider a basic task: adding two whole numbers using Pytho ... result of 2. However, you may want to use a certain value more t ...beled boxes where you can store different types of data. This data ...d a sum of two integers like we did before, except this time we ar...

How to control Arduino without using delay()

Physical Computing Tutorials

...) There is an example that is modified from the built-in example B ...bject FireTimer ledTimer; void setup() { // Initialize digital pin LED_BUILTIN as an outp ... // Toggle the state digitalWrite(LED_BUILTIN, ledState ...bject FireTimer ledTimer; void setup() { // Initialize digital pi...

How to use a rotary encoder

Physical Computing Tutorials

...ocessed to determine rotational direction, position, and speed, ma ...pes of control systems. Wiring Different models of rotary encoder ...s will have different colour codes. I am using ... the amount of rotation and the direction. By reading these pulses...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

...n then be programmed to perform different tasks using different languages, such as C++, ...the Pins Each pin on the pi has different functions and their phys ...t more details of each pin. Building Circuit with Raspberry Pi UNP ... In general, I will not suggest direct soldering on a Raspberry Pi...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...fun electronics that provides a way to detect ambient sound levels ...e connections on the board: Audio - This is the raw audio from the microphone. Envelope ...mbient sound. Gate - This is a digital value representing if soun ... can use both at the same time: Digital Wired up in digital mode t...

Using the serial monitor and serial logger

Physical Computing Tutorials

...ication is a sequence of binary digits (0s and 1s) that convey inf ...nitor on the Arduino is able to display messages the Arduino board ...e a seperate USB serial and hardware serial, and you cannot directly monitor the hardware serial [Serial1] output using...

Arrays

Programming Tips and Tricks

Arrays Difficulty : Beginner-Intermediate This tutorial assumes you h ...ave a basic understanding of coding in Processing or p5, and are ...onsole.log(myVariable); p5 Edditor And we know that we can use ... use them to as the x and y coordinates in an ellipse function va...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... for these big bright 7-segment displays. These 7-segment displays normally require 13 pins ...you like). The driver chip can 'dim' the entire display from 1/16 brightness up to ...ness in 1/16th steps. It cannot dim individual LEDs, only the enti...

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 ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...Create Repository Step 3: Uploading your code Now we need to upl...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...g that they can be programmed individually. With the library creat ... for your project. They come in different sizes and shapes and you ...oMatrix from Adafruit. Wiring DIN to Pin3 +5V to 5V GND to GND ... Library WarningDownload version 1.9.0 or b...

How to use Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ... ✅ Yes (PDAF or EDOF depending on model) HDR ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64...

Introduction to the PyCharm IDE

Python for Beginners

...mProjects/first-pycharm-project directory. However, you can choose ...akes things less confusing. The setup page also asks if you want to create a main.py welcome s ...stead of just preparing a blank directory. Once the setup is complete, click "Create." T...

Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner

Touchdesigner Interactive Media

...ct tutorial and might have been disappointed to discover it is only compatible wit ... camera. Click Initialize, wait for it to mark "Ready" (1), t ...using the DepthAI library. 2.3 Displaying Data in TouchDesigner ...at capture images from slightly different angles. By comparing the...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...is article, we will explore the different types of lighting in Unr ...y in a project. There are 5 different types of lights within U ...nreal Engine. 1) Directional Lights: Directional lighting represents an ... infinitely distant light source, simulating t...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...rrectly. In the project, go to Edit > Project Settings > Editor and check that your settings ...liar with the command line, the way to use it is to type a command ...command - cd stands for "change directory". The command looks lik ... Path". You can paste the path directly into the command line aft...