Advanced Search
Search Results
146 total results found
Installing Unity
...ng and installing the Unity Hub 2-Creating an account 3-Installin ...re a few things you need to be aware of: Downloading and instal ... you finish, continue with step 2. Creating an account. Once y ...et a popup window asking if you want to open the Unity HUB, Select...
How to image a Raspberry Pi
...ficial site to download the software. Choose a suitable version fo ...r yourself. 2. Insert your SD card A CTL Pi k ...ard into your computer. It is always a good habit to format the SD ...u need the SD card to be in FAT32 format. Open Raspberry Pi Image...
UE Installation and Set-up
...finishes, run the installer and wait for it to complete. Creat ...ent version of Unreal Engine 2. (Optional) CLick the Browse bu ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl...
3D Scanning a face for MetaHuman
...is will open your phone camera. 2. Prepare your subject and light ...se a hairband to hold any hair away from the forehead. Note: This ... from different angles. The software will then build a model from ...o the process entirely. We also want to crop our scan to save the ...
How to send files to Raspberry Pi using SSH
...cp, rsync, or SFTP) Install software, run Python scripts, update y ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If You’re Using Pi Headless P ...mething that looks like this: 192.168.1.42, th2, this is your pi's IP address ... pi@<raspberry_pi_ip>:/home/pi/ 2. To Send a Whole Folder scp -r ...
How to use an Electromagnet
...ck GND to GND Yellow SIG to PIN 2 Getting started The following ...m. const int electromagnetPin = 2; // Electromagnet connected to ... digital pin 2 void setup() { pinMode(elect ...ln("Electromagnet ON"); delay(2000); // Turn the electromagn...
How to use a EMG Muscle Sensor
...nection begin Serial.begin(115200); pinMode(13, OUTPUT); } ...E; return (sum/BUFFER_SIZE) * 2; } float EMGFilter(float input ...nput; { static float z1, z2; // filter section state fl ...oat x = output - 0.05159732*z1 - 0.36347401*z2; output ...
AR with Unity - Step #2 - Unity project setup
...g-in (already included in Unity 2019.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 ...time, Unity will ask you if you want to include a default database ...lied as a texture (see element #2), this is the digital image tha...
How to make Animation on NeoMatrix with Processing
...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...rial(this, Serial.list()[1], 115200); // Change baud rate if need ...cloc = (x*pixelSize + pixelSize/2) + y*pixelSize * width; col...
Using Smartphont to Read NFC tag
...ing an iPhone to tap on the NTAG203 to open up a link. This tutor ... involving Arduino. If you only want a simple read and write funct ...ry We will be using DFRobot PN532 module, please refer to this tu .... We will be using Adafruit_PN532 library, we have a tutorial on ...
How to use 7-Segment LED Backpack
... a bunch of chips by having an I2C constant-current matrix contro ...o is write data to it using the 2-pin I2C interface. There are three ad ...ol up to 8 of these on a single 2-pin I2C bus (as well as whatever other ... I2C chips or sensors you like). Th...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and represents a departure fro ...Raspberry Pi. The Pico includes 26 programmable general-purpose i ...co WH have on-board single-band 2.4GHz wireless interfaces. Set ...load the correct MicroPython .uf2 file for your board. Raspberry ...
How to use DFPlayer Pro to play MP3
...le with an internal storage of 128MB. The module can be used as a ...wer) GND to GND (Ground) RX to D2 TX to D3 R+ to Speaker(+) red w ...ack wire Connect L+ & L- if you want stereo audio File handling ...hat folder. Library DFRobot_DF1201S library will be used for thi...
How to connect a push button or switch
...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...e( ledPin, LOW ); } } If you want to add a toggle functionality...
UE Foliage
...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia .... However, if you feel like you want to add more assets to fill out your scene, the foliage packs also contain small...
Using a Vibration Motor
... In this tutorial, we are using 2N2222. The diode acts as a surge pro ...n the circuit. vibration motor 2N2222 transistor (or any other NPN tr ...ay have a different pinout with 2N2222. Check the pinout of your trans ... 1. Emitter (E) to Ground (GND) 2. Base (B) to Data pin (pin 3) w...
How to Configure a Raspberry Pi for the first time
...es right, you should see this. 2. Locale You need to set your c ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and downloa...
How to create 360 Video for the Igloo system
...eps will be using an Insta360 X2 camera. You can recreate the sa ...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...d at a maximum of 30 FPS. Step 2 Remember that the Igloo system ...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ... a power supply for the screen. 2. HDMI cable Different models ha ...1 Pi 4 & Pi 5: micro HDMI port x2 3. Mouse and with cable You ca ...al document. Raspberry Pi Zero 2 / Pi 3: 5V, 2.5A; Micro USB Ras...
Touch sensor - with No Sensor!
...curacy without ANY external hardware. CapacitiveSensor library wil ... smoothing float multiplier = 1.2; // determine when the sensor i ...ng 10M ohm resistor between pin2 and pin4 1 wire to pin2 to tinfoil Code #include <Cap ...sor.h> CapacitiveSensor cs_4_2 = CapacitiveSensor(4,2); ...