Advanced Search
Search Results
182 total results found
Sending data to Arduino
When connected with Arduino, Touchdesigner becomes a powerful tool ... sensors to enhance immersive and interactive experiences. This b ...h using Firmata, a protocol found both in Arduino IDE and Touchdesigner to enable communication ...oftwares through serial. In Arduino Connect your board to your...
AR with Unity - Step #3 - Adding content to your project
...c concepts to more functional and complex projects. Aims This t ...to review all the components needed to build a AR app. Prerequisites Pre ...inue with this project you should make sure to first check our pr ...als: AR with Unity - Step #1 - Development environment setup AR...
How to do Basic Commands in Terminal
Raspberry Pi Terminal Command Cheat Sheet ... Command Description ... ls List all files and directories in the current folder cd foldername Change to a speci...
How to use Grove Serial Bluetooth v3.0
...l Bluetooth is an easy-to-use module compatible with the existing ... Grove Base Shield, and designed for transparent wireless serial ...ng two Grove Serial Bluetooth modules and two Arduino to perform a wireless commu ...nication. You can read more about this component here....
DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2
We tested a few DFRobot sensors by following thei ...can measure weight up to 1kg, and is compatible with Arduino, micro:bit, ESP32 and Raspberry Pi via I2C communicat ...ion. You will need to install the library DFRobot_HX711_I2C library which i ...s available in Arduino library manager. However, t...
How to fix "Internal data stream error" in Processing 4
...this error often BaseSrc: [avfvideosrc0] : Internal data stream error when using the ...video library with cameras and a MAC. To see more about the ca ... cameras[0]); to "pipeline:avfvideosrc devicdevice-index=0dex=0" Full Code import processing.video.*; Ca...
Combining codes & circuits
1. Combining the Code Arduino can only accept one code at one time. If we want it to do multiple things at the same ti ...ne everything into one single code. The below demonstrate how to merge the Blin ...k code and the distance sensor simple code from ...
How to connect a Light Dependent Resistor (LDR)
What is an LDR? An LDR or Light Dependent Resistor is a component whic ... can flow through a circuit based on how much or little light hit ...art on the top. To use a Light Dependent Resistor, we have to use it ...in combination with a fixed value resistor, the combination...
Interactive Projections
If you're interested in creating position-based interactive projections, the fi ...rst step would be to map the space and track anyone/anything within it .... This can be done in multiple ways, this tutor ...ial will briefly introduce you to two different but rel...
How to use MatrixPortal M4
...tal M4 The MatrixPortal M4 is a development board created by Adafruit designed to control RGB LED matrices. It is equipped with an ATSAMD51 microcontroller (Cortex M4) a ...nd has built-in Wi-Fi support than ...rtal M4: Microcontroller: ATSAMD51, Cortex M4 processor running ...
Using Arduino Leonardo to send USB MIDI data
One of the secrets of Arduino Leonardo is the in-built USB MIDI support. This is really useful ... for sending data from Arduino to applications like MadMapper, Max and Ableton Live. In order to use this you'll need to follow the guide on How to install libraries to...
Adding content - 3D model from the internet
... online libraries where you can download pre-existing 3d models for use within your project. ...line repositories for museums and public institutions to marketplaces where 3D artists can sell models they have created for use in video games, medical...
APK Downloads
Bonus: Using the Debugger
Installing GitHub Desktop
How to build to a Meta Quest 2
Building a VR app for the Meta Quest ...nvolves a series of steps, including setting up the development environment, configur ...ing project settings, and packaging the app. Below are detailed instructions to guide you through the process: I ...nstall Unreal Engine and Required SDKs: Download and in...
3D Geometry and Parametric Design
...kshop experimenting with a method of generating 3D meshes from 2D images based on the RGB colour space and making this content viewable in ... low-fi VR headsets. I have been making a piec ...to explore creating generative 3D meshes and also the challenge o...
Using MatrixPortal M4 for animation
...setting up the MatrixPortal board and covering the basics. This tutor ...cus on creating an animation to display on a 64x32 matrix. Circu ...itPython and libraries versions In this tuto ...5 (11/10/2024), all libraries and code used are compatible with t...
Variables
Introduction to Variables To start, le ...s create a new Python file called "variables." This can be done by going to the project tool ... window on the left-hand side and rigd right-clicking on your "first-p ...ycharm-project" folder. From here you can then selec...
An Introduction to 2D in Unity 5
Introduction This will give you a bri ...ef introduction to starting a 2D project in Unity. Creating a pr ...oject, game objects and controlling them using the Unit ...y interface and also with C#. Preparation Ins ...tall Unity You will need to have Unity downloaded and in...