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

IBM SPSS Activation Help: Cannot Open Authorization Wizard Fix

kristielAll Topics, Support, Tutorial

IBM SPSS Activation Help: Cannot Open Authorization Wizard Fix

This post will detail how to activate your SPSS software if you are unable to open the SPSS License Authorization Wizard. This will require the use of the command prompt (Windows) or terminal (Mac). It is recommended that you are relatively experienced with computers and using command lines. You can also visit the IBM SPSS Student Support Portal for help. IBM … Read More

Share this Post

How to Download and Install LabVIEW 2016 for Windows

kristielAll Topics, NI | National Instruments, Support

How to Download and Install LabVIEW 2016 for Windows

National Instruments recently released LabVIEW 2016. With a new version of LabVIEW comes new instructions on installing it. This tutorial will help guide you through the process of downloading and installing LabVIEW 2016 on a Windows computer. LabVIEW System Requirements The first thing you want to look at is whether your computer meets the minimum system requirements or not. Refer … Read More

Share this Post

Wiring an Electric Motor with the mySTEM for NI myDAQ

kristielNI | National Instruments, Tutorial

How to Wire an Electric Motor with mySTEM Project Board for NI myDAQ

We’ve been working on a series of activities that explain how you can enhance the capabilities of the National Instruments myDAQ using the mySTEM Project Board. This week, we’ve got another exciting mySTEM Project Board project to share. This time around, Mark will walk you through how to wire a 12V DC motor to the mySTEM and control it using the … Read More

Share this Post

Detecting Light Levels with the mySTEM for NI myDAQ

kristielNI | National Instruments, Tutorial

Detecting Light Levels With the mySTEM for NI myDAQ

A couple of weeks ago, I did a basic breadboard LED project using a mySTEM connected to a myDAQ. We created a simple circuit. This week, we will create a light detector using the mySTEM Project Board for the NI myDAQ and a couple of sensors/circuits. You’ll have a laser emitter that you’ll use to hit a photoresistor, which will … Read More

Share this Post

How to Setup mBlock for Makeblock Robots

kristielCoding & Programming, Robotics, Support

How to Setup mBlock for Makeblock Robots

Makeblock is a company that creates easy-to-use robots. Two of their most popular products are the mBot and the mBot Ranger. Both of these kits are easy to assemble within roughly 2 hours of time. Once they are assembled, they have several pre-installed programs that you can run on them. However, most people who purchase these kits want to be … Read More

Share this Post

How to Install IBM SPSS Statistics on Windows

kristielAll Topics, Support, Tutorial

How to Install IBM SPSS Statistics on Windows - Studica Support Tutorial with Instructions

IBM SPSS Statistics is something Studica sells a lot of. Students, Faculty, and academic institutions heavily use the software for all sorts of classes; Statistics, Psychology, Sociology, and many other subjects. Most support requests I receive are for installation issues with SPSS Statistics. In this post, I will outline every step of the installation procedure so you can easily resolve your installation … Read More

Share this Post

Unity Tutorial: How to Use Animator Controllers and Triggers

kristielTutorial, Unity Game Development

Unity Tutorial: How to Use Animator Controllers and Triggers

Unity 3D has some great tools for handling animations. In general, developers will utilize animation controllers (Unity calls them animator controllers) to handle which animations to play and when to play them. In this Unity tutorial blog, I’m going to provide step-by-step instructions to create a very simple animation controller. This controller will be able to play an animation when … Read More

Share this Post