Advanced Search
Search Results
157 total results found
How to create 360 Video for the Igloo system
...eps will be using an Insta360 X2 camera. You can recreate the sa ...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...d at a maximum of 30 FPS. Step 2 Remember that the Igloo system ...
Student works
...BA (Hons) Graphic Media Design (2020) Muse meditation brain sensor, ...teraction Design Communication (2019) Arduino, stepper motors, L ...teraction Design Communication (2019) MadMapper, Arduino, micros ...formation and Interface Design (2019) Unity
How to build a project onto a VR headset
...the VR platform and headset you want to target (e.g., Oculus Rift, ...u can use the Oculus VR Plugin. 2. Create a New VR Project: Launc ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...mpatible with the latest VR hardware and software updates. Remembe...
Using a Whadda Vibration Motor Module
...nsistor is connected to pin 3 void setup() { pinMode(motorPin, OUTPUT); } void loop() { digitalWrite(motorPin, HIGH); //vibrate delay(1000); // delay one second digitalWrite(motorPin, LOW); //stop vibrating delay(1000); //wait 50 seconds. }
Using Arduino Leonardo to send USB MIDI data
...oid setup() { Serial.begin(115200); } void loop() { Serial.p ...city MidiUSB.flush(); delay(500); Serial.println("Sending n ...ity MidiUSB.flush(); delay(1500); // controlChange(0, 10, 65); // Set the value of controller 10 on channel 0 ...
Arduino Nano 33 Sense Rev2- IMU sensor
...he Arduino Nano 33 BLE Sense Rev2 is a combination of two modules ..., the 6-axis BMI270, and the 3-axis BMM15. To use ...urement unit) in Nano 33 BLE Rev2 and Nano 33 BLE Sense Rev2, you need to use the Arduino_BM ...I270_BMM150 library instead of Ard...
Understanding Arduino hardware
...B Port Connect the Arduino with your computer using the USB cable, you will see the yellowish light turned on. 2. RESET Button It is not the fac ...utput pins. For example, if you want to create a breathing light e ...part, Understanding Arduino software.
How to send data to Processing from Arduino
...duino int value1; //int value2; //multiple data from arduino i ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...he pot is 0 and max. value is 1023. //and I want to map the background colour ...from black to white, 0(black) - 255(white) float BW = map(value...
Using an MFRC522 RFID reader
What is an MFRC522 RFID reader RFID means radio-fr ...h each identification and a two-way radio transmitter-receiver as ...gital 11 (MOSI) MISO - Digital 12 (MISO) IRQ (unconnected) GND - ...brary We will be using the MFRC522 library. Please see this tutori...
Using a Membrane Potentiometer (SoftPot)
...? A Membrane Potentiometer is a type of position sensor that measure ... of the thinner strip) to 5V Pin2 (middle pin) to A0 & via 10k resistor to GND Pin3 (the one with a small arrow) to GND Getting started This example turns on the built-in LED when to...
How to make the Raspberry Pi display a web page fullscreen at power on
.../pi/.config/autorun/kiosk.desktop cd /home/pi/.config mkdir autorun kiosk.desktop [Desktop Entry] Type=Application Exec=/home/pi/full-screen.sh Hidden=false X-GNOME-Autostart-enabled=true Name=kiosk Reboot the Raspberry Pi. sudo reboot now
Using a TCS34725 RGB Color Sensor
What is the TCS34725 RGB Color Sensor? The TCS3472 sensor provides a digital retur ...our Arduino projects. What is I2C? The TCS34725 has an I2C interface (SDA and SCL) that c ... be used to interrupt Arduino. I2C stands for Inter-Integrated Ci ...ices for serial communication. I2C Communication Protocol uses on...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...est version, 2.3.X, is not currently supported ... stick with the older version. 2. Select Arduino Board We need t ...ck Now at the bottom of the software, you will see you are using A...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...and Conductive Fabric You need 2 pieces of conductive fabrics an ...iece of velostat. Make sure the 2 pieces of conductive fabrics ar ...tat is pressed. int buttonPin = 2; int buttonState; void setup() { // put your setup code here, to run once: Se...
Touch sensor - Using an MPR121
What is the MPR121? The MPR121 is a tiny microchip formerly m ...ace mount device that provides 12 capacitive touch electrodes thr ...ough an I2C interface. We are using Adafru ...it MPR121 in this tutorial. What is capa ...xposed metal part. Adafruit MPR121 Power input: 3.3V to 5V Addre...
Controlling an actuator with TinkerKit Mosfet
...and accidentally wiring up the 12 or 24 volt power supply to your Ardu ...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...only drive up to 24V DC. Getting started After wi...
Content Creation Guidelines
...about creating different kinds of content for the 270 projection space. Although the document is separated into sections, please go through the whole document as there may be other information that could be relevant to your project.
Adding content - Music and Audio
There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....