Advanced Search
Search Results
127 total results found
Combining codes & circuits
...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ... to retype this long string of text multip ...measureDistanceCm();, float indicate distance will be a number with...
Making a website for your HTML, JS, CSS or p5.js files
...something goes wrong, you can always go back to when it did work! ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...uld see the below page. What we want to do is click the link that ...
How to use a relay module
... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V rela ... 1 channel relay to control one water pump. Labels on a Relay Modu ...- pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ba...
Installing PyCharm
...ment Environment (IDE) is a software application that provides a comprehensiv ...n find that version control software will become an indispensable ...nstant feedback on code errors, warnings, and potential issues is ...mon feature of IDEs. This helps catch mistakes as you write code. ...
How to control Raspberry Pi Pico via Wifi
...nnect to the internet or communicate with each other without the ne ...ral hub that facilitates communication between devices within its r ...ome a ubiquitous and convenient way for people to access the inter ...e wifi network, they can communicate with each other, without acces...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ...: narrow. Overall varies by LCD type. Response ... Smartphones, premium TVs, smartwatches, VR headsets, foldable dev ...image buffer on the display hardware. // Since the buffer is int...
AR with Unity - Step #2 - Unity project setup
...use Vuforia to create different types of Augmented Reality projects, ...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...time, Unity will ask you if you want to include a default database...
How to make Animation on NeoMatrix with Processing
...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ... The Arrangement There are two types, Progressive and Zigzag. Progr ... a tutorial about serial communication between Processing and Ardui...
How to use Grove Serial Bluetooth v3.0
...no to perform a wireless communication. You can read more about thi ...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who...
Arrays
... p5 Editor Now what if we wanted to have a lot of circles, l ...vidually. Going further, say we wanted to manipulate all of our ci ...rcles in a similar way (for example, move them all le ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...
How to use a EMG Muscle Sensor
... x = output - 0.47319594*z1 - 0.70744137*z2; output = 1.00000000*x + 2.00000000*z1 + 1.00000000*z2; z2 = z1; z1 = x; } { static float z1, z2; // filter section state float x = output - -1.00211112*z1 - 0.74520226*z2; output = 1....
How to Program an ATtiny85 with an Arduino Uno
...terface (PDIP) and comes in the category of low-power microcontrollers. This microcontroller is designed and manufactured by Microchip. Know More Set the Arduino Uno Into ISP Mode So that the Arduino can act as a device to upload code to ATtiny85. File - ...
Making Breathing Light with LEDs
...ough it. LED includes two pins, Cathode(-), aka the short leg, and Anode(+), aka the longer leg. It is one of the most common components. Making it lights up is usually the first step into physical computing but we are going to do a little bit more this ti...
Introduction to Spark AR
... Augmented Reality (AR) is a type of technology that adds layers ...nvironment. There are different ways where an AR experience can be ...rough facial recognition, GPS location, image markers, or without the use of any markers. Tools for AR There are...
Steam VR setup Tutorial #1 - Player camera setup
... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install St ...After your new project opens, locate your mouse cursor on top of th ...ck on the "Asset Store" tab and type "Steam VR" into the search box....
Audio in Touchdesigner & Receiving data from Arduino
...any people are in a room or the type of event we are attending. In t ...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily...
Mobile VR - Getting Started Guide
...re you can experience different types of content using your mobile p ...vice. click here to visit Software There are many different t ...te very robust interactive applications but will require more effor ...s a list of useful links if you want to start exploring it. A-FRA...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and ...to the Pico, you can choose the types that you prefer. Choose a programming language for your Pico, in this tutorial, we will be using MicroPython. Download the correct MicroPython .uf2 ...
How to control Arduino without using delay()
...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wi...
How to get started with Face Tracking in Spark AR
Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...