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

13 total results found

How to use a Servo Motor

Physical Computing Tutorials

...del planes Using a PWM Driver You may come across many online ...o motors directly without a PWM driver. While this method is possible, ...the Seeed Studio 16-channel PWM driver for more stable and scalable co ... can also use other similar PWM driver boards depending on your needs....

(MAC) How to use Phomemo Thermal Printer M834

Physical Computing Tutorials

...rmal papers. 1. Install Printer Driver Please visit the official site ...to download the driver and install the driver according to the guide. 2. Create Custom paper size If you are using thermal paper that is not the standard A4 or US Letter size, then y...

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

...le "Package For Oculus Mobile Devices." Enter your Oculus app ID ob ...you should see your connected device under "My Devicesvices." Follow the prompts to autho ...rize the device for development. Instal ...l Oculus Quest 2 ADB Drivers (if needed): If your computer...

Making sounds with a piezo

Physical Computing Tutorials

...can create a small voltage, and vice versa a small voltage can create a small expanding/contracting movement. Practically this means you can use a piezo to make sounds like a simple speaker, or act as a contact microphone. In this tutorial we'll look at wi...

UE Foliage

Unreal Engine Basics Creating Virtual Worlds

...place foliage more sparsely and vice versa. Filling your landscape (optional) Adding large tree assets is usually enough to make a landscape look realistic. However, if you feel like you want to add more assets to fill out your scene, the foliage p...

How to use a relay module

Physical Computing Tutorials

... electronics and high-powered devices. It is handy when the thing y ...module means it can control 8 devices. In this tutorial, I will be ...Normally Open, Connect to the device’s positive terminal NC - Norma ...lly Closed, Connect to the device’s positive terminal Open and ...

How to control Arduino without using delay()

Physical Computing Tutorials

...f the LED is off turn it on and vice-versa: if (ledState == LOW) { ledState = HIGH; } else { ledState = LOW; } // set the LED with the ledState of the variable: digitalWrite(ledPin, ledState); } } Multiple Actuators and...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...Singleton instance of the radio driver RH_RF69 rf69(RFM69_CS, RFM69_IN ...Singleton instance of the radio driver RH_RF69 rf69(RFM69_CS, RFM69_INT); void setup() { Serial.begin(115200); //while (!Serial) delay(1); // Wait for Serial Console (comment ou...

What equipment is available?

About the Lab Frequently Asked Questions

...Samsung S8 Human Interface Devices including: Kinect 1 & 2 Leap ...n Elo Touch 10" Screen DMX Devices including: DMX Dimmer Packs ...6 USB to DMX interfaces DMX LED driver Other Microcontrollers and Single Board Computers including: MakeyMakey...

Using L293D IC for motors

Physical Computing Tutorials

...3D? The L293D is a 16-pin Motor Driver IC which can control a set of two DC motors simultaneously in any direction. The L293D is designed to provide bidirectional drive currents of up to 600 mA (per channel) at voltages from 4.5 V to 36 V. It can be extrem...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

...e display comes with an e-paper Driver HAT, so simply plug in. You may need to insert the ribbon cable (the golden one) from the display to the HAT. Gently pull up the black clip (green arrow) Insert the golden cable (red arrow, pay attention to the dire...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

...chips or sensors you like). The driver chip can 'dim' the entire displ ...l show the address of the i2c device connecting to Arduino. #includ ...er"); } void loop() { int nDevices = 0; Serial.println("Scann ...ansmission to see if // a device did acknowledge to the address...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...' (not v2) FLORA pixels, WS2811 drivers) // NEO_GRB Pixels are wired for GRB bitstream (most NeoPixel products) // NEO_RGB Pixels are wired for RGB bitstream (v1 FLORA pixels, not v2) // NEO_RGBW Pixels are wired for RGBW bitstream (NeoPix...