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

133 total results found

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 ... across large surfaces, such as walls or floors, and creating soft...

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

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 ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback log...

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 ...); lcd.setRotation(1); delay(500); // fill Display with a colo ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 #...

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 el ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb ...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...

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 Smartphont to Read NFC tag

Physical Computing Tutorials

... involving Arduino. If you only want a simple read and write funct ... how to install a library here. Types of Tag In this tutorial, we ar ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ... to read RFID Serial.println("Waiting for an NFC tag..."); } vo...

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 &amp; vegetation, or c ...e. A list of libraries and the types of models they stock can be fo...

Using NFC Tools to Read/Write NFC tag

Physical Computing Tutorials

...our project involving Arduino.. Types of Tag In this tutorial, we are 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 Write....

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

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 ... and single (=) equals signs Always be sure to use the double equ ...he ball when it bounces off the wall Move up and down instead of ...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu .... There are dozens of different types of switches and buttons, but a ...o these as it does to any other type of button or switch. Different types Rocker switch Push button Tac...

Using the serial monitor and serial logger

Physical Computing Tutorials

...ion? Serial communication is a type of communication between two de ...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...rst text field is where you can type text and press the send button ...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...del) Modulation Type GFSK FSK, GFSK, OOK ... ~1000 m (line of sight) 500 m – 1500+ m (configurable) ... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...re 434.0MHz, modulation GFSK_Rb250Fd250, +13dbM (for low power mod...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...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 ...he double forward slash (//) at the beginning o...

Connecting a Potentiometer

Physical Computing Tutorials

...e between 0V to 5V, at the half way the voltage on pin #2 would be ... 2.5V. Different types There are two main types: Rotary Potentiometers like t ...a potentiometer The most common type of potentiometer to use is a 10KΩ potentiometer, that means the res...

Variables

Python for Beginners

... result of 2. However, you may want to use a certain value more t ...s where you can store different types of data. This data could be nu ... action, we'll keep things this way for now in order to better und ..., in <module> print(my_sum) TypeError: 'int' object is not calla...

How to use a Servo Motor

Physical Computing Tutorials

... Motors in physical computing. Types of Common RC Servo Motors ... Servo Type Rotation Range Cont ...rol Type Common Use ... / Micro Servo Depends on type (limited or continuous) Same as regular ...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ....println("done\n"); } delay(5000); // Wait 5 seconds for next scan } G ... matrix.writeDisplay(); delay(500); // print a hex number m ... matrix.writeDisplay(); delay(500); // print a floating point...

Concepts

Creative Coding

A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.