Advanced Search
Search Results
165 total results found
Using L293D IC for motors
What is L293D? The L293D is a 16-pin Motor Driver IC which can c ...aneously in any direction. The L293D is designed to provide bidir ...ctional drive currents of up to 600 mA (per channel) at voltages ...from 4.5 V to 36 V. It can be extremely hot. Whe...
Adding content - 3D model from the internet
...ies where you can download pre-existing 3d models for use within ...tc. Paying for models is very expensive and we strongly recommen ...? Depending on the model you want you might need to look for it ... vegetation, or characters for example. A list of libraries and ...
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 a ...n external resistor—the internal pul ...ring one pin to GND one pin to 2 Getting started void setup() ... { pinMode(2, INPUT_PULLUP); // Internal pul...
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 ...deo. For example, if you have a generative ...s folder is downloaded you can extract it to either your desktop ...nd stop buttons. Click this to expand the menu which shows all yo...
What are GPIO pins on Raspberry Pi?
... Board and Boardcom (BCM). For example, the board pin 8 and BCM p ...ges such as Python and Scratch. 2. Board numbering Board numberin ... as Pin 1, left to right then next line, and the bottom right wil ...unique functions, such as GPIO 02 and GPIO 03 are also the pins o...
Unity for Beginners Workshop
...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 ...all Unity Installing Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...l OS, you can install it on an existing Raspbian, or start with t ...ie image and add additional software later. It's up to you. We are ...is now an emulator ready to go! 2. Controller Configuration Retro ...is not supported at the moment(02/2024). You will see the Welcome...
Mobile VR -Setting Up Unity
...y Download and install Unity 2019.2.0f1. Previous versions might a ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read the following ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com...
Variables
...d running it: print(1 + 1) As expected, Python tells us that 1 + ... 1 gives a result of 2. However, you may want to use a certain value more t ...tion. Imagine them as labeled boxes where you can store different ...o integers like we did before, except this time we are able to st...
Using Arduino Leonardo to send USB MIDI data
... applications like MadMapper, Max and Ableton Live. In order to u ...ion of the basic MIDIUSB write example, by wrapping the noteOn an ... void setup() { Serial.begin(115200); } void loop() { Serial.p ...ding note on"); noteOn(0, 48, 64); // Channel 0, middle C, no...
How to Configure a Raspberry Pi for the first time
...es right, you should see this. 2. Locale You need to set your c ... Brower Google Chrome and Firefox are both preinstalled, you just ...other run from the start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to...
Using MatrixPortal M4 for animation
How to use MatrixPortal M4 for animation We have ...utorial for setting up the MatrixPortal board and covering the ba ...ng an animation to display on a 64x32 matrix. CircuitPython and libraries v ... bitmap spitesheet. If you just want to test the code, you can dow...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ...berry Pi OS, a Debian-based Linux distribution for download. It p ... a power supply for the screen. 2. HDMI cable Different models ha ...r Pi. Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x...
An Introduction to 2D in Unity 5
...rief introduction to starting a 2D project in Unity. Creating a p ...ources The difference between 2D & 3D in Unity Overview, ...terminology and gameplay in 2D Tutorial Create a New Proj ... and a location, and select the 2D option Your screen should ...
How to control Arduino without using delay()
...illiseconds) specified as a parameter. (1000 milliseconds = 1 second. ...ng started There is a built-in example called BlinkWithoutDelay w ...he actuator to action. In this example, you can see the value of ...0; // will store last time LED was updated // constants won't ch...
How to use DFPlayer mini to play MP3
... Arduino UNO or any other with RX/TX capabilities. Know More Wiring ...ng up the sensor is quite complex, the pins are not labelled so y ...Mini Wiring VCC to 5V (Power) RX to D2 via 1K resistor TX to D3 SPK_1 to Speaker(+) red w ...ention! If you are using Mac OS X to copy the mp3, the file syste...
How to use DFPlayer mini to play MP3 without Arduino
... Arduino UNO or any other with RX/TX capabilities. Know More Thi ...ention! If you are using Mac OS X to copy the mp3, the file syste ...iles like: "._0001.mp3" for index, which this module will handle ...al all hidden files Select all .XXXXXX files and directories and de...
Steam VR setup Tutorial #3 - Interactable object setup
...IVE controllers (Using Steam VR 2.2 plugin). Please notice that th ...ts to more functional and complex projects. In previous pages, we ... already explored how to set up the scene y ...ou are expected to use for this tutorial. ...to learn how to create two "throwable" objects but first, we are g...