Advanced Search
Search Results
141 total results found
Arduino Nano 33 Sense Rev2
...d sensor-rich development board designed for machine learning, audio p ...v1 to Rev2 Sensor Type Rev1 Library Rev2 Library IMU (9-axis) LSM9DS1 Arduino_BMI270_BMM150 Temperature & Humidi...
(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 ...he graphics every 1 minute in a designated folder and the Automator wi...
"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 export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...ample, if you have a generative design that evolves over time, or an a ...re beginning to capture. If you wanted to delay the recording by a certain amount of frames you can change the b...
Intro
...y used in advertising and stage design, but also by artists who wish t ...atic objects. This technique was first used for Disney’s Haunte ... a video of five singing ghosts was projected onto physical busts, ...and immersive projections. Software A variety of projectio...
How to install libraries
...re collections of code that are designed to provide additional, reusab ...brary There are three different ways to install libraries; we'll s ...es are currently available this way, as this feature is relatively new. You will often have to manually download...
How to use 7-Segment LED Backpack
... version of the LED backpack is designed for these big bright 7-segmen ... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } Getting started This is modified from Adafruit ...
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: ...
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...
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 ...
How to power the Raspberry Pi Pico
...e Raspberry Pi Pico The easiest way to power a Pico is through the ...If you are going for a wireless design, you can use batteries as well. ...n other words, it acts as a one-way valve for electric current. We ...e time and there is a risk of unwanted power flow between the two ...
Introduction to the PyCharm IDE
... project name, and this is something we wish to keep as it makes things less confusing. The setup page also asks if you want to create a main.py welcome s ...out errors. Our main.py code is designed to display "Hi, PyCharm," and it has executed correctly.