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

147 total results found

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...olling devices like motors, solenoids, LED strips and electromagne ...ages and currents than the Arduino can handle alone. Typically you ... volt power supply to your Arduino is a easily made mistake that w ...ill damage the Arduino and potentially your computer. ...

Command Line Tools & Utilities

Creative Coding Tutorials

...OSS) available online that does not need or use a Graphical User Interface (GUI). Often this software works more efficiently with the operating system or directly with the hardware and therefore can perform tasks such as image, video or sound manipulation ...

Using a Vibration Motor

Physical Computing Tutorials

...uires more currnet than an Arduino pin can provide, so a transisto ...en and close. To make sure that not too much current flow from the ...UT, they may have a different pinout with 2N2222. Check the pinout of your transistor and make sure the pins go as t...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

...and manufactured by Microchip. Know More Set the Arduino Uno Into ISP Mode So that the Arduino can act as a device to upload c ...Ttiny85. File - Examples - Arduino ISP - ArduinoISP Add this line #define USE_O ...p() UPLOAD! Wiring The pins are not labelled so you will have to r...

How to create 360 Video for the Igloo system

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

...our camera has an SD card with enough storage for your whole recor ...g with any 360° camera, it will not describe the steps to take in this software. Please consult a technician or online documentation for assistance. Step 5 After processing, or if your ...

Audio in Touchdesigner & Receiving data from Arduino

Touchdesigner Interactive Media

...ounds, Receiving data from Arduino In the first two sessions we h ...cting a Force sensor to an Arduino and use the sensor to generate ...ial DAT operator to access Arduino's port and translate these numb ....   While Touchdesigner might not have been initially designed w...

Powering an Arduino

Physical Computing Tutorials

How to power an Arduino Here is some resources about po ...wering Arduino or other electronic projects: G ...eneral How to power an Arduino: More information here. How to ...usage. How to power your Arduino with battery How to choose yo ...ur battery Indepth Arduino powering guide Why 9V batteri...

(MAC) How to use Phomemo Thermal Printer M834

Physical Computing Tutorials

...are using thermal paper that is not the standard A4 or US Letter size, then you will need to create a custom paper size for your thermal paper. Open any files or images, eg. Preview, the click File -> Print Click the drop down menu of Paper Size Click M...

How to set the sound output in Raspberry Pi

Raspberry Pi Tutorials

...st volume Click Close You may not see the exact thing on your pi based on the operating system you used. Method 2: Terminal Command For example, setting HDMI as default audio output: amixer cset numid=3 2 The 2 at the end indicates HDMI. 0 = Auto 1 = A...

Building for Android Touchscreen Display with Phone OS

Building Apps (Staff)

... a USB-C connector. Adapters do not work. Copy apk, obb, install, uninstall files to thumb drive and plug into display. Open File Manager on display through settings and open the apk from USB. If this is the first time, it will install the app, if it is th...

How to use a Servo Motor

Physical Computing Tutorials

...e this method is possible, it’s not the most reliable—especially w ... to 5V - to GND i2C to Arduino on the Right: GND to GND 5V to 5V SCL to SCL SDA to SDA Servo to PWM Out: Plug in the servo, where the black wire goes to the GND Library Grov...

How to use a Rotary Encoder Button

Physical Computing Tutorials

...sh button — to detect when the knob is pressed down. This componen ... void loop() { // if you're not using interrupts, you need this in the loop: encoder.tick(); // read encoder position: int position = encoder.getPosition(); // read the pus...

AR with Unity - Step #4 - Building and testing your app

Unity AR Image target AR tutorial

Please notice that this is part of a series of tutorials progressing from basic concepts to more functional and complex projects. Aims This tutorial aims to help you set up an AR Unity project using the Vuforia plug-in. In this step, we are going to review a...

Object in the space AR

Spark AR other Content and Tutorials

...World Object) You should now see in your Spark AR project window something like this: There is a preview of what your project will look like on a mobile device in the project window. You can select from the drop down the device that you will be...

Introduction to Spark AR

Spark AR Installation and Setup

...d Reality (AR) is a type of technology that adds layers of digital ...are a number of tools developed now for making AR based experiences; for example, Vuforia, Unity, A-frame, including Apple’s own ARKit. For the following tutorial pages we will be using ...

What is the MetaHuman Creator?

Metahuman Creator

... Engine's advanced graphics technology, users can create character .... This means virtual humans can now look more lifelike and realistic than ever. Endless Customization: One of the coolest things about the Metahuman Creator is how customizable it is. U...

What is a Raspberry Pi Pico?

Raspberry Pi

...spberry Pi Foundation. It was announced in January 2021 and repres ...the Raspberry Pi Foundation is known for, such as the Raspberry Pi ...typing. It is closer to an Arduino than a Raspberry Pi. The Pico i ...ther programming languages. To know more about Pico. At the moment...

How to do Basic Commands in Terminal

Raspberry Pi Tutorials

... folder nano script.py Edit a Python ... sudo shutdown now Shutdown the Raspberry Pi immediately sudo reboot Reboot the Raspberry Pi clear Cl...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

...ay is also compatible with Arduino, C and Jetson Nano. For more information or tutori ... cd e-Paper/RaspberryPi_JetsonNano/python/examples/ Run the Pytho ..._V2_test.py The display should now be blinking and have some demo ...1, y1, x2, y2), outline=0, fill=None) # draw.arc((x1, y1, x2, y2),...

How to use a Neopixel strip

Physical Computing Tutorials

...fore uploading the code to Arduino, one change has to be made. You ...Pixels are attached to the Arduino? #define LED_COUNT 60 You have ...pixels are attached to the Arduino. For example, if you are using ...Pixels are attached to the Arduino? #define LED_COUNT 8 You shoul...