Advanced Search
Search Results
95 total results found
Using built-in example code and Reading the hookup diagram
... socket end (male to female) to make the connections. 5. Reading th ...the labels next to each pin and make the connections based on the pin labels. For example, now you should have a neopixel stick with you, read the pin label on the back of the stick an...
Combining codes & circuits
...ring of text multiple times. To make things easier, we can create a ...ement is the most common way to make a simple interaction between two components. For example: if(distance < 10){ digitalWrite(led, HIGH); delay(100); }else{ ...
Introduction to the PyCharm IDE
...ct Conda. PyCharm automatically makes the virtual environment's name ...something we wish to keep as it makes things less confusing. The setup page also asks if you want to create a main.py welcome script; for this project, you should keep this option chec...
Touch sensor - with No Sensor!
.... ADCTouch Library This library makes use of the AVR internal wiring ...with a piece of foil at the end makes a good sensor. Wiring 10M ohm resistor between pin2 and pin4 1 wire to pin2 to tinfoil Code #include <CapacitiveSensor.h> CapacitiveSensor c...
How to install Node.js on Raspberry Pi
...: sudo apt-get install gcc g++ make And you may wish to install Yarn package manager to replace NPM: curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/source...
"Hello, World!" in Node.js
...e in mkdir [directory-name] - Make a new directory in your current location touch [file-name] - Create an empty file The result of this should be a directory and file on your desktop in this structure: Desktop/ └── hello-world/ └── hell...
Steam VR setup Tutorial #2 - Teleporting around your scene
... a Teleporting Area you have to make sure that it has a "Mesh Collider" component attached, in this case, as we duplicated a 3D object created directly in Unity, the Mesh collider is attached by default. With the "Teleporting Area" gameObject selected, cli...
Bonus round: putting an existing Unity project into git
First up! We need to make sure our Unity project is configured correctly. In the project, go to Edit > Project Settings > Editor and check that your settings look like this: Open up the command line. This will be Terminal on Mac OS, on Windows you sho...
Setting up Spark AR
... Follow the instructions to Install Spark AR You will also need to install Spark AR 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
Object in the space AR
... You can also duplicate the object in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: You can also edit the object size, and rotation in the properties menu. Make sure you select the object you want to edit:
Testing/publishing your project - Android devices
...re the steps to do so: First, make sure you downloaded and installed the Spark AR player on your mobile device, you should be able to find the app on the Android Play Store. When opening the app for the first time you will be asked to grant the app ...
Testing/publishing your project - IOS devices
...re the steps to do so: First, make sure you downloaded and installed the Spark AR player on your mobile device, you should be able to find the app on the Android App Store. When opening the app for the first time you will be asked to grant the app a...
Mobile VR - Getting Started Guide
...hatever option you choose, just make sure that they are able to fit your phone. You won't need extra controllers or fancy additional gadgets. Inspiration Below you will find a list of online resources that you can test for inspiration, we hope you enjoy ...
Arrays
... messy quickly and we'd have to make sure we were keeping track of everything individually. Going further, say we wanted to manipulate all of our circles in a similar way (for example, move them all left) we would end up with lots and lots of lines of real...
Accessibility Statement
...iceOver) We have also tried to make the website text as easy to understand as possible although we recognise we have more work to do on this. AbilityNet has advice on making your device easier to use if you have a disability. How accessible this website...
Connecting a Potentiometer
...o the Arduino. This sketch will make the LED blink at a rate between 0ms to 1023ms, this is because the function analogRead returns a value between 0-1023. #define ledPin 13 #define potPin A0 void setup() { pinMode( ledPin, OUTPUT ); pinMode( potPin, ...
Useful learning resources
...code and electronics guidance. Make: Electronics by Charles Platt A very hands on guide to the fundamentals of electronics. Assumes no prior knowledge and uses some great real world examples and practical applications. Practical Electronics for Inventors...
What is Unreal Engine?
...special effects. These features make the virtual worlds come alive, captivating the audience and enhancing the overall experience. 2) No Coding Required: One of the standout features of Unreal Engine is its Blueprint visual scripting system. Students w...
Using Quixel Materials
...ial to your project, we have to make our landscape use the material. 3) Assigning Materials First we should return to Selection Mode on the top left of the screen. Then after selecting your landscape, scroll down on the Details panel. This panel shows yo...
3D Scanning a face for MetaHuman
...re accurate your scan will be. Make sure your subject maintains a neutral expression and does not move. Your scan will not be accurate if your subject moves too much. 4. Previewing the scan After you have taken a few pictures, you will start to see colou...