Advanced Search
Search Results
141 total results found
Types of Lighting and Lighting Mobility
..., 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...
3D Geometry and Parametric Design
...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...ain generative design. Below is a screenshot of the s...
Pi War 2024 Log
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
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...
How to use Waveshare E-Paper Display with Raspberry Pi
What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an el ...ectronic ink (e-ink) screen designed for low-power, high-visibilit ... 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...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Using Smartphont to Read NFC tag
... 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
...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...
Using a Joy-IT TFT LCD Display
...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 ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 # ...ft.print(p, 6); tft.println(" Want pi?"); tft.println(" "); ...
Using NFC Tools to Read/Write NFC tag
...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
...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...
How to connect a push button or switch
...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...
Week 3 - Iteration, arrays, objects and pixel arrays
... is only performed once. If we want to perform a conditional oper ...vidually. The array itself is a type of variable and it stores other ...riables can be used in the same way as you use any other variable. ... useful since you can store any type of data inside, including integ...
Useful learning resources
...ML & CSS Book - A book aimed at designers introducing concepts within ...with-p5-js/info - Programming Design Systems / Printing Code A cour ...se that intersects graphic design and programming run by Rune Mad ...h tutorials: https://programmingdesignsystems.com/ - HTML & CSS http...
Web App Template for Beginners
... Frontend is usually for UI and design and runs on browser, on user’s ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...ties/Terminal. On command line, type cd. Then in Finder, select "exa ...like this: 7) On command line, type npm init. Answer the questions ...
Connecting a Potentiometer
...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
... 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...