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

8 total results found

(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...

Using the serial monitor and serial logger

Physical Computing Tutorials

... this problem is to include two fake piece of data which are the minimum and maximum of your data range, by modifying the Serial.println() to: Serial.println( ",0,1023" ); In this case the minimum is 0, and because analogRead's on most Arduinos are on...

Workshop exercise: Clone, commit, pull, push

Games Workshop: Version Control for Games Design

...this@example.com Replacing the fake email with your real one. Mine would look like this: git config --global user.email d.hamwood@lcc.arts.ac.uk Cloning the project Now git knows who we are, we need to navigate to the folder we want to put the document...

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

... Install Oculus Quest 2 ADB Drivers (if needed): If your computer ... need to install the Oculus ADB Drivers. The drivers can be installed through the Oculus Development Hub or separately from the Oculus website. Build and Run the VR App: In U...

What equipment is available?

About the Lab Frequently Asked Questions

...6 USB to DMX interfaces DMX LED driver Other Microcontrollers and Single Board Computers including: MakeyMakey Raspberry Pi Pico Raspberry Pi 3/4/5 Arduino (various models) Feather Board Bare Conductive Board Sensors including: Load Cell Colour Sen...

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...

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...