Advanced Search
Search Results
122 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...
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...
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 use Waveshare E-Paper Display with Raspberry Pi
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)
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 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...
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...
How to use a Servo Motor
... 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 ...
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...
Controlling an actuator with a N-channel Mosfet
...r Field-Effect Transistor) is a type of transistor used to switch or ...ing the level of current flow). Types There are two main types of MOSFETs, we will be using a N-channel Mosfet in this tutorial.e N-channel MOSFETs: These conduct when a positive volt...
How to use a rotary encoder
...ncoders a key component in many types of control systems. Wiring Di ...tion the encoder has moved. Key Types of Rotary Encoders Incremental ...aft angle. This allows you to always know the exact position, even after power is cycled. Applications: Industri...
Web App Template for Beginners
...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 ... tutorial on step 5. When done, type npm install express. This insta...
UE Installation and Set-up
...gine page. Select the license type that best matches how you inten ...d to use UE. There are two types of licenses available: Publi ...tors, if you plan to make other types of content. You can learn m ...that corresponds to the license type you selected. This will downloa...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command, and then press Enter ... the "Hidden Items" checkbox). Type git status and press Enter - yo ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git...
How to connect a Push Button with Digital Input Pull-Up resistor
... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.