Advanced Search
Search Results
127 total results found
How to send data to Processing from Arduino
... void setup() { Serial.begin(9600); //intailise Serial communic ...ation with 9600 baud rate pinMode( potPin, ...t = new Serial(this, portName, 9600); myPort.bufferUntil('\n'); ...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max...
(MAC) How to use Phomemo Thermal Printer M834
... inklessly on different sizes 216mm/210mm/110mm/80mm/53mm (US Let ...instead, it is essential if you want to do auto-printing in the next step. Go to System Settings -> Printers & Scanners Click the drop down menu of Default paper size Select your new c...
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); / ...eonardo, you should not use SoftwareSerial. The Leonardo already h ...as a hardware UART on Serial1 (pins 0 & 1)....
POPs: Point Cloud from 3D model
...done beforehand in external software like Blender. Next, add a Pa ...kground Color Alpha to 1 if you want a solid black background. At this stage, you should have a basic point cloud generated from your 3D model. To further animate or manipulate the effe...
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 ...VideoDeviceIn TOP may display a warning: "Resolution limited to a max of 1280x1280 with Non-C...
Using the MAX9814 mic amplifier
...me = analogRead(MicPin); if (MicVolume > 400) { // If the volume is above this threshold a warning comes up in the Serial Monitor Serial.println("Loud noise"); delay(500); } else { Serial.println(MicVolume); } }
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...ask your area of projection and warp your content onto it. Drag and drop it on your network. In the parameters’ window on the right click on PULSE to open Kantan window, this will en...
AR with Unity - Step #1 - Development environment setup
...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...e IOS build support. Please be aware that both Windows and IOS com ... build support includes the Software Development Kit (SDK), the Na...
Steam VR setup Tutorial #1 - Player camera setup
... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install Steam. Steam platform will install additional components needed to run the HTC VIVE on your computer. Click here to go to...
Mobile VR -Setting Up Unity
...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com ... build support includes the Software Development Kit (SDK), the Na...
Introduction to Python
... first released in 1991, Python was designed to emphasize code rea ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive in and begin our exciting journey into the world of...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and ...aspberry Pi. The Pico includes 26 programmable general-purpose input/output (GPIO) pins, which can be used for various digital and analogue tasks. The Pico can be programmed using MicroP...
How to use IR Breakbeam Sensor
...frared; detects changes in long-wave IR (heat) in its field. ...n the pullup Serial.begin(9600); } void loop(){ sensorState = digitalRead(SENSORPIN); // read the state of the pushbutton value: if (sensorState == LOW) { // check if t...
Audio in Touchdesigner & Receiving data from Arduino
...manipulate the Frequency of our waveform, from the Audio Oscillato ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily enhance sounds, you can use a Audio VST CHOP to import these onto your ...
Connecting a Potentiometer
...e between 0V to 5V, at the half way the voltage on pin #2 would be 2.5V. Different types There are two main types: Rotary Potentiometers like those found on speakers to control the volume. Slide Potentiometer like those found on audio mixing desks. Wirin...
Using a Sparkfun Sound Detector
...fun electronics that provides a way to detect ambient sound levels ...void setup() { Serial.begin( 9600 ); pinMode( envelopePin, IN ...void setup() { Serial.begin( 9600 ); pinMode( gatePin, INPUT ); } void loop() { Serial.println( digitalRead( g...
Other resources
...designer here at LCC. The best way to grow in your visual program ....com/playlist?list=PLFrhecWXVn5862cxJgysq9PYSjLdfNiHz In general ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi ...signer: https://www.youtube.com/watch?v=Cx4Ellaj6kk Other repos...
How to use a Rotary Encoder Button
... rotary encoders rotate all the way around continuously and are di ... void setup() { Serial.begin(9600); // Initialize encoder encoder.begin(); // Initialize interrupts attachInterrupt(digitalPinToInterrupt(pin1), interrupt, CHANGE); attachInt...