Advanced Search
Search Results
185 total results found
What is Unreal Engine?
...Unreal Engine is a powerful software that helps creators build vir ...satile engine suitable for many different projects. With Unreal En ...es. Let's explore some of them: 1) Eye-catching Visuals: Unreal E ...s come alive, captivating the audience and enhancing the overall e...
How to send data to Processing from Arduino
...munication is the process of sending data one bit at a time, seque ...the value to the Serial delay(100); //little delay to prevent A ...ceiving from Arduino int value1; //int value2; //multiple data ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max...
Installing PyCharm
...ment Environment (IDE) is a software application that provides a c ...form for programmers to write, edit, test, debug, and manage their ...ous components, such as a code editor, debugger, compiler, and oth ...nd in programming IDEs: Code Editor: The core component of an ID...
AR with Unity - Step #3 - Adding content to your project
...torials: AR with Unity - Step #1 - Development environment setup ...on the register button, it will display an online form to register ...s, however, you could also have different licenses for different reasons that are not goi ...on you should be able to see it displayed in the License Manager, ...
Importing and Placing 3D Models
...sumes you have a basic understanding of 3D work but no prior exper ...s. We will use a model of a building that can be downloaded from h ...UE Workshop Assets After downloading the Building.fbx, diff, and diff wood files, we can then impor ...e. Select all the files you want to import to your project. Fo...
How to use a Rotary Encoder Button
... encoder — to detect rotational direction (clockwise/counterclockw ... rotary encoders rotate all the way around continuously and are divided up into 24 'segments'. Eac ...erStepCounter.h> const int pin1 = 2; const int pin2 = 3; // C ...: EncoderStepCounter encoder(pin1, pin2); // encoder previous p...
How to use a Hall Effect Sensor
... for detecting the strength and direction of a magnetic field prod ...middle to GND right to PIN2 via 10K resistor Getting started T ...he following code uses digitalRead() to get a integer (1/0) representing the detection o ...Hall Effect sensor connected to digital pin 2 int hallSensorState;...
How to use a Flat Vibration Switch
...tch? This is a low-sensitivity, directional vibration-induced trig ...Wiring one pin to GND & D2 via 10k resistor one pin to 5V Get ...ation switch const int ledPin = 13; // Built-in LED on most ... } void loop() { int state = digitalRead(vibrationPin); if (s...
Making Breathing Light with LEDs
...t is a LED? LED (Light Emitting Diode) is a semiconductor light so ...r example, pin D3, D5, D6, D9, D10 and D11 on Arduino UNO are PWM pins. Th ...rns somthing off) analogWrite(127) means a signal of 50% duty c .... (turns somthing half on, e.g. dimmed light) analogWrite(255) m...
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 use a Bone Conductor Transducer
...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibr ...conduction, vibrations are sent directly through the skull bones t ...speaker. It can work on several different surfaces, including Acry...
How to send files to Raspberry Pi using SSH
...cp, rsync, or SFTP) Install software, run Python scripts, update y ...able SSH on Raspberry Pi Option 1: Using Raspberry Pi OS with Des ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If ...something that looks like this: 192.168.1.42, this is your pi's I...
When is the Creative Technology Lab open?
The Creative Technology Lab is open at the following times: Monday to Friday 10:00 – 13:00 13:00 – 14:00 Lunch Break 14:00 – 18:00 Next: Who works in the Creative Technology Lab?
How to fix "Internal data stream error" in Processing 4
...capture function, please see here. How to fix (12/2024) Change this line cam = n .../ The camera can be initialized directly using an // element ...ng the image // without any additional resizing, transformations, or tint. //set(0, 0, cam); }
Using a Soil Moisture Sensor
...it = 300; //300-600 is a good range of moisture generally void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { s ... if (sensorValue < limit) { digitalWrite(13, HIGH); } else { digitalWrite(13, LOW); } delay(100); }
Workshop exercise: Clone, commit, pull, push
Getting started Step 1: Get yourself on Github! Go to ...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ... normal in Unity and make some edits! It's pretty empty at the mom...
How to make the Raspberry Pi display a web page fullscreen at power on
... mode and auto login enabled to disable a web page full screen aut ...reen.sh full-screen.sh export DISPLAY=:0.0 xset s off xset -dp ...oblank chromium-browser --noerrdialogs --kiosk https://google.co. ...sktop cd /home/pi/.config mkdir autorun kiosk.desktop [Deskt...
AR with Unity - Step #1 - Development environment setup
... Download and install Unity 2019.2.0f1. Previous versions might also ...work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions below ... when you start running the software. About the Vuforia Engin ...e As of 2017.2, Unity integrates the Vufori...