Advanced Search
Search Results
161 total results found
How to use a Bone Conductor Transducer
...onduction? Bone conduction is a way of transmitting sound to the i ...rdrum. In normal hearing, sound waves travel through the air, vibr ...quality sound when it's pressed up against a surface. Circuit You ...ts to make the circuit. Power Supply (For testing, you can use th...
Audio in Touchdesigner & Receiving data from Arduino
...d in 3 main sessions, each made up of a brief video tutorial and a ...In this first session we'll set up a network to extract numerical ..., you can quickly test this set up out by animating the radius of ...manipulate the Frequency of our waveform, from the Audio Oscillato...
Arrays
...0; 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...
Hello World
... Python, Mamba, and PyCharm set up, let's create a simple "Hello, ...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 ...
Using the serial monitor and serial logger
...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ... is 9,600 bits per second. This drop down allows you to modify this ...lotter The serial plotter is a way to visually graph the data bei...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...wifi network with just powering up a wifi router. When two or more ...is tutorial to learn how to set up your Pico. Before you go ahead, ...ing like ip = 10.3.15.120 open up a web browser go to http:// **I...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ... Smartphones, premium TVs, smartwatches, VR headsets, foldable dev ... Wiring Wiring up the sensor is simple: VCC to 3 ...0000000, B00110000 }; void setup() { Serial.begin(9600); ...
How to export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...asily find it). We are going to upload the files from this folder ...ate a new folder called src and upload all the seperate files from ... create a folder called src and upload the files into it then you ...
Using a Joy-IT TFT LCD Display
...no 33 Sense Rev2. Wiring Wiring up the sensor is simple: Find the ...SPI communication Every Arduino model has their own unique pinout. Ma ...it_ST7789(CS, DC, RST); void setup(void) { lcd.init(240, 240, SPI ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 #...
(MAC) Automatic printing with Automator
... programming knowledge or don't want to do a lot of coding. One of ...ter Choose the folder where you want to put all your printing file ...and choose the printer that you want to use as the default printer ... files should be sent and lined up in the Printer dialogue. Now t...
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 ...s open or closed. Wiring Wiring up buttons and switches is simple,...
Position-based Tracking using a Webcam
... TouchDesigner, during scene setup in real life; Ensure your backg ... object from it's background we want to look for the white pixels ...wn our input's resolution, this way we will have less data to anal ...-category "Common" select your OUPUT RESOLUTION to be Eighth. ...
Using a Monochrome 1.3" 128x64 OLED display
...with I2C communication. It can support SPI communication as well. ...or I2C to work! Wiring Wiring up the sensor is simple: VIN to 5 ...00, 0x00, 0x00 } }; void setup() { Serial.begin(9600); // ...mage into bitmap code image2cpp was created by GitHub user javl an...
Combining codes & circuits
...ept one code at one time. If we want it to do multiple things at t ...rary HCSR04. Only one void setup() and void loop(), that means w ...ve to copy everything from 1 setup to another setup, from 1 loop to another loop. ...void setup () { Serial.begin(9600); /...
Installing the software
...nd machine name, this will come up in a window on Touchdesigner wh ... Touchdesigner... Make sure to update your system, Touchdesigner ...is constantly being updated and might require the late ...your system. Download the software Download the right release ...
Object in the space AR
...window. You can select from the drop down the device that you will b ...terials box: You can also duplicate the object in the scene b ...y going to Edit > Duplicate and dragging it somewhere ... sure you select the object you want to edit:
Intro to Touchdesigner
About the software Touchdesigner is a programmi ...ng software popular amongst all kinds of ...the Creative Technology Lab we support students in developing inte ...uchdesigner is a node-based software, a type of visual programming ...your keyboard. Operators are grouped into families, each marked wi...
Using an PN532 RFID reader
... ✔ PN522 Supported Protocols NFC, RFID ...2_IRQ 2 #define INTERRUPT 1 #define POLLING ... //change to your data void setup() { Serial.begin(115200); S ...al.println(); Serial.println("Waiting for a card......"); } void...