Advanced Search
Search Results
129 total results found
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ...ost videos encoded with the H.264 video codec and in a video form ...nsion like .avi, .mov, .mkv, .mp4, or .m4v. Try to minimize the size of y ...u shouldn't use an uncompressed 4K video format on a 1080p HD dis...
Variables
... 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 ...
Combining codes & circuits
...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
... 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)...
Touch sensor - Using an MPR121
...ouch the the technology used on modern touch sensitive devices such as ...5B, 0x5C or 0x5D allowing up to 48 electrodes (12 x 4). Library Adafruit, Sparkfun, ... libraries folder Now the software Arduino IDE is ready, you wil ...SCL or A5 on UNO SDA -> SDA or A4 on UNO Older Arduino boardsSom...
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 Raspberry Pi Camera Module 3
...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)...
(MAC) Automatic printing with Automator
... 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
...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...
Week 4 - Other inputs and APIs
...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
How to create 360 Video for the Igloo system
...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 ...o, instead of "fisheye". Step 4 (optional) Depending on the cam ... footage into a proprietary software for processing. In this case...
Adding content - 3D model from the internet
...? 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...
(MAC) How to use Phomemo Thermal Printer M834
...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
... 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...
How to Configure a Raspberry Pi for the first time
...i ] ; password: [ raspberry ]. 4. Wifi You can log in to the WIF ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to ... - Preference - Recommended Software, explore the list and downloa...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ... Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x2 3. ...ongle type of mouse & keyboard. 4. Power Supply Different models ...V, 2.5A; Micro USB Raspberry Pi 4: 5V, 3A; USB-C Raspberry Pi 5: ...
Using NEMA17 Stepper motor with Big Easy Driver
...otor driver board based on the A4988 chip, used to control steppe ...n this tutorial, we are using a 4-wire NEMA17 motor with no polar ...asy Driver D2 → STEP D3 → DIR D4 → MS1 D5 → MS2 D6 → MS3 D7 → EN ... This example code demonstrates 4 modes: forward, reverse, 1/16th...
Arrays
...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 you'd be right! T ...vidually. Going further, say we wanted to manipulate all of our ci...