Facebook Instagram

Category: Tutorial

How to do voice cloning

There are a bunch of different ways to do voice cloning, and they all come with their own ups and downs. This tutorial will show you some of those ways, and teach you a little bit about how voice cloning even works. Intro to synthetic voices Different types of synthetic voices There are basically two different types of synthetic voice software: text-to-speech (TTS) and speech-to-speech (STS, a.k.a. voice-to-voice (V2V) and voice conversion (VC)). Text-to-speech (TTS) Text-to-speech is the most widespread. It is what makes Siri speak, what allows articles to be read aloud automatically and is an essential tool for people with reduced sight. To…

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

Muse – Brainwaves or EEG

Muse S is a commercial brainwave scanner developed for meditation, sleeping etc. In AIR lab we use Muse 2 and Muse S for two scenarios. EEG and other raw data: EEG, PPG, Acceleromer, Gyroscope and Temperature sensor. Brainwaves (Alpha, Beta, Delta, Gamma & Theta).  We have written a tutorial for each of these, that you can find below this paragraph. If you dont know which one to choose, see our explanation of the two fundamental concepts that are essential for leveraging Muse effectively: EEG and brainwaves. Understanding these will not only enhance your experience with Muse but also enable you to make an informed decision…

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

Backup and Restoring of Raspberry Pi SD card with applePiBaker

When working with Raspberry Pi it can be useful to do complete backups of the SD card. The most obvious reason relates to securing your prototype if something breaks, but it also allows you to quickly revisit old projects without setting up a new OS. The backup is created with the imager tool applePiBaker. The resulting diskimage is a compressed file that mirrors the entire SD card. Upon restoring, the image is burned to a new SD card in compressed state and subsequently expanded in the Raspberry Pi config. What you will need Raspberry Pi  micro SD card from a functional Pi that needs backing up micro…

Read more

Setting up an automatic slideshow on Raspberry Pi (SlidePi)

This tutorial will run you through setting up a Raspberry pi that automatically launches a customizable dias-show from an external drive when booted. What you will need Raspberry Pi w/screen, mouse, keyboard and powersupply 16gb micro SD card for Pi OS USB Flash drive for media files   Setting up the Pi Download the Raspberry Pi Imager Software and install the latest Raspberry Pi OS on your SD card Boot the raspi and follow the setup wizard. From the desktop go to pi > preferences > raspberry pi configuration > display and disable screen blanking: Install feh and xscreensaver by running the following commands in the…

Read more

Reading RFID tags in Processing

Reading RFID tags in Processing with the OLIMEX MOD-RFID125 scanner This example shows how to read RFID tags from the Processing coding environment, using the OLIMEX MOD-RFID125 scanner. The scanner emulates a USB keyboard, making this a very easy thing get started with. Needed to run this example 1 x OLIMEX MOD-RFID125 scanner (link) A laptop with Processing installed (processing.org/download/) 4 x RFID (125 kHz) cards/tags NB: One card/tag is enough to make it work, but you wont be able to see the full code work Trying it out Download and unzip the Processing example code MOD_RFID125_reader from the OLIMEX_RFID_scanner folder in our Tutorials repository.…

Read more