Advanced Search
Search Results
168 total results found
How to image a Raspberry Pi
...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...stem - Erase Click Next and wait for it to finish. 3. Image y ...i Using Raspberry Pi Imager software to Install the Raspberry Pi O...
How to use a Servo Motor
What is a Servo Motor? A servo motor is a rotary actuator that allows for precise control of angular position, velocity, and acceleration. It is commonly used in robotics, CNC machinery, conveyor belts, and various automation systems. A servo motor works by re...
How to create 360 Video for the Igloo system
...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ... footage into a proprietary software for processing. In this case ..., the Insta360 software will be used to convert the f...
Command Line Tools & Utilities
A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...
Workshop exercise: Clone, commit, pull, push
...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' ... files you have changed" You always have to put -m followed by a message in quotes. Git won't let you commit withou...
How to build a project onto a VR headset
...the VR platform and headset you want to target (e.g., Oculus Rift, ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ...mpatible with the latest VR hardware and software updates. Remember that building VR apps can be a complex process, ...
Installing Unity
...re a few things you need to be aware of: Downloading and instal ...et a popup window asking if you want to open the Unity HUB, Select ...can choose Unity 2020, just be aware that your interface will look ...Now you are all set and the software is ready for you to create yo...
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 Put a file named ssh (with no extension) into the boot partition of the SD card When the Pi bo...
Using the Bantam Tools NextDraw Pen Plotter
...e line work. The necessary software is already installed on the m ..., make sure to TIE it up. Move away from the drawing area, the pen plotter moves quickly and should not be touched once on. 3. Setting Up the Paper and Pen (Plotter Off) Ma...
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, vibrate the eardrum, and are then passed to the inner ear. With bone conduction, vibrations are sent directly through the sk...
Adding content - Music and Audio
There are multiple ways in which you can use audio in ...es to M4A using open source software like Audacity. A tutorial for ... Computer. Select the file you want to open and click Open. Your audio clip will be in the Audio folder of the Assets pane. Note....
Intro
...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software A variety of projectio ...n mapping software and masking tools are availab...
How to use IR Breakbeam Sensor
...frared; detects changes in long-wave IR (heat) in its field. Neutral (different principles) Sensitivity to heat sources Unaffected by ambient heat or body temperature. Relies on heat differences; can be affected by tempera...
Intro to Touchdesigner
About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming ...VideoDeviceIn TOP may display a warning: "Resolution limited to a max of 1280x1280 with Non-C...
Other resources
...designer here at LCC. The best way to grow in your visual program ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi ...signer: https://www.youtube.com/watch?v=Cx4Ellaj6kk Other repositories and useful tools might be Github, a websit...
How to use a Heart Beat Sensor
... signal crosses the threshold upward (beat detected) if (Signal > Threshold && !PulseDetected) { PulseDetected = true; // mark that we’re in a beat unsigned long currentTime = millis(); unsigned long delta = currentTime - lastBeatTime; ...
Controlling an actuator with TinkerKit Mosfet
...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...ing the motor, or burning you.Always make sure your code prevents the speed of the motor going below the stall speed...
Using the MAX9814 mic amplifier
...me = analogRead(MicPin); if (MicVolume > 400) { // If the volume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }