Advanced Search
Search Results
146 total results found
How to send files to Raspberry Pi using SSH
...cp, rsync, or SFTP) Install software, run Python scripts, update y ...ontrol a headless Raspberry Pi (one without monitor/keyboard) Enab ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If You’re Using Pi Headless Put a file named ssh (w...
How to do Basic Commands in Terminal
... cd .. Go up one directory ...kage-name Install a software package (e.g., python3-opencv ...) git clone https://github.com/user/repo.git Download a GitHub repository to your loc...
How to use a Neopixel strip
...eoPixel library will be used. **Warning**Download version 1.9.0 or ... uploading the code to Arduino, one change has to be made. You should be able to find the below lines in the code. // How many NeoPixels are attached to the Arduino? #define LED_COUNT 60...
Using a Whadda Vibration Motor Module
...he Whadda Vibration Motor Module simplifies this process by integrating all the essential components—such as a transistor, capaci ...ibrate delay(1000); // delay one second digitalWrite(motorPin, ...stop vibrating delay(1000); //wait 50 seconds. }
What is the Creative Technology Lab?
...tal use of AV equipment through one-to-one support, sign-up workshops and a large store of equipment. This area is project led which means students learn by doing with a team of specialist technicians to support students in each of the subjects we support...
Who works in the Creative Technology Lab?
...cialist Technicians who provide one-to-one support and sign-up workshops. ....team td { border: none; } Alejandro Escobar Michael-Jon Mizra Joanne Leung Emerging Technologies Technical Coordinator /VR/AR Developer Interactive Audio & Creati...
Using a HC-SR04 distance sensor
...if the ping sound is reflected away from the sensor by an a diverg ... £5 sensor, while more accurate ones are over £100. Wiring Wiring up the sensor is simple: Power (VCC to 5V) Ground (GND to GND) Echo to digital pin 12 Trigger to digital pin 13 Getti...
Arduino Nano 33 Sense Rev2
... Rev1 vs Rev2 Component Rev1 Rev2 ... HS3003 Microphone MP34DT05 MP34DT06JT ... take a few minutes. When it's done, you should be able to choose A ...o_HS300x Microphone (PDM) MP34DT05 (generic P...
How to control Raspberry Pi Pico via Wifi
...hat enables devices like smartphones, laptops, and other electronic ...ome a ubiquitous and convenient way for people to access the inter ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...
Using Smartphont to Read NFC tag
...is tutorial, we are using an iPhone to tap on the NTAG203 to open u ... you have other interactive components in your project involving Ar ...duino. If you only want a simple read and write funct ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata)...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ...last-child td { border-bottom: none; } .feature { width: 22%; f ...lock; } thead { display: none; } tr { margin-bottom: 12 ...ing: 8px; } td { border: none; padding: 6px 8px; } } ...
AR with Unity - Step #2 - Unity project setup
...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...he Vuforia Behaviour script component. If you click on top of th ...time, Unity will ask you if you want to include a default database...
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....
How to export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames you can change the boolean check. The last block of code in your draw function should be this...
How to build a project onto a VR headset
...the VR platform and headset you want to target (e.g., Oculus Rift, ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...ides a VR Motion Controller component for handling controller input ...s for each platform. For standalone VR headsets (e.g., Oculus Quest...
Using MatrixPortal M4 for animation
... bitmap spitesheet. If you just want to test the code, you can dow ...to 64 x 32 px Draw whatever you want Add new frame and draw until ...mages found") current_image = None current_frame = 0 current_loop ...URATION direction = 1 #1 for forward, -1 for backward def load_im...
Intro
...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software A variety of projectio ...n mapping software and masking tools are availab...
How to install libraries
...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively new. You will often have to manually download and install a library, following the other two processes. ZIP library Loc...