Advanced Search
Search Results
162 total results found
AR with Unity - Step #2 - Unity project setup
...ue with this project you should make sure to first check our tutorial: AR with Un ...ity - Step #1 - Developmen environment s ...etup Understanding Image target AR. You can ...ed four different items, the first two: a camera and image object ...
Using a Vibration Motor
...ino pin can provide, so a transistor is needed to switch the motor ...rrent on and off. Any NPN transistor can be used. In this tutorial ... acts as a surge protector against voltage spikes that the motor m ...or windings, open and close. To make sure that not too much current ...
Making sounds with a piezo
... component which can be used to make sound, however more broadly a p ...is means you can use a piezo to make sounds like a simple speaker, o ...g Wiring is simple, there are just two wires, applying power cause ...s the piezo to expand, just as applying power to an LED cau...
How to control Raspberry Pi Pico via Wifi
...ate a local wifi network with just powering up a wifi router. When ...ocol for communication. It consists of a series of numbers separat ...ng they change periodically, or static, where they remain constant. They play a crucial role in ...formation reaches the correct destination. How to find my IP addre...
Mobile VR -Setting Up Unity
...ting Up Unity Download and install Unity 2019.2.0f1. Previous ...f1 (please read the following instructions before installing Unity). Create a Uni ...l be prompted to login when you start running the software. A ...your computer, you will need to make sure to download the Android an...
Controlling an actuator with TinkerKit Mosfet
...ces like motors, solenoids, LED strips and electromagnets which re ...your Arduino is a easily made mistake that will damage the Arduino ...ly drive up to 24V DC. Getting started After wiring up the board ...e controlled via digitalWrite just like an LED. There are some qui...
Using an PN532 RFID reader
...) ✔ PN522 Standards ISO14443A/B, FeliC ... ✔ PN522 Cost Higher (~$10–$30) L ... options than before, including stickers, button tags etc. Wiring ...the i2c communication protocol, make sure you switch to IIC on the m...
Touch sensor - Using an MPR121
... a smart phone doesn't work and styluses for these devices are mad ...e of metal so they will make an electrical connection. Capac ...h is relatively complex to understand but fundamentally the sensor ... even if it is shielded with plastic, it will probably detect you ...
How to export your p5.js as a video
...w to: Download and include a custom library to your p5.js sketch ...ur camera as a capture card. Custom Library The first step we need to take is to downloa ...d the custom library for this process. Thi ...lly download a src.zip folder. make sure you sign into Moodle to ac...
How to control Arduino without using delay()
...n example Blink code which demonstrates controlling timing without ...fire()) { // Toggle the LED state static bool ledState = LOW; // Keep track of the ... current LED state ledState = !ledState; // Toggle the state digitalWrite(LED_BUILTIN...
Variables
Introduction to Variables To start, let's create a new Python f ... and right-clicking on your "first-pycharm-project" folder. From h ...hen select New > Python file. Just like before, you'll need to spe ...han once. It is often useful to store data in our code for repeate...
Position-based Tracking using a Webcam
.... Object Isolation The first method focuses on isolating you ...r background has a solid, contrasting colour to your object. In T ... This operator is useful to adjust the brightness and contrast of your image. Use the sliders ...available to create a strong contrast between your objec...
Using L293D IC for motors
...cheap but may not have the easiest pinout to read for beginners. D ...all and cheap, it can be very fast. Therefore sometimes it comes w ...nout of L293D You may not understand what these labels stand for. Let's look at the below ...ise control. You do not have to strictly follow which digital pins...
How to use a Hall Effect Sensor
...h can be used for detecting the strength and direction of a magnet ...ut varying in proportion to the strength of the magnetic field bei ...o GND right to PIN2 via 10K resistor Getting started The following code uses di ...ing the detection of magnet. const int hallSensorPin = 2; // Hall...
Accessibility Statement
Accessibility Statement for https://lab.arts.ac. ...ondon (UAL). This accessibility statement applies to https://lab.a ...er websites and browser based systems on the arts.ac.uk domain hav ...e their own accessibility statements. This website uses HTM...
How to use Raspberry Pi Camera Module 3
... FoV Variants Standard & Wide-angle ...d) Camera support via libcamera stack picamera2 Python library Ph ...le sudo reboot Update OS & Install Required Packages sudo apt u ... sudo apt upgrade -y sudo apt install -y libcamera-apps python3-pi...
How to use 7-Segment LED Backpack
...ch of chips by having an I2C constant-current matrix controller si ...up to full brightness in 1/16th steps. It cannot dim individual LE ...g Wiring is simple, there are just 4 wires. GND to Ground VCC to ...conds for next scan } Getting started This is modified from Adaf...
Raspberry Pi Image: Retropie for Reviving Vintage Games
... builds upon Raspbian, EmulationStation, RetroArch and many other ... on top of a full OS, you can install it on an existing Raspbian, or start with the RetroPie image and ...vice select Raspberry Pi Model Storage select the SD card Ope ...ration System - select Emulation and game O...
Steam VR setup Tutorial #2 - Teleporting around your scene
...porting feature included in the Steam VR 2.2 plugin. Please not ...Prerequisites Setting up the Steam VR plugin. Steam VR setup tutorial# 1 Ge ...tting started In the Steam VR setup tutorial #1, we dow ...nloaded the Steam VR plugin and placed the "Pl...
Bonus round: putting an existing Unity project into git
First up! We need to make sure our Unity project is confi ...der using the 'cd' command - cd stands for "change directory". Th ...mand "Copy as Path". You can paste the path directly into the com ...n Git Bash - use Shift+Insert instead. Then we can set up our rep...