Advanced Search
Search Results
158 total results found
Radio Communication: How to use APC220 Radio Data Module
... over long distances using the 433 MHz ISM band. It’s commonly use ... to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ...levels (some APC220 modules are 3.3V-only). Getting started Arduino ...rees, one by one. #include <SoftwareSerial.h> SoftwareSerial radio...
Projection Mapping in MadMapper
...er, MadMapper isn't free, but a 30-day demo version is available. ...scale projection (anything over 3 meters), MadMapper’s high-resol ...s://madmapper.com/madmapper/software. Software Setup Before launching MadMapper, make sure your displays are not mi...
Using NEMA17 Stepper motor with Big Easy Driver
... precise motor commonly used in 3D printers, CNC machines, and ro ...o → Big Easy Driver D2 → STEP D3 → DIR D4 → MS1 D5 → MS2 D6 → MS3 D7 → ENABLE GND → GND Motor → ...e code demonstrates 4 modes: forward, reverse, 1/16th microstep an ...duino #define stp 2 #define dir 3 #define MS1 4 #define MS2 5 #de...
AR with Unity - Step #3 - Adding content to your project
... set to Single Image, also, be aware that your image size should m ...st imported. Now let's add a 3D model to the project, for this ...but you are welcome to use your 3D asset instead. We will need to scale it down as the default size is a bit big, For...
Photogrammetry Pages
This is a comprehensive guide that will guide you through the whole process of creating a 3D digital copy of a physical object.
Useful learning resources
... Getting Started With Arduino 3rd Edition by Massimo Banzi and ...tical Electronics for Inventors 3rd Edition by Paul Scherz and Simon Monk A more in-depth look at electronics. Very good for those with a grasp on the basic topics. Websites Learn at S...
What is Unreal Engine?
...Unreal Engine is a powerful software that helps creators build vir ...tensive programming knowledge. 3) Realistic Physics: Unreal Engi ...ts. They can create interactive walkthroughs, realistic visualizations, and virtual tours of their designs, providing...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and ...n for, such as the Raspberry Pi 3 or 4. Instead of being a full-f ... #create LED object from pin13,Set Pin13 to output while True: led.value(1) #Set led turn on time....
Audio in Touchdesigner & Receiving data from Arduino
... The tutorial is structured in 3 main sessions, each made up of ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily en...
Installing Unity
...Unity Hub 2-Creating an account 3-Installing Unity 4-Activating a ...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...
Steam VR setup Tutorial #1 - Player camera setup
... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...n first. Make sure you select a 3D template. After your new project opens, locate your mouse cursor on top of t...
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...projection mapping content onto 3D surfaces in Touchdesigner, to ...ask your area of projection and warp your content onto it. Drag and drop it on your network. In the parameters’ w...
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...
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....
How to export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames you can change the boolean check. The last block of code in your draw function should be this...
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...
How to install libraries
...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively new. You will often have to manually download and install a library, following the other two processes. ZIP library Loc...
Making Breathing Light with LEDs
... front of it. For example, pin D3, D5, D6, D9, D10 and D11 on Ard ...ng pin (+) to PWM Digital pin (D3), via 220Ω resistor Getting s ...tarted #define led 3 //any PWM pins (~) #define led2 11 //optional 2nd led int brightness = 0; // how bright the L...