Advanced Search
Search Results
175 total results found
Useful learning resources
...tting Started With Arduino 3rd Edition by Massimo Banzi and Michae ... Electronics for Inventors 3rd Edition by Paul Scherz and Simon Mo ... Learn at Adafruit Kobakant DIY - Lovely guides for DIY e-textiles and conductive material-based components and ...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The lat ...using, so it can configure accordingly. Tools -> Board -> Arduino ...ck Now at the bottom of the software, you will see you are using A ...ng built-in example code and Reading the hookup diagram
Touch sensor - Using an MPR121
...ary Adafruit, Sparkfun, Seeedstudio and Bare Conductive all provid ... libraries folder Now the software Arduino IDE is ready, you wil ...DA and SCL pins as shown in the diagrams, in this case you'll need ...ta This example code is only reading from electrode 11. #include <...
How to Configure a Raspberry Pi for the first time
...ll set up the keyboard corresponding to your Country. The main difference between US and UK keybo ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and downloa...
Transporter Documents
...with information about creating different kinds of content for the ... Project Proposal Form after reading the CCG. Aim to provide as much detail as possible about your project. While we understand that you may not be in a position to know every detail, it...
Metahuman Creator
A guide to the basics of how to create Metahumans and digital copies of real people.
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...rial.begin(9600); pinMode(buttonPin, INPUT_PULLUP); } void loop() { // put your main code here, to run repeatedly: buttonState = digitalRead(buttonPin); Serial.println(buttonState); delay (100); // change for the speed of serial monitor }
Arduino Nano 33 Sense Rev2- IMU sensor
...; while (1); } } void loop() { // read magnetic field in all three directions IMU.readMagneticField(x, y, z); if(x < 0) { ledvalue = -(x); } else{ ledvalue = x; } analogWrite(LED_BUILTIN, ledvalue); delay(500); }
How to fix "Internal data stream error" in Processing 4
...r (int i = 0; i < cameras.length; i++) { println(cameras[i]); } // The camera can be initialized directly using an // element ...ng the image // without any additional resizing, transformations, or tint. //set(0, 0, cam); }
AR with Unity - Step #4 - Building and testing your app
...in AR with Unity - Step #3 - Adding content to your project ...Building your project Before building the app we need to make sure ...we disable the default main camera as there can't be two cameras in your project, to do so, just select it and unt...
Physical Computing Components List
...w components from CTH? Please discuss which components you would ...e component numbers to help expedite the checkout process. Pleas ... are subject to availability. Additionally, ensure that you take good care of the components during use. No Solder...
Switch Operator
...l TOP - activate the operator's display viewer to better monitor any alterations . In the parameters window for Switch TOP, use the INDEX slider to alternate between your visuals. Touchdesigner likes to start counting from 0, hence your first image wi...
Unity AR
AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anchor point for your 2D/3D to be displayed on top of.