Advanced Search
Search Results
130 total results found
How to get started with Textures and Materials in Spark AR
...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...
How to make Animation on NeoMatrix
... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... // useful to debug some screen types and alignment. Serial.print...
Using a Joy-IT TFT LCD Display
...Display? A TFT LCD display is a type of screen that uses Thin-Film T ... one of the most common display types found in devices like smartpho ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 # ...ft.print(p, 6); tft.println(" Want pi?"); tft.println(" "); ...
3D Geometry and Parametric Design
...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...
"Hello, World!" in Node.js
...erminal or Command Prompt) And type the following: $ node -v Do ...not type the `$`. This just tells you th ...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple ...
Combining codes & circuits
...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ... to retype this long string of text multip ...if statement is the most common way to make a simple interaction b...
UE Foliage
...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia ... As you can see, I have added 4 types of trees to my selection and t .... However, if you feel like you want to add more assets to fill ou...
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 control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...or Command Prompt (Windows) and type in ipconfig getifaddr en1 Get ...ssid, password) html = """<!DOCTYPE html> <html> <head> <title> ...p> </body> </html> """ max_wait = 10 while max_wait > 0: ...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ...: narrow. Overall varies by LCD type. Response ... Smartphones, premium TVs, smartwatches, VR headsets, foldable dev ...image buffer on the display hardware. // Since the buffer is int...
AR with Unity - Step #2 - Unity project setup
...use Vuforia to create different types of Augmented Reality projects, ...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...time, Unity will ask you if you want to include a default database...
How to make Animation on NeoMatrix with Processing
...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ... The Arrangement There are two types, Progressive and Zigzag. Progressive: Adafruit's pre-built matrix is using thi...
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...
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 ...
Using L293D IC for motors
...nnel) at voltages from 4.5 V to 36 V. It can be extremely hot. Whe ...and has custom functions for forward(), backward(), stop(), turnRight() and ...; */ } void loop(){ forward(); delay(5000); backward(); delay(5000); stop()...
How to use a EMG Muscle Sensor
... x = output - 0.05159732*z1 - 0.36347401*z2; output = 0.01856301*x + 0.03712602*z1 + 0.01856301*z2; z2 = z1; z1 = x; } { static float z1, z2; // filter section state float x = output - -0.53945795*z1 - 0.39764934*z2; output = 1....