Advanced Search
Search Results
151 total results found
Using MatrixPortal M4 for animation
How to use MatrixPortal M4 for animation We have ...utorial for setting up the MatrixPortal board and covering the ba ... an animation to display on a 64x32 matrix. CircuitPython and libraries v ...ial, we are using CircuitPython 9.0.5 (11/10/2024), all libraries...
Intro to Touchdesigner
About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...uchdesigner is a node-based software, a type of visual programming ...ent heading and color. TOPS Texture Operators, also known as TO ... connecting Touchdesigner with external devices like Arduino. Co...
How to get started with Textures and Materials in Spark AR
Textures and Materials in Spark AR ... Watch this video which explains the basics of Materials i ...n Spark AR. The texture and materials in Spark AR a ...re similar to textures and materials in other 3D ...software like Blender, Cinema4D, and U...
Using a Sparkfun Sound Detector
...fun electronics that provides a way to detect ambient sound levels ...nalogRead to obtain the value. Example code reading envelope #def ... void setup() { Serial.begin( 9600 ); pinMode( envelopePin, I ...nalogRead( envelopePin ) ); } Example code reading gate #define ...
How to send data to p5.js from Arduino
... pin to A0 Arduino Code This example sends the potentiometer va ... void setup() { Serial.begin(9600); //intailise Serial communi ...cation with 9600 baud rate pinMode( potPin, ...going crazy } p5.js Code This example will show the incoming dat...
3D Geometry and Parametric Design
This is an informal workshop experimenting with a method of gen ...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explore creating generative 3D mes ...c concepts of 3D modelling and explain how this software can be u...
How to Program an ATtiny85 with an Arduino Uno
...pload code to ATtiny85. File - Examples - Arduino ISP - ArduinoIS ... Pin 13 --> Pin 2 (7) Pin 12 --> Pin 1 (6) Pin 11 - ...ent.com/damellis/attiny/ide-1.6.x-boards-manager/package_damellis ..._attiny_index.json Go to Tools - Board - Boa...
How to use a Hall Effect Sensor
... void setup() { Serial.begin(9600); // Start se ...rial communication at 9600 baud pinMode(hallSensorPin, INPUT); // Set the Hall Effect sensor pin as an INPUT } void loop() { hallSensorState = digitalRead(hallSensorPin); // Read...
Using a TCS34725 RGB Color Sensor
...he board, go ahead and use the examples in the File > Examxamples > Adafruit TCS34725 menu ...in Arduino, the tcs34725 example is particularly good as it ...orking. Doing more There is an example in the library for Arduino ... sensor values. In the File > Examples > Adafruit TCS34725 > col...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...(a.k.a. Linqstat) is a thin, flexible, pressure-sensitive plastic ...plied. Conductive Fabric is a textile material (woven or non-wove ... like a wire but is soft and flexible like fabric. Assembling the ...l (GND side to A0) Code This example measures the force applied...
Touch sensor - with No Sensor!
...uch Sensing: acute touch and proximity. Library ADCTouch will be ... the best accuracy without ANY external hardware. CapacitiveSensor library wil ...l be used for proximity and/or acute touching. How ...he last readings int currentIndex = 0; // used for cycling throug...
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! ... homepage. There will be a few extra forms when you signup, you c ...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...
How to use a relay module
... It is handy when the thing you want to control requires higher po ...n give. Arduino can only give max. 5V and 40 mA. In this tutorial ..., I will use a water pump and a 1-channel 5V rela ...y module as an example, but it can be applied to ...odel, and they have their own maximum voltage and current ratings...
Using a Sparkfun MP3 Trigger
...fun electronics that provides a way to play MP3 files from a Micro ... done by switching the USB <-> EXT switch back and forth. USB: ...means power from the Arduino. EXT: means power via the 2.1mm con ... (USBVCC connects to 5V) Data (RX on the MP3 Trigger to TX on the...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ...berry Pi OS, a Debian-based Linux distribution for download. It p ...r Pi. Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x2 3. Mouse and with cable You c ...ngs on it. BUT, you have to be aware of the types and sizes of the...
How to build a project onto a VR headset
...the VR platform and headset you want to target (e.g., Oculus Rift, ... plugin for Unreal Engine. For example, for Oculus headsets, you ...ty, enable the VR platforms you want to support (e.g., Oculus, Ste ... for your VR environment using external tools or Unreal Engine's ...
Hello World
...t the "type" of Python file you want PyCharm to create. For this example, let's name the file hello ...that the program finished with exit code 0, as we'd expect no errors to occurr seeing ...ts of print(), we provide the text we want Python to print. This ...
Steam VR setup Tutorial #3 - Interactable object setup
...ts to more functional and complex projects. In previous pages, we ... already explored how to set up the scene y ...ou are expected to use for this tutorial. ...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t...