Advanced Search
Search Results
181 total results found
Steam VR setup Tutorial #1 - Player camera setup
... and HTC VIVE HDM (Head Mounted Display) Using Steam VR 2.2 plugin ... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ... Steam platform will install additional components needed to run ...
Setting up Spark AR
...aptop go to https://sparkar.facebook.com/ar-studio/ (you do not need a facebook a ...player on your mobile device in order to view your AR project Go to the App store and search for Spark AR Player, download You are now ready to make your first project
Using Arduino Leonardo to send USB MIDI data
... Leonardo is the in-built USB MIDI support. This is really useful ...for sending data from Arduino to applicat ...apper, Max and Ableton Live. In order to use this you'll need to foll ...tall libraries to install the MIDIUSB library. The following is a ...
Student works
...websites and videos! Creative Coding Design with your Mind by Migu ...el Desport, BA (Hons) Graphic Media Design (2020) Muse meditation brain sensor, code in Pro ...cation (2019) Arduino, stepper motors, LDR sensors Projection Mapping Projection-mapped su...
How to use a Hall Effect Sensor
... for detecting the strength and direction of a magnetic field prod ...started The following code uses digitalRead() to get a integer (1/ ...Hall Effect sensor connected to digital pin 2 int hallSensorState; ...id loop() { hallSensorState = digitalRead(hallSensorPin); // Rea...
How to use an Electromagnet
... When the current stops, it immediately loses its magnetism. This ... toggling it on and off using a digital pin. When the signal pin i ... // Electromagnet connected to digital pin 2 void setup() { pi ... // Turn the electromagnet ON digitalWrite(electromagnetPin, HIG...
How to use a Flat Vibration Switch
...tch? This is a low-sensitivity, directional vibration-induced trig ... } void loop() { int state = digitalRead(vibrationPin); if (s ...tate == HIGH) { digitalWrite(ledPin, HIGH); Se ...ion detected!"); } else { digitalWrite(ledPin, LOW); } d...
How to use a Heart Beat Sensor
...Heart Rate Sensor from Seeed Studio. For other popular heart rate ...e you will get very unstable reading. Wiring Red to 5V (Power) Y ... and blink the builtin LED to indicate each beat. int PulseSensorP ... // Holds raw analog reading bool PulseDetected = false; ...
How to do Basic Commands in Terminal
... ls List all files and directories in the current folder ...me Change to a specific directory cd ... .. Go up one directory mkdir myfolder Create a new directory called myfolder ...
Object in the space AR
... Spark AR provides a number of different templates to start with, ... From here you can start to edit your object, for example prope ...bject in the scene by going to Edit > Duplicate and dragging it ...n the scene: You can also edit the object size, and rotation ...
Installing Unity
...to follow the 4 steps: 1-Downloading and installing the Unity Hub ...re a few things you need to be aware of: Downloading and installing the Unity Hub. ...et a popup window asking if you want to open the Unity HUB, Select ...and then click on the "Install Editor" button. We recommend ins...
(MAC) How to use Phomemo Thermal Printer M834
... text and graphics inklessly on different sizes 216mm/210mm/110mm/ ...ver and install the driver according to the guide. 2. Create Custo ...instead, it is essential if you want to do auto-printing in the next step. Go to System Settings -> Printers & Scan...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and ...resents a departure from the traditional single-board computers (S ..., which can be used for various digital and analogue tasks. The Pico can be programmed using MicroPython, a lightwei...
How to image a Raspberry Pi
...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 ...8.4, you can format the SD card directly. Storage, select the SD ...stem - Erase Click Next and wait for it to finish. 3. Image y...
POPs: Point Cloud from 3D model
... mind that you won’t be able to directly edit the geometry inside TouchDesig ...ments (such as scaling or mesh edits) should be done beforehand in ... external software like Blender. Next, add a Pa ...kground Color Alpha to 1 if you want a solid black background. At...
How to use DFPlayer mini to play MP3 without Arduino
...module with a simplified output directly to the speaker. The modul ...es Select all .XXXXXX files and directories and delete Empty Bin E ...tery - (Power) SPK_1 to 3.5mm audio jack middle pin SPK_2 to 3.5mm ... audio jack left/right pin ADKEY_1 to...
Systems in art & design
... experiences Cybernetic Serendipity - Institute of Contemporary ...e computer age, Cybernetic Serendipity epitomizes the dilemma much of media art faces today: its complicat ...socio-economic environment, the difficulty of engaging with its ow...
Using a Force Sensor
...enses the resistance value depending on how much it has pressed. I ... as a touch sensor as well. The difference between this and Capaci ...to use. It provides accurate readings for physical pressure but it .../200 is light touch //500 is medium touch //800 is hard touch in...