Facebook Instagram

Monthly Archives: May 2018

Muse – working with Brainwaves

Muse S is a commercial brainwave scanner developed for meditation, sleeping etc. This tutorial will walk you through connecting Muse S to the Mind monitor app, so that you can recieve Brainwaves instead of raw EEG. The Mind monitor app processes the raw EEG into actual Brainwaves: Alpha, Beta, Delta, Theta and Gamma. If you want to work with raw EEG or data from the other sensors (Gyroscope, accelerometer, heart rate) on Muse see our other Muse tutorial here. Setting up the Muse 2 with Mind monitor Before getting started you need to have the following items: PC mac or windows, Muse, Smartphone with MindMonitor…

Read more

Muse – EEG, PPG, Gyroscope and Accelerometer

Muse S is a commercial EEG scanner developed for meditation, sleeping etc. This tutorial will walk you through connecting Muse S to your computer and accessing the raw datastreams via OSC and Processing. Muse provides health related data which consists of  PPG (heart rate) and raw EGG (Electroencephalography). Besides these there is also a gyroscope- and accelerometer which allows you to gather physical movement. With this tutorial we provide two 'bare minimum' Processing example codes for reading PPG and EEG to act as starting point to interface the Muse headset in your project. If you want to work with brainwaves see our tutorial on MindMonitor…

Read more

Adressable LED strip with Arduino

An Adressable LED strip is an LED strip where each individual LED can be independently controlled. This is the distinguishing feature of Adressable strips: the ability to program each LED on the strip to to display any color and brightness you want. Adressable LED strips find versatile application in various domains, including decorative lighting, wearable technology, artistic installations, and dynamic visual displays. Getting started Here are the steps covered in this tutorial: Installing Arduino IDE Installing FastLED Library Setup Arduino Download our code examples Explore Needed Materials Arduino + USB Cable. LED strip (prefferably NEOPIXEL) Jumper wires External power supply (needed for longer LED strips)…

Read more

ATEM Mini Pro tutorial

The ATEM Mini Pro by Blackmagic Design is a versatile live production switcher designed for live streaming and video production. This comprehensive guide will help you get started and explore its capabilities.     Hardware Setup: Connect HDMI Inputs (Cameras/PC) : Connect up to four HDMI inputs to the ATEM Mini Pro. Ensure all inputs are powered on and set to HDMI output mode. Monitor: Connect an HDMI monitor to the HDMI output. This can be used to preview multiple sources and the program feed. But can also be used to present live. USB out (PC Control / Record to HD / Use stream as…

Read more

Wekinator – Creating machine learning algorithms

Wekinator is a software tool designed for interactive machine learning, particularly in the context of real-time multimedia applications. It was developed by Rebecca Fiebrink as part of her doctoral research and provides a user-friendly interface for artists, musicians, designers, and researchers to create custom machine learning models without requiring extensive programming knowledge. Wekinator is commonly used in the fields of creative coding, music composition, interactive installations, and more. At its core, Wekinator enables users to train machine learning models that can recognize patterns and correlations in data, and then use these models to map input data to desired output responses. This process is often referred…

Read more

Playing MP3 files with Arduino UNO

The Sparkfun mp3 player shield, is the AIR LAB default infrastructure for enabling the Arduino UNO's to play mp3 files. This guide is focusing on the exact steps you need to take, to make it work with our hardware, and the ressources we have tested are working together. This guide assumes a basic knowledge of Arduino (how to upload and run a program etc.)  DISCLAIMER: Working with mp3 files on an Arduino is often a bit of a struggle, which is why we always suggest to use something more suitable for playing sound. Our goto platform for this is a laptop running Processing code, if…

Read more

Format SD cards automatically with Raspberry Pi

SDeraser is an AIRLAB Infrastructure that enables easy formatting of SD cards via a simple interface in the lab. This interface is useful when handling larger amounts of Raspberry Pi's, zoom recorders or similar where quick formatting of SD cards is necessary. The interface is a simple build consisting of a Raspberry Pi, an illuminated pushbutton and an SD card reader. The Raspi is running a python script that automatically detects newly inserted block devices (such as SD-cards or even USB drives), and subsequently erases the device using the ubuntu software called "parted". This tutorial will walk through setting up the Raspi, and explains the functionality of the…

Read more

Formatting SD cards before returning equipment

In AIRLab we're lending out a lot of equipment to students throughout semesters. Some of this equipment holds an SD card for storage of data such as Raspberry Pi Kits and Zoom recorders, which means that data can easily be shared when equipment is inattentively returned and borrowed. It goes without saying, that AIRLab cannot take up responsibility for SD Cards that are returned with sensitive information. In AIRLab we therefore strictly require that SD-cards are formatted (wiped of data) before returned. This is primarily to avoid accidental sharing of sensitive data (eg. audio-interviews, photos, etc.), but it also makes it easier for the next borrower to get…

Read more

Capacitive Touch Sensing with the MPR121

If you want to work with capacitive touch sensing in AIR LAB, we have several MPR121 modules available for Arduino. This is a tutorial of how to get started with the very basics of capacitive touch sensing. This includes how to establish electrodes as toggles, buttons, and proximity sensors via the MPR121 library, published by Bare Conductive. At the very bottom of this page, we have gathered useful documentation to help you get further with capacitive touch sensing if needed. What is capacitive touch sensing? Capacitive touch sensing, is at its very core a constant measure of the change in the conductivity of a circuit.…

Read more