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

121 total results found

Pi War 2024 Log

Raspberry Pi

Documentation of Pi War 2024 Pi Wars is an international, challeng ...ight, and the other controls forward and backwards. Problems with batteries Thi ... print("Hello.") def right_forward(): motor1a.value(0) m ... motor2b.value(1) def left_forward(): motor2a.value(0) m...

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an elect ...ronic ink (e-ink) screen designed for low-power, high-visibi ...lity applications. These displays mimic the appearance ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please fol ...p the basic. This tutorial assumes you already have an animation r ...tion, as the display is not refreshing very fast. Short animation ...paration - Adobe Premiere Pro Resize the resolution to fit the di...

8th Wa...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explaining the UI and different panels in Spark AR

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

... more flexible screens. If you want to use the display for animat ...y misbehave. 3.3V Arduino includes Due, Zero, Nano 33 and MKR series. In this tutorial, we will be u ...mits its own light (organic diodes). Requires an external backlight (usually ...

Interaction Toolkit Essentials

VR tutorials - Unity

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

Outcomes Iteration using while and for ...a is stored in pixel arrays Accessing the webcam Supporting cod ... the code and unzip it on your desktop. The code is also availabl ... website. During this workshop session we will be using the follow...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

What is Digital Input Pull-Up resistor? In Arduino, a Digital Inp ...ut Pull-Up Resistor is an internal resistor that you can enable on dig ... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

Outcomes Set up development environmen ...t Understand the principles of locating points on screen D ...rawing shapes Understanding additive colour ...te shape or colour using variables What is p5.js? During this s ...eries of workshops you will be using ...

Variables

Python for Beginners

Introduction to Variables To start, let's create a new Py ...thon file called "variables." This can be done by going to ...re, you'll need to specify the desired filename in the window that ... I've gone with the name variables.py. With our newly created vari...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

Outcomes Understand variables and how to use them Understand ...control code flow Using variables for animation Using random num ...bers Mapping values from one range to another Sup ... the code and unzip it on your desktop. The code is also availabl...

Unity for Beginners Workshop

Unity

...g Unity whilst creating an interesting 3D environment. Before att ... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ...l focusing on Unity essentials. Task 3 - Thinking abou ...t an interesting environment you would like ... and prepare all the assets you want to use (Images and sound file...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

There are many online libraries where you can download pre-exis ...within your project. The libraries range from online repositories for museums and public institut ...ions to marketplaces where 3D artists can sell model ...ave created for use in video games, medical animation, architectur...

How to use MatrixPortal M4

Physical Computing Tutorials

...ment board created by Adafruit designed to control RGB LED matrices. It is equipped with an ATSAMD5 ...-in Wi-Fi support thanks to the ESP32 coprocessor. Here are some key features of the MatrixPortal M4: Microc ...roller: ATSAMD51, Cortex M4 processor running at 120 MHz. Coproces...

An Introduction to 2D in Unity 5

...nity3d.com/get-unity/download Resources The difference between 2D &am ...ange layout If you're layout doesn't look like this then select l ...ect. You can do this one of two ways: Option 1: On the menu ba ...ill run once per frame. We can test this using Debug.Log() for now...

Raspberry Pi Image: Retropie for Reviving Vintage Games

Raspberry Pi Raspberry Pi Image

...home console, and classic PC games with the minimum set-up. Learn ...ie image and add additional software later. It's up to you. We are ...d any button on your device. Press the buttons on your controller ...ccordingly, one by one. If you want to skip any button configurat...

Hello World

Python for Beginners

...t the "type" of Python file you want PyCharm to create. For this e ...yCharm offers the other file types. Press Enter, and a new Python file n ...its creation by checking the files listed in the project tool wind ...print(), we provide the text we want Python to print. This text mu...