Advanced Search
Search Results
154 total results found
Raspberry Pi Image: Video Looper
...u need is a Raspberry Pi, an SD card, a screen and a USB stick. We ...load the Video Looper Image You can download the Video Looper imag ...Pi Model Storage select the SD card Operation System - select ... video player, omxplayer, which can play most videos encoded with ...
Audio in Touchdesigner & Receiving data from Arduino
...t up a network to extract numerical data from an audio sample. The ... used to animate a graphic, you can quickly test this set up out b ...s the basis of extracting numerical values from a audio file, you can further explore the Audio Spec ...easy input to detect voices but can also act as a sensor to detect...
Using a Monochrome 1.3" 128x64 OLED display
...6 128 x 64 OLED with I2C communication. It can support SPI communication as well. Display Configurat ...egin(9600); // SSD1306_SWITCHCAPVCC = generate display voltage ...if(!display.begin(SSD1306_SWITCHCAPVCC, SCREEN_ADDRESS)) { Ser ...ial.println(F("SSD1306 allocation failed")); for(;;); // ...
How to use a rotary encoder
...ary encoder is an electromechanical device that converts the angul ...of a rotating shaft into electrical signals. These signals can be processed to determine rota ...of A or B changes), the Arduino can keep track of how far and in w .... By counting these pulses, you can determine the angle or the dis...
DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2
...HX711 Weight Sensor This sensor can measure weight up to 1kg, and ...and Raspberry Pi via I2C communication. You will need to install ...Synthesis Module V2 This module can turn text into speech. It supp ...and uses I2C or UART for communication. If you are using the V2 v...
Using a Force Sensor
... on how much it has pressed. It can sense even the slightest touch ..., therefore you can use it as a touch sensor as we ...The difference between this and Capacitive Sensor is that the obje ...ides accurate readings for physical pressure but it cannot be used...
How to send files to Raspberry Pi using SSH
...lly over the internet or your local network. Think of it as openin ...top or another device. What You Can Do with SSH: Run terminal com ...to the boot partition of the SD card When the Pi boots, SSH will b ...r → Raspberry Pi scp /path/to/local/file pi@<raspberry_pi_ip>:/hom...
How to build to a Meta Quest 2
...n your development machine. You can download these tools through A ...development machine using a USB cable. In the Oculus Development H ...Oculus ADB Drivers. The drivers can be installed through the Oculu ...PK is built, it will be automatically installed on your connected ...
Systems in art & design
...ip between you and the piece of canvas, you and the eraser, you an ...an the relationship of sizes. I can go on all day. Paul Rand Ba ...rt. Sol LeWitt John Cage - Music of Changes and Chance ... Kerry Strand - California Computer Products Inc ...
Steam VR setup Tutorial #3 - Interactable object setup
...arted creating objects that you can interact with using your HTC V ...ane. Now let's change the scale and the position to make it l ... by default, your cube has the scale set to "1" and both Position ...n" value up to 0.75 and the "Y scale" value to 1.5. It is also imp...
Connecting a Potentiometer
...#1 and #3, the middle pin #2 is called the wiper, and by actuating ... the pot you can select a position along that r ...damentally the same, however it can be tricky identifying pins #1, ...sistance/ohms/Ω measurement you can find the two pins that don't c...
AR with Unity - Step #4 - Building and testing your app
...ure we disable the default main camera as there cancan't be two cameras in your project, to do so, ... and untick the box next to the camera name field in the inspector. To build your app first open the file menu and select Build settings, please make su...
Object in the space AR
...vice in the project window. You can select from the drop down the ...perience on: From here you can start to edit your object, for ... in the materials box: You can also duplicate the object in the scene by go ...ing to Edit > Duplicate and dragging it somewhere els...
Mobile VR - Getting Started Guide
...need a mobile phone and in some cases, an affordable Mobile headse ...st of online resources that you can test for inspiration, we hope ...s a very cool website where you can experience different types of ...re are many different tools you can use to create VR content, some...
Arrays
...why So far we've learnt that we can use variables to name data in ...p5 Edditor And we know that we can use these variable in our sket ... function setup() { createCanvas(400, 400); } function d ... this data at once? Well... WE CAN! This is what arrays are perfe...
How to use a Neopixel strip
...essable LEDs, meaning that they can be programmed individually. Wi ...ibrary created by Adafruit, you can easily program the Neopixel st ...ferent sizes and shapes and you can shorten or lengthen them flexi ...e the library is installed, you can use the example code for a tes...
How to use a relay module
...tch that opens or closes electrical circuits when activated by a s ...rrent) than the microcontroller can give. Arduino can only give max. 5V and 40 mA. I ...ay module as an example, but it can be applied to a lot of other t ...8-channel relay module means it can control 8 devices. In this tut...
Other resources
...ourse: https://learn.derivative.ca/courses/100-fundamentals/ Ele ... a detailed prompt. These tools can help you move faster in your j ...evelopers when appropriate, you can read more about best practice to co-create with AI here: https://nadiapiet.notio...
How to use Waveshare E-Paper Display with Raspberry Pi
...low-power, high-visibility applications. These displays mimic the ...u may need to insert the ribbon cable (the golden one) from the di ...(green arrow) Insert the golden cable (red arrow, pay attention to ...) where the example codes are located cd e-Paper/RaspberryPi_Jetso...
How to control Arduino without using delay()
...ted There is a built-in example called BlinkWithoutDelay which dem ...to action. In this example, you can see the value of the variable ...tuators and Multiple Timers You can set up multiple timers for multiple actuators, like giving each person a watch a...