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

173 total results found

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...to merge the Blink code and the distance sensor simple code from t ... For example, in Serial.println(distanceSensor.measureDistanceCm());, distanceSensor.measureDistanceCm() is the distance value...

Building for Android Touchscreen Display with Phone OS

Building Apps (Staff)

...es to thumb drive and plug into display. Open File Manager on display through settings and open ...e to the storage of the android display. It will have to be in the correct folder which is inside Android>OBB>com.something App should run from homepage.

Using NEMA17 Stepper motor with Big Easy Driver

Physical Computing Tutorials

...ws easy control of motor speed, direction, and microstepping while ...Big Easy Driver D2 → STEP D3 → DIR D4 → MS1 D5 → MS2 D6 → MS3 D7 ...e code demonstrates 4 modes: forward, reverse, 1/16th microstep an ...d alternate directions. //Declare pin function...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...eated for use in video games, medical animation, architectural vis ...el are you looking for? Depending on the model you want you might need to look for it ...l stock models for a variety of different uses and this often affe ...cts the way in which the model has been pr...

Unity for Beginners Workshop

Unity

...ng 3D environment. Before attending the workshop, you will need t ... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ...d with Arduino and the matrix. DIN to Pin3 +5V to 5V GND to GND ... Library WarningDownload version 1.9.0 or b ... matrix so that the x and y coordinates sent from Processing can b...

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

Using MatrixPortal M4 for animation

Physical Computing Tutorials

...cus on creating an animation to display on a 64x32 matrix. Circui ...d or some other layout. These individual sprites can represent var ... bitmap spitesheet. If you just want to test the code, you can dow ...Piskel Piskel is a free online editor for animated sprites & pixel...

How to use MatrixPortal M4

Physical Computing Tutorials

...lash storage. Matrix Control: Dedicated connectors for RGB LED mat ...ces (HUB75 interface), allowing direct control without needing additional hardware. Power: Can be powered via US ...age boards. It’s great for building projects that involve large, ...

How to use a relay module

Physical Computing Tutorials

...by a signal between low-powered digital electronics and high-power ... It is handy when the thing you want to control requires higher po ...duino can only give max. 5V and 40 mA. In this tutorial, I will us ...e a water pump and a 1-channel 5V rela...

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

Using an PN532 RFID reader

Physical Computing Tutorials

What is the difference between an PN532 RFID r ... more options than before, including stickers, button tags etc. W ... are only for writing to and reading the data from Block 3. Write ...al.println(); Serial.println("Waiting for a card......"); } void...

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

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

Web App Template for Beginners

Creative Coding Tutorials

... a local web app that you can modify in your future projects. Back ...e Node.js. Setup 1) Get a code editor if you don’t have one yet. I ... like Visual Studio. 2) Create a folder for your p ...uments folder. 3) For Visual Studio: Open example_app folder and c...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...connection as one of the most rudimentary forms of sensor you can ...an Arduino. There are dozens of different types of switches and bu ...other type of button or switch. Different types Rocker switch Pus...

How to control Arduino without using delay()

Physical Computing Tutorials

...0; // will store last time LED was updated // constants won't ch ...s) 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 ...

An Introduction to 2D in Unity 5

...unity/download Resources The difference between 2D & 3D in ...ect. You can do this one of two ways: Option 1: On the menu ba ...e from GameObject to Main: Adding C# script to the GameObject ...the script has been added Adding code to C# script using MonoD...