Advanced Search
Search Results
90 total results found
Where to buy components
...sets Craft materials Cass Art London Graphic Centre Model shop EMA Model Supplies 4D Modelshop Mechanical parts Davall HPC SDP/SI McMaster-Carr Belting Online ondrives Bearing Station Direct Bearings Technobots Transdev
Control Flow and Conditional Statements
Week 2 - Animation, conditionals & random numbers
... to use them Using conditional statements to control code flow Usin ...; Let's break down the above statement: var - This is how the b ...ser knows you are 'declaring' a new variable rectWidth - This is ... console. In this example, a new variable rectHeight is declared...
How to use a Servo Motor
...del planes Using a PWM Driver You may come across many online tutorials that show how to cont ...o motors directly without a PWM driver. While this method is possible, ...the Seeed Studio 16-channel PWM driver for more stable and scalable co...
How to control Arduino without using delay()
...fire()) { // Toggle the LED state static bool ledState = LOW; // Keep track of the cu ...rrent LED state ledState = !ledState; // Toggle the state digitalWrite(LED_BUILTIN, l ...edState); } } Change Timer in the lo ...fire()) { // Toggle the LED state static bool ledState = LOW;...
Accessibility Statement
Accessibility Statement for https://lab.arts.ac.uk/ ...ondon (UAL). This accessibility statement applies to https://lab.arts ...in have their own accessibility statements. This website uses HTML 5 ...eparation of this accessibility statement This statement was prepare...
(MAC) How to use Phomemo Thermal Printer M834
...rmal papers. 1. Install Printer Driver Please visit the official site ...to download the driver and install the driver according to the guide. 2. Crea ... size You will need to set your new custom paper size as the defaul ...Default paper size Select your new custom paper size 4. Set up A...
How to hack a brainwave EEG toy - Force Trainer II
...d readMindwave() { static int state = 0; static byte payload[256] ...waveSerial.read(); switch (state) { case 0: // Waiting for ...) if (byteRead == 0xAA) state = 1; break; case ...) if (byteRead == 0xAA) state = 2; else state = 0; ...
Week 3 - Iteration, arrays, objects and pixel arrays
...conditionals. We saw that an if statement can be used to branch code, ...dly, we need to use a different statement – the while loop. The exam .... The parentheses contain three statements separated by semicolons, r ...ed and initialised in the first statement. for (var x = 50;x <= ...
Useful learning resources
...demy Programming courses - Free online video courses with interactive ...ls/learningp5js Kadenze is an online platform for creative education ...g run by Rune Madesen at ITP in New York: http://printingcode.runemadsen ...imeo.com/61113159 Soon to be an online book with tutorials: https://pr...
How to build to a Meta Quest 2
...s developer account or create a new one if you don't have one alrea ...s to set it up. Create a New VR Project: Launch Unreal Engi ...ne and create a new project. Choose the "Virtual Re ... Install Oculus Quest 2 ADB Drivers (if needed): If your computer...
Mobile VR - Getting Started Guide
... Below you will find a list of online resources that you can test for ... Sketchfab Website This is an online community for 3D model creators ... A-Frame This is a fun to use online tool that will require you to d ...ficial Tutorials for beginners Buying a Mobile VR Headset Amazon ...
Week 1 - Coordinates, shapes and colour
...mmon for the authors to provide online documentation describing each o ...d()? To find out, we check the online documentation provided by the a ...amming language. You can search online for the function you are using ...submit your work. Codepen is an online code editor for web based techn...
How to use a rotary encoder
...hich are triggered whenever the state of A or B changes), the Arduino ...als switch between high and low states. By detecting which signal cha ...s to store current and previous states of the encoder volatile long e ...= encoded; // Store the current state for the next loop }
Radio Communication: How to use RFM69HCW Radio Data Module
...Singleton instance of the radio driver RH_RF69 rf69(RFM69_CS, RFM69_IN ...Singleton instance of the radio driver RH_RF69 rf69(RFM69_CS, RFM69_INT); void setup() { Serial.begin(115200); //while (!Serial) delay(1); // Wait for Serial Console (comment ou...
How to control Raspberry Pi Pico via Wifi
... led.value(1) stateis = "LED is ON" if led ... led.value(0) stateis = "LED is OFF" respo ...nse = html % stateis cl.send('HTTP/1.0 200 OK\r\nContent-type: text/html\r\n\r\n') cl.send(re...
Adding content - 3D model from the internet
There are many online libraries where you can downloa ...oject. The libraries range from online repositories for museums and pu ...k on Material. This will drop a new material into a material folder in your Assets pane. Double click your material in the...
Installing Unity
...nt". This will take you to an online form where you can add your per ..., this will take you to another online form were you can log into your ...the gear icon, this will open a new window. Select the Licenses tab and then hit Add Click on the "Get...
An Introduction to 2D in Unity 5
...lay in 2D Tutorial Create a New Project Open Unity 5 Create ... a new project: File > New Project Give your project a n ... open as a separate window, but buy dragging the tab we can move it underneath the Inspector tab, like this: Now cli...
How to build a project onto a VR headset
...e Oculus VR Plugin. 2. Create a New VR Project: Launch Unreal Engin ...e and create a new project. Choose the appropriate ... VR template. If you're new to VR development, the "Virtual ... can distribute the app through online stores like Oculus Store or Ste...