Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

134 total results found

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...ie image and add additional software later. It's up to you. We are ...t supported at the moment(02/2024). You will see the Welcome page ...ccordingly, one by one. If you want to skip any button configurat ...see more ROM file formats here. 4. Transferring Roms Transferring...

Variables

Python for Beginners

... result of 2. However, you may want to use a certain value more t ... You'll see that print on line 4 now has a squiggly line beneath ...e cursor over the print on line 4 gives us the following message: ...e solutions. Where we assign 1234 to a variable called print, it ...

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

...e using Adafruit SSD1306 128 x 64 OLED with I2C communication. It ...A pin CLK to SCL pin RST to Pin 4 Library To use this code you w ...n pixels #define SCREEN_HEIGHT 64 // OLED display height, in pixe .... // On an arduino UNO: A4(SDA), A5(SCL) // On an arduino ...

Steam VR setup Tutorial #3 - Interactable object setup

VR tutorials - Unity HTC VIVE Tutorials

...d a blue material to a plane in order to make it easier for us to see ...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...ferent when using different hardware. Step 1 Set up your 360 ca ...erate. Try to record in atleast 4K 30FPS but always choose higher if possible. Pr ...ectly and everything is in good order. If your content plays in a "f ...o, instead of "fisheye". Step 4 (optional) Depending on the cam...

How to use DFPlayer mini to play MP3

Physical Computing Tutorials

...ND (Ground) File handling The order you copy the mp3 onto the micro ... SD card will affect the order mp3 played, which means the pla ...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...mple code from the Library HCSR04. Only one void setup() and vo ...s the distance value, and if we want to use the data, we will need ...if statement is the most common way to make a simple interaction b...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

... involving Arduino. If you only want a simple read and write funct ...ruit_PN532.h> #define SDA_PIN A4 #define SCL_PIN A5 Adafruit_PN ...ube.com"; // Keep short due to 144 byte limit & omit the "https:// ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata)...

Arrays

Programming Tips and Tricks

...tion : The What and the Why In order to understand why So far we've ...ction setup() { createCanvas(400, 400); } function draw() { ... p5 Editor Now what if we wanted to have a lot of circles, l ... x3 = 100; var y3 = 100; var x4 = 100; var y4 = 100; And yo...

Making a website for your HTML, JS, CSS or p5.js files

Creative Coding Tutorials

...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 Raspberry Pi Camera Module 3

Raspberry Pi Tutorials

...ra Module 3? This tutorial will walk you through setting up and us ..., but other Pi like Pi 3 and Pi 4 will work as well. Camera Modu ... Resolution 12MP (4608 × 2592) Auto ...later Requirements Hardware Raspberry Pi (Pi 3 or later)...

AR with Unity - Step #2 - Unity project setup

Unity AR Image target AR tutorial

...loping environment setup. In order to continue with this project y ...o be displayed on top of. In order to set up your Unity project yo ...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...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

... programming knowledge or don't want to do a lot of coding. One of ... the right side of the window. 4. Choose Folder & Printer 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...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...nd search for our material. 4) Modifying Materials You might ...hese values to get the size you want on your project. After chang...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...f the specifications of the hardware involved. You might need to t...

Week 4 - Other inputs and APIs

Creative Coding Workshop: Introduction to Creative Coding

...is/horses?id=IS1987187700 http://apis.is/ship?search=engey MusicBrainz:http://musicbrainz.org/ws/2/artist/5b11f4ce-a62d-471e-81fc-a69a8278c7da?inc=aliase ...est/v1/feed?start_date=2016-12-24&end_date=2016-12-25&api_key=YOUR_API_KEY_HERE

(MAC) How to use Phomemo Thermal Printer M834

Physical Computing Tutorials

...t is Phomemo Thermal Printer M834? Phomemo M834 thermal portable printer that c ...0mm/110mm/80mm/53mm (US Letter/A4/4.33"/3.144.33"/3.14"/2.4"/2.08") of thermal papers. 1. I ...paper that is not the standard A4 or US Letter size, then you wil ...instead, it is essential if you want to do auto-printing in the ne...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...