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

177 total results found

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

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

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

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...creen Drawing shapes Understanding additive colour and using RGB colour ...tory of open-source, creative coding libraries going back to the e ...hat emerged from the creative coding library Processing. From a t ...ion to p5.js and the creative coding platforms that preceded it: ...

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

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

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

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

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

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...ed extra controllers or fancy additional gadgets. Inspiration Be ...low you will find a list of online resources that you ca ...lp you get started. Google Expeditions App This google app, avai ...ebsite where you can experience different types of content using y...

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 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 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 ... In this tutorial, I will use a water pump and a 1-channel 5V rela ...one you have. Relay module has different models providing 1/2/4/6...

Hello World

Python for Beginners

...t the "type" of Python file you want PyCharm to create. For this e ... creation by checking the files listed in the project tool window. T ....py file will also open in the editor. ust like before, you can r ...ingful output. It will simply indicate that the program finished w...