Advanced Search
Search Results
160 total results found
Week 3 - Iteration, arrays, objects and pixel arrays
..._and_loops/ 12_iteration_02/ 13_loops_and_arrays/ 14_pixel_arr ... is only performed once. If we want to perform a conditional oper ... setup() { createCanvas(400, 300); } function draw() { ...e(250, 225, 20, 20); ellipse(300, 225, 20, 20); ellipse(350...
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
...g an iPhone to tap on the NTAG203 to open up a link. This tutoria ... involving Arduino. If you only want a simple read and write funct ...ary We will be using DFRobot PN532 module, please refer to this t ...l. We will be using Adafruit_PN532 library, we have a tutorial on...
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 ...C-LCD01 with SPI communication. 3.3V Logic A lot of LCD displays ha ...ve a logic level of 3.3V, including SBC-LCD01. If you...
3D Geometry and Parametric Design
...ing with a method of generating 3D meshes from 2D images based on ...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...re creating generative 3D meshes and also the challenge ...
Using NFC Tools to Read/Write NFC tag
...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...
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...
Radio Communication: How to use RFM69HCW Radio Data Module
...ent versions, we are using the 433 MHz version in this tutorial. D ... Operating Frequency 433 MHz 433 / 868 / 915 MHz (depending on m ...del) Modulation Type GFSK FSK, GFSK, OOK ... 1200 – 19200 bps Up to 300 kbps Encrypti...
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 2 - Animation, conditionals & random numbers
... 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 ...g(rectArea); // This will write 35 to the console. In this exa ...me examples:"Hello, World" 12 3.141592 Here are some practic...
Web App Template for Beginners
...e_app” in you Documents folder. 3) For Visual Studio: Open exampl ...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 ...
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 ...Continuous Rotation Servo 360° (infinite) Speed & dir ... / Micro Servo Depends on type (limited or continuous) S...
Connecting a Potentiometer
...istive area between pin #1 and #3, the middle pin #2 is called th ...he voltage between pins #1 and #3. For example if you have Ground ... (0V) on pin #1, and 5V on pin #3, you could select a voltage bet ...ween 0V to 5V, at the half way the voltage on pin #2 would be...
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 ...me solutions. Where we assign 1234 to a variable called print, it ... action, we'll keep things this way for now in order to better und...
Unity for Beginners Workshop
... whilst creating an interesting 3D environment. Before attending ... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ...using on Unity essentials. Task 3 - Thinking about an interesting ... and prepare all the assets you want to use (Images and sound file...
Combining codes & circuits
...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ... to retype this long string of text multip ...if statement is the most common way to make a simple interaction b...
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 ...o GND via 1k resistor & to Pin 13 Power Supply(+) to actuator(+) ...al device. #define actuatorPin 13 void setup() { pinMo...
How to use a rotary encoder
...ncoders a key component in many types of control systems. Wiring Di ...al Rotary Encoder, YUMO E6B2-CWZ3E, the colours referred to below ...Black) - 2 B switch ( White ) - 3 Getting started The encoder p ...tion the encoder has moved. Key Types of Rotary Encoders Incremental...