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

180 total results found

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...ctured by Microchip. Know More Set the Arduino Uno Into ISP Mode S ...STYLE_WIRING to the code before setup() UPLOAD! Wiring The pins are ...) GND --> GND (4) Pin 13 --> Pin 2 (7) Pin 12 - ... Pin 0 (5) Pin 10 --> Reset (1) Only when you are uploadi...

Mobile VR - Getting Started Guide

VR tutorials - Unity Mobile VR

...cases, an affordable Mobile headset. These are some options we reco ... You might need a Mobile VR Headset to experience the VR content. ...This is an online community for 3D model creators, all models hav ...the bottom right corner of each 3D model window. click here to v...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...(BCIs). Although the actual headset is quite pricey, the NeuroSky c ...hip can be found on brainwave-controlled toys such as the S ...tar Wars Force Trainer. The toy can be...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...e end of movement, such as in a 3D printer to stop the motor goin...

How to image a Raspberry Pi

Raspberry Pi Raspberry Pi Image

...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...ou need the SD card to be in FAT32 format. Open Raspberry Pi Imag ...stem - Erase Click Next and wait for it to finish. 3. Image y...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ome a ubiquitous and convenient way for people to access the inter ...e this tutorial to learn how to set up your Pico. Before you go ahe ...y Shell, something like ip = 10.3.15.120 open up a web browser g ...p> </body> </html> """ max_wait = 10 while max_wait > 0: ...

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

...es a series of steps, including setting up the development environm ...ent, configuring project settings, and packaging the app. Be ...per.android.com/studio). Set Up Oculus Development Hub: Dow ... your Meta Quest 2, navigate to Settings > Oculus Quest 2 > More Se...

Bonus round: putting an existing Unity project into git

Games Workshop: Version Control for Games Design

...roject, go to Edit &gt; Project Settings &gt; Editor and check that ... your settings look like this: Open up ...liar with the command line, the way to use it is to type a command ...ft+Insert instead. Then we can set up our repository with this com...

Hello World

Python for Beginners

...have Python, Mamba, and PyCharm set up, let's create a simple "Hell ...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I ...

Using NEMA17 Stepper motor with Big Easy Driver

Physical Computing Tutorials

...e code demonstrates 4 modes: forward, reverse, 1/16th microstep an ... int x; int y; int state; void setup() { pinMode(stp, OUTPUT); ...; pinMode(EN, OUTPUT); resetBEDPins(); //Set step, direction, microstep and ...ain loop void loop() { StepForwardDefault(); ReverseStepDe...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...ate localized lighting effects. 3) Spot Lights: Spot lights emit ... across large surfaces, such as walls or floors, and creating soft ...oject, each light object can be set to one of three mobilities. The ...se settings will greatly change how th...

How to use a Servo Motor

Physical Computing Tutorials

...Continuous Rotation Servo 360° (infinite) Speed & dir ...re.h> ServoDriver servo; void setup() { // join I2C bus (I2Cd ...i < 9; i++) { servo.setAngle(i, 0); delay(1000) ...; servo.setAngle(i, 90); delay(1000...

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and ...n for, such as the Raspberry Pi 3 or 4. Instead of being a full-f ...nd 2.4GHz wireless interfaces. Set up your Pico Solder header pin ... #create LED object from pin13,Set Pin13 to output while True...

Using the MAX9814 mic amplifier

Physical Computing Tutorials

...here. Wiring  Power (VCC to 3.3V) Ground (GND to GND) Output ... and initialize it to 0 void setup() { Serial.begin(115200) ...our keyboard. Make sure this is set to 115200 baud. To utilise t ...he Serial Monitor this time, to set up your own threshold, e.g. : ...

An Introduction to 2D in Unity 5

...the instructions: https://unity3d.com/get-unity/download Resour ...The difference between 2D &amp; 3D in Unity Overview, terminolo ...p right corner, and select 2 by 3: Creating a Main file Fi ...ect. You can do this one of two ways: Option 1: On the menu ba...

Using a Vibration Motor

Physical Computing Tutorials

...D) 2. Base (B) to Data pin (pin 3) with 1KΩ resistor 3. Collector (C) to Ground of the ...op for 1 second. int motorPin = 3; //motor transistor is connecte ...d to pin 3 void setup() { pinMode(motorPin, OUTPU ...stop vibrating delay(1000); //wait 50 seconds. }

How to use a EMG Muscle Sensor

Physical Computing Tutorials

...his tutorial, we will place the 3 electrodes as shown below. When ...ZE]; int data_index, sum; void setup() { // Serial connection be ...erial.begin(115200); pinMode(13, OUTPUT); } void loop() { ..._THRESHOLD) { digitalWrite(13, HIGH); } else { digita...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

...on We have another tutorial for setting up the MatrixPortal board a ...an animation to display on a 64x32 matrix. CircuitPython and lib ... bitmap spitesheet. If you just want to test the code, you can dow ... & pixel art. Go to resize to set the canvas size to 64 x 32 px D...