Advanced Search
Search Results
113 total results found
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent ...monitored area. Experiment with Level TOP and Blur TOP to achieve a p...
Radio Communication: How to use RFM69HCW Radio Data Module
... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait for a reply uint8_t buf[RH_ ... len = sizeof(buf); if (rf69.waitAvailableTimeout(500)) { /...
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ... and single (=) equals signs Always be sure to use the double equ ...he ball when it bounces off the wall Move up and down instead of ...
Variables
... result of 2. However, you may want to use a certain value more t ... action, we'll keep things this way for now in order to better und ...he second path is the file that was run with this version of Pytho ...second line in our code. Python was able to get to this point in t...
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 ...lotter The serial plotter is a way to visually graph the data bei ...ng received, a common way to transmit multiple values is...
Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33
...nd more. TensorFlow offers high-level APIs for building and training ...models, as well as lower-level operations for fine-grained con ...o Mistry and Pajak's tutorial. Warning Versions of everything are ... board! Set up Arduino IDE Software: Arduino IDE 1.8.19 [14/5/202...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...
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! ...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 ...uld see the below page. What we want to do is click the link that ...
How to use a relay module
... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V rela ... 1 channel relay to control one water pump. Labels on a Relay Modu ...- pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ba...
How to send data to p5.js from Arduino
...ble: function openPort() { // wait for the serial.open promise t ... = trim(inData); vals = int(splitTokens(inData, ",")); if(vals.length >= 1){ value1 = vals[0]; console.log(value1); } } } // try to connect if a new seria...
How to send data to Processing from Arduino
...arameters //map(theVariableYouWantToMap, min.ValueOfRawData, max ...d max. value is 1023. //and I want to map the background colour ...trim(val); int[] vals = int(splitTokens(val, ",")); if(vals.length >= datanum){ value1 = vals[0]...
Mobile VR - Getting Started Guide
...vice. click here to visit Software There are many different t ...s a list of useful links if you want to start exploring it. A-FRA ... you to take things to the next level.It is also worth mentioning that we do have lots of experience supporting stud...
How to use Grove Serial Bluetooth v3.0
...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...
Hello World
...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 waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...
Using an PN532 RFID reader
...al.println(); Serial.println("Waiting for a card......"); } void ...al.println(); Serial.println("Waiting for a card......"); } v ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ....SAMConfig(); Serial.println("Waiting for an NFC card..."); } v...
Arrays
... 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 ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...
Projection Mapping in MadMapper
...s://madmapper.com/madmapper/software. Software Setup Before launching MadM ...rming MadMapper’s interface is split into two key areas: Left side: Edit content—resize, crop, rotate, etc. Right side: Map the content—adjust corners, apply masks,...
What is the MetaHuman Creator?
...as to life, regardless of their level of expertise. Future Possibilities: The Metahuman Creator has implications beyond gaming. Its realistic virtual humans can be used in film, television, virtual reality, and augmented reality. This means it opens up new...
How to build to a Meta Quest 2
...res, reduce draw calls, and use level streaming to manage resources efficiently. Submit to Oculus Store (Optional): If you plan to distribute your app through the Oculus Store, you need to follow the Oculus submission guidelines and perform necessa...
Controlling an actuator with a N-channel Mosfet
...s an amplifier (controlling the level of current flow). Types There are two main types of MOSFETs, we will be using a N-channel Mosfet in this tutorial.e N-channel MOSFETs: These conduct when a positive voltage is applied to the Gate relative to the Sourc...