Advanced Search
Search Results
177 total results found
Week 4 - Other inputs and APIs
...aviour of your sketch Understanding the concept of web-based APIs ...(see below). You can see this indicated by the file:// protocol fo ... server you will need to change directory (cd) into the project directory on the command line and ...ion is located in the following directory and is available to view...
Where is the Creative Technology Lab?
...k, in WG14. Through the main entrance, turn left in the first corner and turn left again. Keep walking down the hallway to the end. Passing throught the fire door, you will see the Creative Technology Lab. Next: When is the Creative Technology Lab open?
How to send data to Processing from Arduino
...munication is the process of sending data one bit at a time, seque ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...d max. value is 1023. //and I want to map the background colour from black to white, 0(black) - 255(white) float...
How to use DFPlayer Pro to play MP3
...ack wire Connect L+ & L- if you want stereo audio File handling You can downlo ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF1201SSerial(2, 3); / ...eonardo, you should not use SoftwareSerial. The Leonardo already h ...as a hardware UART on Serial1 (pins 0 & 1)....
Using the MAX9814 mic amplifier
... and prints out values corresponding to the sound's varying volume ...olume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }
Other resources
...designer here at LCC. The best way to grow in your visual program ...uld look into daily or weekly coding challenges such as the @creat ...mmersive HQ is a community providing both blogs and videos to lear ...ion/?_products=touchdesigner Disclaimer: There are plenty of fr...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.
Touch sensor - Using an CAP1188
... This chip can handle up to 8 individual touch pads, it will light ...) ⚠️ Partial (multi-touch disabled by default) ...DA and SCL pins as shown in the diagrams, in this case you'll need to look it up on the boards documentation, howeve...
Building to a VR headset
...ill describe the process of building to VR headsets and go in-dept ...h for building to some of the most common pl ...you are encouraged to conduct individual research since developmen ...t can have different results on different devices. Please ask a te...
Installing Mamba
...find that sometimes you'll have different projects that need different versions of the same lib ...'re going to use a piece of software called Mamba to create and manage virutal environments. Mamba is a package manager and environment manager for Python. I...
How to use a Neopixel strip
...ing that it can be programmed individually. With the library creat ... for your project. They come in different sizes and shapes and you ...r light installations. Wiring DIN to Pin6 +5V to 5V GND to GND ...eoPixel library will be used. **Warning**Download version 1.9.0 or...
Photogrammetry Pages
This is a comprehensive guide that will guide you through the whole process of creating a 3D digital copy of a physical object.
What is the MetaHuman Creator?
...c Games, has introduced an incredible tool called the Metahuman Cr ...ts students and creators design digital humans that look and behav ...can create characters with incredible detail, from their facial fe ...e range of characters, ensuring diversity and representation in vi...
Using a Soil Moisture Sensor
...de(13, OUTPUT); } void loop() { sensorValue = analogRead(sensorPin); Serial.print("Moisture Level: "); Serial.println(sensorValue); if (sensorValue < limit) { digitalWrite(13, HIGH); } else ...{ digitalWrite(13, LOW); } delay(100); }
How to connect a Light Dependent Resistor (LDR)
... vary the temperature (voltage) by adjusting the tap. The zig-zag lines indicate resistors, the voltage outp ...ue ); if(value < limit){ digitalWrite(LED_BUILTIN, HIGH); ... }else{ digitalWrite(LED_BUILTIN, LOW); } delay( 50 ); }
How to use a EMG Muscle Sensor
...envelope > EMG_THRESHOLD) { digitalWrite(13, HIGH); } else ... { digitalWrite(13, LOW); } ... Serial.println(envelope); //modify thershold based } } // e ...e is the electrodes. After uploading the above code, you can open ...
Using AVR ISP MKII to upload firmware to Arduino
...ers and hobbyists to upload firmware to AVR-based chips directly on a circuit board withou ...t needing to remove the chip. In this ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO ...e of AVR microcontrollers, including the popular ATmega and ATtiny...
How to build to a Meta Quest 2
Building a VR app for the Meta Quest 2 ...nvolves a series of steps, including setting up the development en ... these tools through Android Studio or separately from the Android ...ttps://developer.android.com/studio). Set Up Oculus Develop ...igure Project Settings: Go to Edit > Project Settings. Under Plat...