Advanced Search
Search Results
159 total results found
How to use a Rotary Encoder Button
...segment has a clicky feeling to it, and each movement clockwise or ...nter-clockwise causes the two switches to open and close. Wiring ...pin2); // encoder previous position: int oldPosition = 0; const int buttonPin = ... { Serial.begin(9600); // Initialize encoder encoder.begin()...
How to use DFPlayer Pro to play Music
...simple but powerful MP3 Player. It supports four controlling modes ...he on-board button to play or switch music without using a controller. By usin ... files into this module, or use it as a sound card for your PC or ...DFPlayer Pro Upgrade Benefit Audio Out...
How to make the Raspberry Pi display a web page fullscreen at power on
...e able to setup a Raspberry Pi with GUI mode and auto login enable ... full screen automatically when it turns on. Copy full-screen.sh ... --noerrdialogs --kiosk https://google.co.uk --incognito Create a folder called autorun inside the .config folde...
How do I complete ladder training?
Before anyone can use a step ladder at LCC you must complete the ladder training module on Moodle. It comprises of a PDF guide and a quiz, after which you should email a screenshot of completion to creativetechnologylab@arts.ac.uk.
Object in the space AR
...f different templates to start with, for the purposes of this brie ... From here you can start to edit your object, for example proper ...ject in the scene by going to Edit > Duplicate and dragging it somewhere else on the scene: ... You can also edit the object size, and rotation i...
Testing/publishing your project - Android devices
... fairly simple, once you plug your phone onto your computer, you should be able to find your device listed under the "test on device" option. You just need to press the "Send" button. You should be able to test your project as soon it is done uploading.
Testing/publishing your project - IOS devices
... fairly simple, once you plug your phone onto your computer, you should be able to find your device listed under the "test on device" option. You just need to press the "Send" button. You should be able to test your project as soon it is done uploading.
Arrays
...nsole.log(myVariable); p5 Edditor And we know that we can use ...llipse(x, y, 20,20); } p5 Editor Now what if we wanted to h ... of doing something like this, with seperate variables for every e ...them all left) we would end up with lots and lots of lines of real...
Installing Unity
...oing to guide you through the Unity installation process, please m ...ownloading and installing the Unity Hub 2-Creating an account 3-In ...stalling Unity 4-Activating a free personal l ...ownloading and installing the Unity Hub. Before clicking on the li...
How to install libraries
...that are designed to provide additional, reusable functionality or to simplify using external ...ules. Libraries typically come with examples of how to use them. T ... documentation and explains how it possibly relates to what you ar ...ometimes be installed directly without restarting the Arduino IDE....
Useful learning resources
Books Getting Started With Arduino 3rd Edition by Massimo Banzi and Michael ...l guide to the getting started with the Arduino platform. Explains ... what you might use it for, the principles behind the ...Electronics for Inventors 3rd Edition by Paul Scherz and Simon Mon...
3D Scanning a face for MetaHuman
... MetaHuman for you to use in digital content. This guide assumes y ...eatures of the scan to a new digital subject. 1. Using the Reality Scan app. Download the Reality scan app on your phone. After ...g in natural, neutral lighting with no harsh shadows or highlights...
Switch Operator
...g an area that's being tracked with a webcam, etc,. In this b ... tutorial we will look at the Switch TOP, a very useful operator f ...or interactive projects. It is easy to use: Link two MovieD ...eviceIn TOPs to a Switch TOP and end your network with...
Using the MAX9814 mic amplifier
This Adafruit MAX9814 microphone amplifier al ...fine a variable MicVolume and initialize it to 0 void setup() { Ser ...ial.begin(115200); // Initialize serial communication } ...} You can check that your circuit is working by looking at the Se...
Controlling an actuator with TinkerKit Mosfet
What is the TinkerKit Mosfet? The TinkerKit Mosfet is a simple module for c ...ind an example of a mosfet circuit online when trying to solve thi ...blem, however high current circuits can melt breadboards, and acci ...you've got your power in, and switched power out. In effect Tinker...
How to control Arduino without using delay()
... about delay() and how to code without using it. Here we will try to simplify t ...emonstrates controlling timing without using delay(). #include "Fi ...edTimer; void setup() { // Initialize digital pin LED_BUILTIN as an output ...e(LED_BUILTIN, OUTPUT); // Initialize the FireTimer with a dela...
Physical Computing Components List
...mponents you would like to use with the technicians. We will assis ...t you with checking out and collecting th ... component numbers to help expedite the checkout process. Please ...ponents are subject to availability. Additionally, ensure that you...
Using a HC-SR04 distance sensor
...s a ultrasonic distance sensor, it uses ultrasound to send out a p ... Ground (GND to GND) Echo to digital pin 12 Trigger to digital pin 13 Getting started To u ...30cm. #include <HCSR04.h> // Initialize sensor that uses digital pins 13 and 12. UltraSonicDis...
Understanding Arduino software
...e software Go the the official site and dowaload the 1.8.XX versio ...r the time being, please stick with the older version. 2. Select ...DE which model we are using, so it can configure accordingly. Tools -> Board -> Arduino Leonardo 3. Select Serial P...
How to set the sound output in Raspberry Pi
...if you see multiple) Press Enter, then Finish Test the Audio You can test it with: speaker-test -t sine -f 440 -c 2 Or play a WAV sound file: aplay /home/pi/Music/youOwnSoundFile.wav Or play a MP3 sound file: cvlc /home/pi/Music/youOwnSoundFile.mp3