Advanced Search
Search Results
180 total results found
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 ...1!!1! This is where we need to set our repository name to equal ex...
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 ...+ - 5V GND/- - GND IN/SIG - pin 3 NO - red(+) wire of the water p...
Arrays
... 100; var y = 100; function setup() { createCanvas(400, 400) ... p5 Editor Now what if we wanted to have a lot of circles, l ... 20; var y1 = 100; var x2 = 213; var y2 = 209; var x3 = 100; var y3 = 100; var x4 = 100; var y4 = ...vidually. Going further, say we wanted to manipulate all of our ci...
How to control Arduino without using delay()
...bject FireTimer ledTimer; void setup() { // Initialize digital p ...bject FireTimer ledTimer; void setup() { // Initialize digital p ...ors and Multiple Timers You can set up multiple timers for multiple ...tors, like giving each person a watch and ask them to action based...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ...downloaded Video Looper Image 3. Files Format Video Looper uses ...ay the video. There is an extra setup step required to fix this. O ... but this new one has the right settings that will encourage the di...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ...t the specs. Things you need to set up your Pi Raspberry Pi is a si ...ou still need them when you are setting up. All necessary parts are ...cable that matches your Pi. Pi 3: standard HDMI port x1 Pi 4 & P...
How to use MatrixPortal M4
... Wi-Fi support thanks to the ESP32 coprocessor. Here are some key ...ing at 120 MHz. Coprocessor: ESP32 handles Wi-Fi and network comm ... without needing additional hardware. Power: Can be powered via US ...e CircuitPython to program a 64X32 matrix as CircuitPython librar...
(MAC) Automatic printing with Automator
... programming knowledge or don't want to do a lot of coding. One of ...ator and choose Folder Action. 3. Print Finder Items Drag Print ...ter Choose the folder where you want to put all your printing file ...and choose the printer that you want to use as the default printer...
Steam VR setup Tutorial #2 - Teleporting around your scene
...ges, we already explored how to set up the scene you are expected t ...is tutorial. Prerequisites Setting up the Steam VR plugin. St ...eam VR setup tutorial# 1 Getting star ...ted In the Steam VR setup tutorial #1, we downloaded th ...n this tutorial we are going to set up the teleporting feature also...
Touch sensor - Using an MPR121
.... Adafruit MPR121 Power input: 3.3V to 5V Address: 0x5A, it is als ... libraries folder Now the software Arduino IDE is ready, you wil ... #define numElectrodes 12 void setup() { Serial.begin(9600); W ...ire.begin(); // Setup MPR121 MPR121.begin(0x5A); ...
How to use DFPlayer Pro to play MP3
... upgrade of the DFPlayer Mini MP3 Player for Arduino. It is a sma ...ll and low-priced MP3 module with an internal storage ...wer) GND to GND (Ground) RX to D3 TX to D2 R+ to Speaker(+) red w ...ack wire Connect L+ & L- if you want stereo audio File handling ...
How to build a project onto a VR headset
...dentify the VR platform and headset you want to target (e.g., Oculus Rift, ...ne. For example, for Oculus headsets, you can use the Oculus VR Plu ...late" is a good starting point. 3. Configure Project Settings: Go to Edit > Project Settings. Under Platforms > Virtual...
How to build to a Vive Pro or Vive Pro Eye
...volves several steps, including setting up the development environm ...ent, configuring project settings, and packaging the app. Be ...eampowered.com/steamvr). Set Up SteamVR for Vive Pro Eye: C ...onnect your Vive Pro Eye headset to your development machine. La...
Using a Sparkfun MP3 Trigger
What is the MP3 Trigger? The MP3 trigger is a board made by Spar ...fun electronics that provides a way to play MP3 files from a Micro SD card via ...unication with the board. The MP3 Trigger has a headphone output ... to 2GB) card, or a SDHC (up to 32GB) card formatted in FAT16 or ...
How to Configure a Raspberry Pi for the first time
...e this. 2. Locale You need to set your country, language, time zo ... keyboard layout. When you are setting up the keyboard, make sure ...ck the Use US keyboard, it will set up the keyboard corresponding t ...n change that after the initial setup. Check this tutorial for chan...
Variables
... result of 2. However, you may want to use a certain value more t ...me solutions. Where we assign 1234 to a variable called print, it ... action, we'll keep things this way for now in order to better und ...he second path is the file that was run with this version of Pytho...
OculusQuest - Setting up development enviroment in Unity
... versions Currently, there are 3 supported Unity versions: 2 ...t grab and haptics. The easiest way to get the Oculus Integration ...package is by accessing the Asset Store tab in Unity and typing “ ...Once you have found the right asset, click on it, you will be taken...
Using an MFRC522 RFID reader
...h each identification and a two-way radio transmitter-receiver as ... You must power this device to 3.3V! This tutorial is based on Ard ... Digital 10 (SS) SCK - Digital 13 (SCK) MOSI - Digital 11 (MOSI) ... - GND (Ground) RST - Digital 9 3.3V to 3.3V (Power) Library We...