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

167 total results found

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...pload code to ATtiny85. File - Examples - Arduino ISP - ArduinoIS ... GND (4) Pin 13 --> Pin 2 (7) Pin 12 12 --> Pin 1 (6) Pin 11 --> Pin 0 (5) Pin ...ntent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis ..._attiny_index.json Go to Tools - Board - Boa...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...IVE controllers (Using Steam VR 2.2 plugin). Please notice that th ...ts to more functional and complex projects. In previous pages, we ... already explored how to set up the scene y ...ou are expected to use for this tutorial. ...nal). Steam VR setup tutorial# 2 Getting started In Steam ...

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! ... homepage. There will be a few extra forms when you signup, you c ...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...

Using Arduino Leonardo to send USB MIDI data

Physical Computing Tutorials

... applications like MadMapper, Max and Ableton Live. In order to u ...ion of the basic MIDIUSB write example, by wrapping the noteOn an ...oid setup() { Serial.begin(115200); } void loop() { Serial.p ...ding note on"); noteOn(0, 48, 64); // Channel 0, middle C, no...

3D Geometry and Parametric Design

Creative Coding Concepts

This is an informal workshop experimenting with a method of gen ...erating 3D meshes from 2D images based on the RGB colour ...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo...

Using the serial monitor and serial logger

Physical Computing Tutorials

...between two Arduinos, or via an XBee wireless shield, USB or Blue ... other boards based around the 32u4 chip have a seperate USB seri ...al and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...the serial monitor, the first text field is where you can type te...

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 Close You may not see the exact thing on your pi based on th ...erating system you used. Method 2: Terminal Command For example, setting HDMI as default a ...udio output: amixer cset numid=3 2 The 2 at the ...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... a bunch of chips by having an I2C constant-current matrix contro ...o is write data to it using the 2-pin I2C interface. There are three ad ...ol up to 8 of these on a single 2-pin I2C bus (as well as whatever other ... I2C chips or sensors you like). Th...

How to get started with Textures and Materials in Spark AR

Spark AR Materials and Textures in Spark AR

Textures and Materials in Spark AR ... Watch this video which explains the basics of Materials i ...n Spark AR. The texture and materials in Spark AR a ...re similar to textures and materials in other 3D ...software like Blender, Cinema4D, and U...

How to use a Heart Beat Sensor

Physical Computing Tutorials

...ND (Ground) Get Started This example will print the BPM on the ...LED, OUTPUT); Serial.begin(115200); } void loop() { // Read ... signal crosses the threshold upward (beat detected) if (Signal ...t (no interval yet) BPM = 60000.0 / delta; // 60000 ms per...

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

...i/full-screen.sh sudo chmod +x full-screen.sh full-screen.sh ... export DISPLAY=:0.0 xset s off xset -dpms xset s noblank chromium-browser ...ktop Entry] Type=Application Exec=/home/pi/full-screen.sh Hidd ...en=false X-GNOME-Autostart-enabled=true N...

Understanding Arduino software

Physical Computing Workshop: Beginner Physical Computing

1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The latest version, 2.3.X, is not currently supported by ...opment, so you may encounter unexpected errors. For the time bein ... stick with the older version. 2. Select Arduino Board We need t...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

... the sound takes to come back, exactly like bats use to fly in th ... dark. The sensor works between 2-400cm however if the ping sound ... is reflected away from the sensor by an a diverg ...GND to GND) Echo to digital pin 12 Trigger to digital pin 13 Get...

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...fun electronics that provides a way to play MP3 files from a Micro ...You must us a micro SDSC (up to 2GB) card, or a SDHC (up to 32GB) card formatted in FAT16 or FAT32. After inserting the card you m ... done by switching the USB <-> EXT switch back and forth. USB: ...

What are GPIO pins on Raspberry Pi?

Raspberry Pi

... Board and Boardcom (BCM). For example, the board pin 8 and BCM p ...ges such as Python and Scratch. 2. Board numbering Board numberin ... as Pin 1, left to right then next line, and the bottom right wil ...unique functions, such as GPIO 02 and GPIO 03 are also the pins o...

Making Breathing Light with LEDs

Physical Computing Tutorials

...o with "~" in front of it. For example, pin D3, D5, D6, D9, D10 and D11 on Arduino UNO ...nd we can give the value from 0-255 using this function. analog ...rns somthing off) analogWrite(127) means a signal of 50% duty cy ....g. dimmed light) analogWrite(255) means a signal of 100% duty ...

OculusQuest - Setting up development enviroment in Unity

VR tutorials - Unity Oculus Quest Tutorials

...3 supported Unity versions: 2017.4 LTS 2018.4 LTS 2019.2 We strongly recommend using ... Unity 2019.2 as this is the version we are c ... Package (Version 14.0 on March-2020) as it will provide additional ...t grab and haptics. The easiest way to get the Oculus Integration ...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

... the yellowish light turned on. 2. RESET Button It is not the fac ...thing more than yes or no. For example, analog input can be somet ...ree celsius, a range of values. 6. PWM pins You can see the symbo ...l ~ next to some digital pins, those ar...

Course