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

177 total results found

Using a Joy-IT 1.3" 128x64 OLED display

Physical Computing Tutorials

What is the OLED display? An OLED display (Organic Light-Emitting Diode display) is a screen technology wh ... more flexible screens. If you want to use the display for animation, please refe ... tutorial. 3.3V Logic This OLED displays have a logic level of 3.3...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please follow the previou ...an animation ready to use. What type of animation will be suitable t ...o display on E-Paper Black and Whi ...te, as the display we have in stock is Black ...as hand-drawn animation, as the display is not refreshing very fas...

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 electronic ink (e-in ...-visibility applications. These displays mimic the appearance of t ...raditional ink on paper, making them ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...is article, we will explore the different types of lighting in Unreal Engine a ...y in a project. There are 5 different types of lights within Unreal Engine .... 1) Directional Lights: Directional lighting represents an ... infinitely distant light source, simulating t...

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

8th Wa...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explainin ...g the UI and different panels in Spark AR

Using a Monochrome 1.3" 128x64 OLED display

Physical Computing Tutorials

What is the OLED monochrome display? The OLED monochrome display is a small (tiny) and high ...-readability display. It is useful for displaying data, e.g. weather info ...port SPI communication as well. Display Configuration If you have ... Getting started This code will display two bitmap images at inter...

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 Input Pull-Up Resistor is ...resistor that you can enable on digital input pins to ensure a kno ... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

...s and arrays together Understanding and using JavaScript objects ... Understanding how colour data is stored in ... code is also available to view directly on Github's website. Duri ... be using the following project directories: 11_iteration_and_loo...

Adding content - 3D model from the internet

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

...eated for use in video games, medical animation, architectural vis ...e. A list of libraries and the types of models they stock can be fo ...el are you looking for? Depending on the model you want you might need to look for it ...ly stock models of a particular type - plants & vegetation, or c...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

What is the TFT LCD Display? A TFT LCD display is a type of screen that uses Thin-Film T ... the pixels of a Liquid Crystal Display (LCD). It is one of the mo ...st common display types found in devices like smartpho ...cation. 3.3V Logic A lot of LCD displays have a logic level of 3.3...

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...04? The HC-SR04 is a ultrasonic distance sensor, it uses ultrasoun ...if the ping sound is reflected away from the sensor by an a divergent (not parallel) surface, ...no measurement. There are other types of distance sensors that are more acc ...5V) Ground (GND to GND) Echo to digital pin 12 Trigger to digital ...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...connection as one of the most rudimentary forms of sensor you can ...an Arduino. 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 ...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...y used in contactless payments, digital keycards, smart tags, and ... 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)...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

...d be blinking now. 3. Understanding the Code First, you will see ...ggested, it will loop forever. digitalWrite(LED_BUILTIN, HIGH); ...to this component, LED_BUILTIN, digitally, which means on or off o ...e light stays on for 1 second. digitalWrite(LED_BUILTIN, LOW); Ag...

Importing 3D content from different sources

Spark AR

Variables

Python for Beginners

... ints. Consider a basic task: adding two whole numbers using Pytho ... result of 2. However, you may want to use a certain value more t ...beled boxes where you can store different types of data. This data could be nu ...d a sum of two integers like we did before, except this time we ar...