Advanced Search
Search Results
122 total results found
Adding content - 3D model from the internet
...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...f the specifications of the hardware involved. You might need to t...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...ry Pi Model Storage select the SD card Operation System - sel ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other wa...
Week 3 - Iteration, arrays, objects and pixel arrays
... is only performed once. If we want to perform a conditional oper ...riables can be used in the same way as you use any other variable. ...our own objects is a very handy way to encapsulate related functio ... model things in a more helpful way. Let take a look at the varia...
Setting up Kinect in Touchdesigner
...fore we start, download the Software Development Kit (SDK) from here, if using Windows 8 ...or later versions. Open the app SDK Browser v2.0 and find the Kine ...ere allow some time for the software to upload and update the stat ...f components available from the SDK Browser, is another useful fea...
How to connect a Push Button with Digital Input Pull-Up resistor
... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...
Unity for Beginners Workshop
... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ... you need is a Raspberry Pi, an SD card, a screen and a USB stick. ...rry Pi Model Storage select the SD card Operation System - sele ...red to fix this. Open the MicroSD card on your computer/laptop wi...
How to use 7-Segment LED Backpack
...wires. GND to Ground VCC to 5V SDA to SDA SCL to SCL Finding i2C addres ... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } Getting started This is modified from Adafru...
Using Smartphont to Read NFC tag
... involving Arduino. If you only want a simple read and write funct ...ude <Adafruit_PN532.h> #define SDA_PIN A4 #define SCL_PIN A5 Ada ...fruit_PN532 nfc(SDA_PIN, SCL_PIN); //your url con ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata)...
How to build a project onto a VR headset
...l Unreal Engine and Required VR SDKs: Download and install the lat ...the VR platform and headset you want to target (e.g., Oculus Rift, ...). Install the corresponding VR SDK and plugin for Unreal Engine. ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste...
How to get started with Textures and Materials in Spark AR
...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...
How to create 360 Video for the Igloo system
...ferent when using different hardware. Step 1 Set up your 360 ca ...s. Make sure your camera has an SD card with enough storage for yo ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ... and export the files from your SD card onto a computer. View your...
What equipment is available?
...taining: Raspberry Pi 3B micro SD card micro SD card adapter Screen (with dongle) Keyboard Mouse Power supply USB A-Mirco cable HDMI cable Thermal Receipt Printer Tablets including: iPad mini iPad Air iPod Touch Samsung Galaxy Tab Smartphone incl...
How to use a Servo Motor
... GND to GND 5V to 5V SCL to SCL SDA to SDA Servo to PWM Out: Plug in the servo, where the black wire goes to the GND Library Grove-16-Channel_PWM_Driver-PCA9685 library will be used. We have a tutorial on how to install a library here. Getting star...
Radio Communication: How to use RFM69HCW Radio Data Module
... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait for a reply uint8_t buf[RH_ ... len = sizeof(buf); if (rf69.waitAvailableTimeout(500)) { /...
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ... and single (=) equals signs Always be sure to use the double equ ...he ball when it bounces off the wall Move up and down instead of ...
Variables
... result of 2. However, you may want to use a certain value more t ... action, we'll keep things this way for now in order to better und ...he second path is the file that was run with this version of Pytho ...second line in our code. Python was able to get to this point in t...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...