Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

401 total results found

Materiaalkunde, online materiaalbanken

Platformen en tools

Healthy Materials Lab - healthymaterialslab.org Een mooi overzicht van gezondere, duurzame, koolstofarme materiaalkeuzes, database van duurzame, hoogwaardige en regeneratieve (bouw)producten die afkomstig zijn van ecologische bronnen, biologisch afbreekbaar z...

DOWNLOAD HOW TO CREATE A ZIPFLY - PDF FILE

ZIPFLY CONSTRUCTION

Sequoia Compatibility checklist (MacOs 2024)

Random Dump

https://www.sweetwater.com/sweetcare/articles/macos-sequoia-compatibility-guide/#macOS-Sequoia-Compatibility-Information-by-Manufacturers-and-Developers

LiDAR with Arduino - TF-Luna Sensor

Arduino things!

Als je iets anders wilt dan Ultrasonic Sensor HC-SR04 kwa afstand namelijk meer afstand met minder ruis kun je kiezen voor de TF-Luna Sensor. Dit is een Lidar sensor die met behulp van een laser de afstand tot een object meet tussen 0,2 en 8 meter.> De TF Luna...

Receive data from Arduino in Isadora

Working with Isadora

(These are notes, still need to be converted into a nice report) Arduino code: #define BUTTON_PIN 2 void setup() { Serial.begin(9600); pinMode(BUTTON_PIN, INPUT_PULLUP); } void loop() { Serial.println(digitalRead(BUTTON_PIN)); delay(100)...

Websites

Field recording Resources

Paul Virostek https://www.creativefieldrecording.com Zach Poff https://zachpoff.com/resources/type/field-recording/ Tim Prebble https://www.musicofsound.co.nz/blog/ George Vlad https://mindful-audio.com

smart LED string & app (phone)

Controlling Lights Led strips

At the BBox Jk you can borrow LED strings that connect to a powerbank through USBThe lights (5/10 meters, 50/100 LEDS) can be individually controlled through an app. (multiple strings simoutaneously)android: https://play.google.com/store/apps/details?id=com.te...

DIY projects

Sensors wearable sensors

start here: https://www.instructables.com/Beginner-Tips-for-DIY-Wearable-Tech/      https://www.wearabletutorials.com/how-to-use-led-lights-for-wearables-beginners-guide/ https://www.instructables.com/Wearable-Tech-1-2/ https://www.instructables.com/ci...

What is NDI?

NDI

NDI (Network Device Interface) is a technology developed by NewTek that allows video, audio, and data to be shared across a local network in real-time. It’s commonly used in live production environments but has endless possibilities for creative applicat...

awesome-ndi (github resource)

NDI

https://github.com/florisporro/awesome-ndi Network Device Interface is a royalty-free software standard developed by NewTek to enable video-compatible products to communicate, deliver, and receive broadcast-quality video in a high-quality, low-latency manne...

Send information from Isadora to Arduino

Working with Isadora

Think of it as if you were building the circuit in Arduino and you use the message from Isadora to Arduino to turn the circuit on or off. Work files for Arduino & Isadora are added to this book, screenshots just for show ;)     Files not made by me, fo...

QLC+

Controlling Lights Software

QLC+ is designed to streamline and simplify the process of controlling DMX or analog lighting systems.QLC+ is open source, compatiblte with most fixtures & dmx hardware. Can be triggered with midi, audio & osc. Runs on Windows, MacOS or Linux.Check out: https:...

Touchdesigner

Controlling Lights Software

In Touchdesigner DMX data is sent to the daisy-chain of fixtures through USB (via an ENTTEC available at the uitleen) or ArtNet. In Touchdesigner you can create 'presets' called Toxes. You can save these on your computer for easy acces: DMX Config ...

ColorSourceAV 20

Controlling Lights Light Consoles

Information about the device Website Manual Basic use In channel mode Make sure the console works in channel mode by choosing the mode on the touchscreen.       Use the faders to turn on lights that are programmed under the channels that correspond w...

Resolume Arena.

Controlling Lights Software

Resolume Arena is Vj software, normally used for sending visuals to screens. But can also can output the color or brightness of your pixels to LED strips or other light fixtures via DMX. Beware that you need a hardware controller to covert you signal to DMX,...

Isadora

Controlling Lights Software

ENTTEC-DMX from Isadora With this Isadora file you can control DMX lighting directly using an ENTECC DMX USB PRO download the Isadora patch here updated : ENTTEC-DMX-USB_lightcontrol.izzthis Isadora patch the works with Par LED High-end | RGBAW+UV

ArtNet

Controlling Lights DMX Controllers

Art-Net uses ethernet for transmitting lighting data, making it easy to transfer of large amounts of DMX512 data over a wide area using standard networking technology. It is an implementation of DMX512-A protocol over UDP. This can be done through a LANcable o...

EMU info & download

Controlling Lights DMX Controllers

EMU  (the software by ENTTEC) is designed for musicians, DJs and live artists with live performances in mind. The interface is quick to learn and easy to use. EMU allows for the synchronisation of lighting and music with oscillators in real time, though MIDI. ...

Touch (knock) sensor with Piezo

Arduino things!

If you want to make a simple touch sensor but you don't have the fancy ones around you can also use a piezo element, which come with a lot of basic arduino starter sets. What you need: piezo element breadboard   resistor 1 M ohm ...

Everything you need to know about ledstrips

Controlling Lights Led strips

LED strip lights are new and versatile forms of lighting. Unlike regular LED strips, addressable LED strips allow you to control each individual LED, creating a wide range of color and animation possibilities. There are many variants and exceptions, but for th...