Create a Graphic Equalizer in LabVIEW 2017 with myDAQ

Mark PhilippAll Topics, NI | National Instruments, Tutorial

NI Tutorial: LabVIEW-Graphic-Equalizer

In this post, I’ll provide a step-by-step series of instructions on how to create a graphic equalizer in LabVIEW 2017. A graphic equalizer (EQ) is, in less scientific terms, a device that takes in audio input and can alter specific frequency intensities of a sound wave and output the altered wave. It is one of the most widely used forms of … Read More

Share this Post

Using the Raspberry Pi Timer for Embedded Environments

Mark PhilippAll Topics, Coding & Programming, Tutorial

Using the Raspberry Pi Timer for Embedded Environments

We recently posted a blog about embedded programming using the Raspberry Pi. In an effort to provide further information about accessing Raspberry Pi hardware in an embedded environment, this post will dive into using Raspberry Pi’s 1 MHz timer, also known as the system timer. In this post, we will be extending our last project and modifying our Delay function … Read More

Share this Post

How to Download and Install LabVIEW 2017 on Windows

Mark PhilippAll Topics, NI | National Instruments, Support

How to Download and Install LabVIEW 2017 on Windows

It’s another year and National Instruments has released LabVIEW 2017. This guide will walk you through the steps for downloading and installing the product. LabVIEW 2017 System Requirements First, you’ll want to make sure your computer can run LabVIEW 2017. Refer to the below table to see the system requirements: Windows Run-Time Engine Development Environment Processor1 Pentium 4M/Celeron 866 MHz … Read More

Share this Post

Game Design Tutorial: How to Use Blend Trees in Unity

kristielTutorial, Unity Game Development

Game Design Tutorial: How to Use Blend Trees in Unity

In modern game design and development, 2D and 3D animations are increasingly complex. If you’ve worked on a game in any capacity, you have probably come across a need to have, for example, a walking animation trigger a running animation based on movement speed. To tackle such a problem, Unity 3D has something called blend trees. In this post, we’ll … Read More

Share this Post

How to Control LEDs with Raspberry Pi

kristielAll Topics, Tutorial

How to Control LEDs with Raspberry Pi

Today, we’ll be looking at how we can use the Raspberry Pi to turn light emitting diodes (LEDs) on and off. This is one of the most basic things you can do with a Raspberry Pi but it’s a great starting point for learning about physical computing. By the end of this tutorial, you will have a Raspberry Pi that … Read More

Share this Post