Advanced Search
Search Results
161 total results found
Unity for Beginners Workshop
...d to complete a few tasks: Task 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...s). Task 1 - Installing Unity The followin ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide...
How to connect a Push Button with Digital Input Pull-Up resistor
... the pin is not actively connected to anything (i.e. it’s “floating”). We have another tutorial showing how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...W when pressed (to GND) delay(100); }
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...ed tutorial for imaging the Pi. 1. Using Raspberry Pi Imager Ra ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other wa...
Using NEMA17 Stepper motor with Big Easy Driver
What is NEMA17 Stepper motor? A NEMA 17 stepper motor is a compact, pr ...C machines, and robotics. “NEMA 17” refers to its 1.7 × 1.7 inch mounting face size, whil ...ontrol stepper motors like NEMA 17 with microcontrollers such as ...rial, we are using a 4-wire NEMA17 motor with no polarity on the ...
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...
How to use DFPlayer mini to play MP3
... VCC to 5V (Power) RX to D2 via 1K resistor TX to D3 SPK_1 to Speaker(+) red wire GND to G ...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 ...y(1) function will play the first m...
How to make Animation on NeoMatrix
... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or below of Adafruit Neopix ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... a USB power supply (500mA) for 12x12 pixels. #define BRIGHTNESS ...
Steam VR setup Tutorial #3 - Interactable object setup
...ugin. Steam VR setup tutorial# 1 Setting up teleporting fea ...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...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ... Resolution 12MP (4608 × 2592) ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...-pin), Pi5 will need a 22pin to 15pin ribbon cable Power supply ...
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 relay module as an e ... has different models providing 1/2/4/6/8 channel(s). An 8-channe ...utorial, I will be only using a 1 channel relay to control one wa...
How to control Arduino without using delay()
...nds) specified as a parameter. (1000 milliseconds = 1 second.) delay() is very common ...e same result of blinking every 1 second. // constants won't chan ...0; // will store last time LED was updated // constants won't ch ...ange: const long interval = 1000; // interval at which to bl...
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...
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! ... Step 1: Signing up for GitHub Go to h ...hrough these. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ...ed tutorial for imaging the Pi. 1. Download the Video Looper Imag ...compressed 4K video format on a 1080p HD display. 4. Plug and Pla ... will be played in alphabetical order by filename and will loop back ...
How to control Arduino without using delay()
...e the FireTimer with a delay of 1000 milliseconds ledTimer.begi ...n(1000); } void loop() { // Chec ...the code to keep the LED on for 1 second and off for 2 seconds us ...eTimer with an initial delay of 1 second (LED ON duration) ledT ...imer.begin(1000); } void loop() { // Chec...
How to use a EMG Muscle Sensor
...connection begin Serial.begin(115200); pinMode(13, OUTPUT); } void loop() { ... if(timer < 0) { timer += 1000000 / SAMPLE_RATE; i ...G_THRESHOLD) { digitalWrite(13, HIGH); } else { digit ...alWrite(13, LOW); } Serial.print...
What are GPIO pins on Raspberry Pi?
...le, the board pin 8 and BCM pin 14 are referring the same pin. Nu ...nguages and libraries you use. 1. BCM numbering BCM numbering ma ...d on the Raspberry Pi, like GPIO14. It is used in most programmin ...from the top left corner as Pin 1, left to right then next line, ...
Using MatrixPortal M4 for animation
... are using CircuitPython 9.0.5 (11/10/2024), all libraries and code ... bitmap spitesheet. If you just want to test the code, you can dow ...bmp and skip this part for now. 1. Piskel Piskel is a free online ...to 64 x 32 px Draw whatever you want Add new frame and draw until...