Advanced Search
Search Results
164 total results found
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...
Touch sensor - Using an MPR121
...ouch the the technology used on modern touch sensitive devices such as ... 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); ...
Variables
... result of 2. However, you may want to use a certain value more t ... 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 ...second line in our code. Python was able to get to this point in t...
How to Program an ATtiny85 with an Arduino Uno
...ctured by Microchip. Know More Set the Arduino Uno Into ISP Mode S ...STYLE_WIRING to the code before setup() UPLOAD! Wiring The pins are ... Pin 0 (5) Pin 10 --> Reset (1) Only when you are uploadi ...0uF capacitor between GND and RESET on Arduino Adding Attiny85 to ...
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...
3D Geometry and Parametric Design
...pace and making this content viewable in low-fi VR headsets. I have been making a piece o ...f software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...
Using a Monochrome 1.3" 128x64 OLED display
...A), 3(SCL), ... #define OLED_RESET 4 // Reset pin # (or -1 if sharing Arduino ... reset pin) #define SCREEN_ADDRESS 0x3 ...H, SCREEN_HEIGHT, &Wire, OLED_RESET); int numImage = 2; int frameR ... 0x00, 0x00, 0x00 } }; void setup() { Serial.begin(9600); ...
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...
How to make Animation on NeoMatrix
...or lengthen them flexibly. Once set up, they are very durable and e ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ...
OculusQuest - Setting up development enviroment in Unity
...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 ... you might have to accept the Asset Store terms of service, once it...
Bonus round: putting an existing Unity project into git
...roject, go to Edit > Project Settings > Editor and check that ... your settings look like this: Open up ...liar with the command line, the way to use it is to type a command ...ft+Insert instead. Then we can set up our repository with this com...
How to build to a Meta Quest 2
...es a series of steps, including setting up the development environm ...ent, configuring project settings, and packaging the app. Be ...per.android.com/studio). Set Up Oculus Development Hub: Dow ... your Meta Quest 2, navigate to Settings > Oculus Quest 2 > More Se...
Hello World
...have Python, Mamba, and PyCharm set up, let's create a simple "Hell ...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I ...
Arrays
... 100; var y = 100; function setup() { createCanvas(400, 400) ... 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...
How to use DFPlayer Pro to play MP3
...ack wire Connect L+ & L- if you want stereo audio File handling ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF1201SSerial(2, 3); / ... DFRobot_DF1201S player; void setup(void){ Serial.begin(115200 ... delay(1000); } player.setVol(0); player.switchFunction(...
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 ...ing point. 3. Configure Project Settings: Go to Edit > Project Settings. Under Platforms > Virtual...
How to connect a push button or switch
...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...in 13 #define buttonPin 4 void setup() { pinMode( ledPin, OUTPUT...
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...