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

157 total results found

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

... is only performed once. If we want to perform a conditional oper ... background(128); ellipse(50, 225, 20, 20); ellipse(100, ...225, 20, 20); ellipse(150, 225, 20, 20); ellipse(200, ...225, 20, 20); ellipse(250, 225, 20, 20); ellipse(300, ...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

..., we will explore the different types of lighting in Unreal Engine a ...ject. There are 5 different types of lights within Unreal Engine ...lighting across the scene. This type of lighting is primarily used t ...ate realistic day-night cycles. 2) Point Lights: Point lights emi...

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 Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please ...an animation ready to use. What type of animation will be suitable t ...s Lower the framerate to 10 or 12 fps Export the video to jpg se ...port logging import random from waveshare_epd import epd7in5_V2 im...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

...Display? A TFT LCD display is a type of screen that uses Thin-Film T ... one of the most common display types found in devices like smartpho ... will be using Nano 33 Sense Rev2. Wiring Wiring up the sensor is ...); void setup(void) { lcd.init(240, 240, SPI_MODE2); lcd.setRot...

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 el ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspberry Pi 3 and Python as ...ub git clone https://github.com/waveshare/e-Paper.git Go to the D ...minal or use a Python-based software such as Visual Studio or Thon...

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

... more flexible screens. If you want to use the display for animat ... will be using Nano 33 Sense Rev2. OLED vs LCD OLED vs LC ...elvetica Neue", Arial; padding: 24px; background:#fafafa; color:# ...ground: #fff; box-shadow: 0 6px 20px rgba(20,20,30,0.06); border-...

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

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

...ing a VR app for the Meta Quest 2 from Unreal Engine involves a s ... Enable Developer Mode on Quest 2: On your Meta Quest 2, navigate to Settings > Oculus ...Quest 2 > More Settings > Developer Mod ...rting point for your Meta Quest 2 project. Configure Proje...

Week 2 - Animation, conditionals & random numbers

Creative Coding Workshop: Introduction to Creative Coding

... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...mments at the beginning of line 20 and reload your browser Anim ... axis rect(positionX, height/2, 10, 10); // Increase the ...

Transporter - 270 Projection Area

270 Projection Space

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...ing an iPhone to tap on the NTAG203 to open up a link. This tutor ... involving Arduino. If you only want a simple read and write funct ...ry We will be using DFRobot PN532 module, please refer to this tu .... We will be using Adafruit_PN532 library, we have a tutorial on ...

Adding content - 3D model from the internet

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

...e. A list of libraries and the types of models they stock can be fo ...? Depending on the model you want you might need to look for it ...ly stock models of a particular type - plants & vegetation, or c ...e. A list of libraries and the types of models they stock can be fo...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...braries going back to the early 2000s. It is supported by the Pro ...or expertise, you will almost always encounter bugs. Writing code ... code is meant to be doing. The way we do this is by adding commen ...s. Comments can be added in two ways: Single line commentUsing t...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

... UART-based modules like the APC220, the RFM69HCW offers SPI commu ...s tutorial. Differences from APC220 Feature ...APC220 RFM69HCW ...del) Modulation Type GFSK FSK, GFSK, OOK...

Hello World

Python for Beginners

...ose a file name and select the "type" of Python file you want PyCharm to create. For this e ...le hello.py and choose the file type as "Python file." While this mi ...n PyCharm offers the other file types. Press Enter, and a new Pytho ...print(), we provide the text we want Python to print. This text mu...

Using NFC Tools to Read/Write NFC tag

Physical Computing Tutorials

...our project involving Arduino.. Types of Tag In this tutorial, we ar ...e using NTAG203, NTAG215 or NTAG216 should work fine as well. You cannot use MIFARE Classic tag or card. Steps Download the app, it is available for both iPhone and Android. Choose Wr...