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

38 total results found

How to use DFPlayer Pro to play Music

Physical Computing Tutorials

...is module, or use it as a sound card for your PC or Raspberry Pi aft ... storage removes reliance on SD card Flash Memory Su ...e durable, faster access, no SD card needed Serial Communication 9600 baud fixed 115...

3D Geometry and Parametric Design

Creative Coding Concepts

...re-requisites Download Google Cardboard app for iPhone or Android ... Graphics cards on computers work only work wi ...the software or by the graphics card itself. Read more about tessellation Parametric Design The ground of...

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 display from 1/16 brightness up to full brightness in 1/16th steps. It cannot dim individual LEDs, only the entire display at once. Wiring Wiring is simple, there are just 4 wires. GND to G...

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

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

...alogs --kiosk https://google.co.uk --incognito Create a folder called autorun inside the .config folder of the home folder of the pi user: /home/pi/.config/autorun/kiosk.desktop cd /home/pi/.config mkdir autorun kiosk.desktop [Desktop Entry] Typ...

How can I request access outside of normal hours?

About the Lab Frequently Asked Questions

...ative Technology Lab outside of normal hours by completing the Additional Access Request Form. This is form is used for all LCC technical resources and should be submitted to technical.enquiries@lcc.arts.ac.uk at least 2 weeks before the anticipated date.

How do I complete ladder training?

About the Lab Frequently Asked Questions

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.

How can I get in touch with the Creative Technology Lab?

About the Lab Frequently Asked Questions

...g creativetechnologylab@arts.ac.uk or find us on Microsoft Teams: Click here to go to our Team. Our team page has our individual staff member email addresses if you already know exactly who you need to talk to. Find out more about what we do and students p...

How to create 360 Video for the Igloo system

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

...Make sure your camera has an SD card with enough storage for your wh ...d export the files from your SD card onto a computer. View your content on the computer to ensure it has capture correctly and everything is in good order. If your content plays in a ...

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

...u need is a Raspberry Pi, an SD card, a screen and a USB stick. We a ...Pi Model Storage select the SD card Operation System - select Use custom - select the newly downloaded Video Looper Image 3. Files Format Video Looper uses the default video pl...

Using NFC Tools to Read/Write NFC tag

Physical Computing Tutorials

...annot use MIFARE Classic tag or card. Steps Download the app, it is available for both iPhone and Android. Choose Write. Add a record. URL/URI to open a link, there are other functions that you can explore. Put in your link. Hold the tag near you...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...ontactless payments, digital keycards, smart tags, and tap-to-share ...annot use MIFARE Classic tag or card. Code for Writing Data #include <Wire.h> #include <Adafruit_PN532.h> #define SDA_PIN A4 #define SCL_PIN A5 Adafruit_PN532 nfc(SDA_PIN, SCL_PIN); ...

How to send files to Raspberry Pi using SSH

Raspberry Pi Tutorials

...to the boot partition of the SD card When the Pi boots, SSH will be enabled Find Pi's IP address In Terminal, hostname -I You will see something that looks like this: 192.168.1.42, this is your pi's IP address File Transfer 1. From Your Computer → Rasp...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...Pi Model Storage select the SD card Operation System - select Emulation and game OS - select RetroPie - select your Pi model Your Pi is now an emulator ready to go! 2. Controller Configuration RetroPie can support a range of controllers and even ar...

How to export your p5.js as a video

Creative Coding Tutorials

...access your camera as a capture card. Custom Library The first step we need to take is to download the custom library for this process. This library can be found at the following Moodle link . Following that link will automatically download a src.zip fol...