Advanced Search
Search Results
219 total results found
Installing the software
If you are using the Macbooks available for LCC's library: If you are using one of the MacBooks from the ...library you must use UAL's Self Se ...rvice app. Here search for "Derivative Tive Touch Designerigner" and install. Now register for an account at https://d...
AR with Unity - Step #2 - Unity project setup
Please notice that this is part of a series of tutorials progressing from basic concepts to more functional and complex projects. Aims This tutorial aims to help you setting up a AR Unity project using the Vuforia plug-in. Prerequisites Developing ...
How to use 7-Segment LED Backpack
What is 7-Segment LED Backpack? This version of the LED backpack is designed for these big bright 7-segment displays. These 7-segment displays normally require 13 pins (5 ins (5 'characters' and 8 total s ...egments each) This backpack solves the annoyance ...
Steam VR setup Tutorial #3 - Interactable object setup
Aims This tutorial aims to get you started creating objects that you can interact with using your HTC VIVE controllers (Using Steam VR 2.2 plugin). Please notice that this is part of a series of tutorials progressing from basic concepts to more functional an...
How to connect a push button or switch
What is are push buttons/switches? Buttons and switches are a way of opening and closing a circuit, i.e. making and breaking a connection as one of the most rudimentary forms of sensor you can ...use with an Arduino. There are dozens of different types of switches and bu...
How to use Grove Serial Bluetooth v3.0
What is Grove Serial Bluetooth v3.0 Grove - Serial Bluetooth is an easy-to-use module compatible with the existing Grove Base Shield, and designed for transparent wireless serial connection setup. In this tutorial, we will be using two Grove Serial Blu...
Radio Communication: How to use RFM69HCW Radio Data Module
What is RFM69HCW Radio Data Module? The RFM69HCW is a high-performance, low-power radio transceiver module designed for long-range wireless communication using sub-GHz frequencies. Unlike simple UART-based modules like the APC220, the RFM69HCW offe ...rs SPI communication, encryption, and ...
How to use Raspberry Pi Camera Module 3
What is Raspberry Pi Camera Module 3? This tutorial will walk you through setting up and using the Raspberry Pi Camera Module 3 Noir on a Raspberry Pi 5, but other Pi like Pi 3 and Pi 4 will work as well. Camera Module ... Feature Description Sens...
Capturing in Wide-Angle with the OAK-D Pro camera
If you haven’t already, please co ...mplete all the prerequisites outlined in our introduction to the OAK-D Pro camera befor ...e starting this tutorial. Refer to the guide to set up the OAK Device CHOP and OAK Select TOP compo ...nents. In this tutorial, we’ll program t...
Installing Mamba
...Python projects, you'll start using something called libraries to add extra features to your ... programs. Think of libraries as ready-made sets of code cr ...eated and maintained by other developers. They're ... like toolkits that solve specific ...
How to use a Rotary Encoder Button
What is a Rotary Encoder Button? A rot ...ary encoder button is an input device that combines: a Rotary encoder — to detec ...t rotational direction (clockwise/counterclockwise) and steps and a Push button ...— to detect when the knob is pressed down. This component i...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please follow the previous tutorial for setting up the basic. This tutorial assumes you already have an a ...nimation ready to use. What type of animation will be suitable to display on E-Paper Black and White, as the display we have in st...
How to control Arduino without using delay()
What is a delay()? delay() is a function that pauses the program for t ...he amount of time (in milliseconds) specified as a parameter. (1000 milliseconds = 1 second.) delay() is very commonly used but it has its drawbacks. It does not just pause one sensor...
How to use DFPlayer mini to play MP3
What is a DFPlayer? 11/2024 Update A ...new library added below. For people tr ...ying to avoid delay(), please use the DFPlay ...erMini_Fast library instead. The DFPlayer Mini MP3 Player For Arduino is a small and low-priced MP3 module with a simplified...
How to do Basic Commands in Terminal
Raspberry Pi Terminal Command Cheat Sheet ... Command Description ... ls List all files and directories in the current folder ...dername Change to a specific directory ...
Using MatrixPortal M4 for animation
How to use MatrixPortal M4 for animation We have another tutorial for setting up the MatrixPortal board and covering the basics. This tutorial will focus on creating an animation to display on a 64x32 matrix. CircuitPython and libraries versions In this tutoria...
Introduction
This chapter is designed for complete beginners who are new to working with physical computing and Arduino. If you haven’t had a chance to at ...tend the physical workshop at the Creative Technology Lab, don’t worry—t ...his guide will walk you through th...
Workshop exercise: Clone, commit, pull, push
Getting started Step 1: Get yourself ... on Github! Go to https://github.com/ and make yourself an a ...ccount, if you don't already have one. S ...tep 2: Click HERE and leave a comment on t ...he issue (include your name so I know who you are, please). This...
How to export your p5.js as a video
How to Video Capture your p5.js Sketch If you're creating a piece of time-based work in p5.js you may want to capture ...the canvas as a video. For example, if you have a generative design that evolves over time, or an animation sequence. In this tutoria...
"Hello, World!" in Node.js
Introduction The first program most people write when learning a new programming language is one form or another of the infamous "Hello, World!". Prepar ...ation What you'll need to know To ... follow this tutorial you should be familiar with the basics of the comm...