Advanced Search
Search Results
63 total results found
Using L293D IC for motors
...k at the below one, you can see where they are actually connected to and what they do. As said earlier, the DC motor changes direction by reversing the + wire and - wire. If you reverse Motor A (+) (Pin3 of IC) and Motor A (-)(Pin6 of IC), the Pin2 of IC ...
How to use MatrixPortal M4
...ITPY will appear. This drive is where you'll place your Python code a ...sts.mpy adafruit_io adafruit_bitmap_font adafruit_display_text adaf ...ort terminalio from adafruit_bitmap_font import bitmap_font from displayio import Bitmap # If there was a display befor...
Audio in Touchdesigner & Receiving data from Arduino
... insightful TD meet up in 2020, where he share some files and his process: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily enhance sounds, you can use a Audio VST CHOP to import these onto your net...
Sending data to Arduino
...n the Palette and select Tools, where a list of components will appea ...ct firmata, drag and drop it anywhere in the interface. Click "p" on your keyboard to view the parameters window. From the sub-category "Firmata" in Port find the directory of your Ar...
AR with Unity - Step #2 - Unity project setup
...ill be able to access the panel where you should paste your License Key and add your target database, we will come back to this panel later on. Now, let's add the image target object, this is the game object that will hold all the information related ...
How to connect a push button or switch
...e is a small amount of 'bounce' where the circuit makes and breaks the connection a few times before it settles, this is detected by the Arduino as multiple presses. This diagram shows the signal bouncing up and down over a period of 10µS (0.00001 seconds...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...grey areas, so no suggestion on where to download ROMs will be provided in this tutorial and no one on our team will answer you in person either. Different emulators require different file extension so the ROMs can be read properly, such as GBA needs .7z, ...
AR with Unity - Step #3 - Adding content to your project
...ta will be stored in the device where the AR app is running rather than downloaded from the cloud. Once created, your database should be available in the Target manager. To upload your image target please click on top of your database. Once in yo...
Steam VR setup Tutorial #3 - Interactable object setup
...ill open a colour picker window where you can select the colour you that corresponds to the name of your material. Now just drag and drop the material on top of your "Magic cube". Now we are ready to add the scripts (included in the Steam VR plug...
Introduction to the PyCharm IDE
...PyCharm menu. Editor: This is where you write code. The tab bar at the top lets you switch between different files, though currently, we have only one, main.py. Environment: This shows the environment used to run your Python files for this project, mat...
Installing Mamba
...ns of the same library. This is where virtual environments come in handy. They let you set up separate "sandboxed" Python configurations that don't mess with each other. In this tutorial, we're going to use a piece of software called Mamba to create and ma...
Workshop exercise: Clone, commit, pull, push
...UnityGitWorkshop.git Wondering where I got that URL? There's a button on the project page for "clone or download" which gives you the link - you can get the clone URL for any project that's publicly available on Github, even if you aren't a collaborator! ...
Creating a Landscape
... paint our landscape with Noise, it should look like this. As you can see, the height has been randomised, greating a nice ground effect for our scene. To continue with this tutorial, follow the next article in this series where we will cover Materials.
Introduction to Spark AR
...nment. There are different ways where an AR experience can be triggered for example through facial recognition, GPS location, image markers, or without the use of any markers. Tools for AR There are a number of tools developed now for making AR based exp...
Installing Unity
...will take you to an online form where you can add your personal details and create your account. After finishing the registration process, you can go back to the Unity Hub and click "sign in", this will take you to another online form were you can log in...
(MAC) Automatic printing with Automator
...der & Printer Choose the folder where you want to put all your printing files and choose the printer that you want to use as the default printer. 5. Save the Script 6. Quit Automator You must quit the Automator for it to work. 7. Testing Put some files ...
How to export your p5.js as a video
...desktop or downloads folder (anywhere you can easily find it). We are ...Return to your "sketch.js" file where we can now add the following lines of code to the top of sketch as a global variable. This will create a new CCapture object that we can store in...
Making Breathing Light with LEDs
...r, controlling a servo motor or where you have to get analog output with digital means. In this tutorial, we will use the PWM pins to control it and have it perform is breathing light. The second LED in this tutorial is optional. Wiring Wiring is simple, t...
Making sounds with a piezo
...he two-way piezoelectric effect where pressing or squeezing the piezo element can create a small voltage, and vice versa a small voltage can create a small expanding/contracting movement. Practically this means you can use a piezo to make sounds like a sim...