Advanced Search
Search Results
215 total results found
How to install libraries
...raries are collections of code that are designed to provide addit ...es. Libraries typically come with examples of how to use them. The library developer usually prov ...line documentation and explains how it possibly relates to what you are trying to achieve. In...
Understanding Arduino hardware
In the kit, you will find an Arduino ...USB cables (USBC or USBA, pick the one that fits your computer). 1. Micr ...o USB Port Connect the Arduino with your computer using the USB cable, you will see the yellowish light turned on. 2. RESET Button It ...
Making a website for your HTML, JS, CSS or p5.js files
...ng to make a website using something called GitHub pages to make a website. Sign ...ing up for a GitHub account and subsequently crea ...ting a GitHub pages URL will allow you to u ...pload your HTML, JS & CSS files online, ...so that you can access your website f...
Radio Communication: How to use APC220 Radio Data Module
What is APC220 Radio Data Module? ...The APC220 Radio Data Module is a ...tion over long distances using the 433 MHz ISM band. It’s commonly used f ...ss sensor networks, especially where a simple UART interface and ... communication are needed. In this tutorial, we will use two Ard...
Building to a VR headset
This series of articles will descr ...ibe the process of building to VR headsets and go in-depth for building to some of the most common platforms. However, you are encouraged to co ...nduct individual research since development can have different results on differe...
How to fix "Internal data stream error" in Processing 4
... In Processing 4, you will see this error often BaseSrc: [avfvide ...] : Internal data stream error when using the video library with cameras and a MAC. To see more ...about the capture function, please see here. How to fix (12/2024) Change this ...
How to power the Raspberry Pi Pico
Powering the Raspberry Pi Pico The easiest way to power a Pico is through the USB cable either to a computer or a phone charger. If you are going for a wi ...you can use batteries as well. This tutorial will demonstrate how to power a Pico with a 9V bat...
Raspberry Pi Image: Retropie for Reviving Vintage Games
What is Retropie? RetroPie allows ...berry Pi into a retro-gaming machine. It builds upon Raspbian, Em ...ulationStation, RetroArch and many other projects to enable you to pla ...y your favourite Arcade, home console, and classic PC game ...s with the minimum set-up. Learn more....
Unity for Beginners Workshop
Welcome to the Unity for Beginners Workshop page, this workshop will be a great opportunity f ...or you to start using Unity whilst creating an interesting 3D ...environment. Before attending the workshop, you will need to complete a ... 1 - Installing Unity Task 2 - Watch and follow the video tutoria...
How to connect a Light Dependent Resistor (LDR)
What is an LDR? An LDR or Light Dependent Resistor is a compon ...ent which restricts how much power can flow through a circuit based on how much or little light hits the sensitive part on the top. To use a Light Dependent Resistor, we have to use it in combination wit...
How to create 360 video for the Igloo system
What are GPIO pins on Raspberry Pi?
...pzero from time import sleep # set up pushbutton and bank of leds ...resetbutton = gpzero.Button(3) leds = ...or def LightsOn (): while resetbutton.is_pressed: leds. ...on() def ResetCounter (): global counter ... showThis & 0b0001) # setup button handlers resetbutt...
How to use a EMG Muscle Sensor
What is an EMG Muscle Sensor? An E ...MG (Electromyography) muscle sensor is a device that measures the electrical activity produced b ...y muscles when they contract. It detects the small voltage changes that occur when muscle fibres are activated b...
Steam VR setup Tutorial #2 - Teleporting around your scene
Aims This tutorial aims to show you how to enable the teleporting feature included i ...n the Steam VR 2.2 plugin. Please ... notice that this is part of a series of tutori ...ious pages, we already explored how to set up the scene you are expected t...
How to use a Flat Vibration Switch
What is a Flat Vibration Switch? This is a low-sensitivity, directi ... vibration-induced trigger switch. Inside is a very soft spring c ...oiled around a long metal pin. When the switch is bumped from the side only, the spring attached to the first p...
How to use a Reed Switch
What is a Reed Switch? The Reed Switch is a type of magnetic switch that changes its state in the presence of a magnetic field. ...ds sealed inside a glass tube. When a magnet comes close, the reeds attract each other and close the circuit; when the magnet is re...
AR with Unity - Step #1 - Development environment setup
Please notice that this is the first of a series of tutorials ... and complex projects. Aims This tutorial aims to get you star ...R applications using Unity and the Vuforia plug-in. Prerequisite ...19.2.0f1. Previous versions might also work, however, this tutor...
Workshop exercise: Clone, commit, pull, push
...ted Step 1: Get yourself on Github! Go to https://github.com/ and make yourself an acc ...ount, if you don't already have one. Step 2: Click HERE and leave a comment on the issue (include your name so I ...know who you are, please). This is just...