Advanced Search
Search Results
157 total results found
Week 1 - Coordinates, shapes and colour
...braries going back to the early 2000s. It is supported by the Pro ...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...
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 ... Servo 0°–180° (sometimes 270°) Angular position (PWM ... / Micro Servo Depends on type (limited or continuous) S...
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 ... will be using Nano 33 Sense Rev2. Wiring Wiring up the sensor is ...); void setup(void) { lcd.init(240, 240, SPI_MODE2); lcd.setRot...
Connecting a Potentiometer
... pin #1 and #3, the middle pin #2 is called the wiper, and by act ...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 ...be tricky identifying pins #1, #2, and #3 (more on this later). A...
Web App Template for Beginners
... one yet. I like Visual Studio. 2) Create a folder for your proje ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of this excellent tutorial by ...ties/Terminal. On command line, type cd. Then in Finder, select "exa ...like this: 7) On command line, type npm init. Answer the questions ...
AR with Unity - Step #1 - Development environment setup
...s Download and install Unity 2019.2.0f1. Previous versions might a ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions b ... when you start running the software. About the Vuforia Engin ...e As of 2017.2, Unity integrates the Vufo...
How to use Grove Serial Bluetooth v3.0
...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...
Using a Monochrome 1.3" 128x64 OLED display
...will be using Adafruit SSD1306 128 x 64 OLED with I2C communication. It can support ... must be soldered 'closed' for I2C to work! Wiring Wiring up th ...D1306.h> #define SCREEN_WIDTH 128 // OLED display width, in pixe ...n SSD1306 display connected to I2C (SDA, SCL pins) // The pins fo...
Radio Communication: How to use RFM69HCW Radio Data Module
... UART-based modules like the APC220, the RFM69HCW offers SPI commu ...s tutorial. Differences from APC220 Feature ...APC220 RFM69HCW ...del) Modulation Type GFSK FSK, GFSK, OOK...
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...
Steam VR setup Tutorial #1 - Player camera setup
...Mounted Display) Using Steam VR 2.2 plugin. Please notice that thi ...s Download and install Unity 2018.2.21f1. More recent versions might ... also work, this tutorial was made using Unity 2018.2.21f1 Create a Unity personal ... when you start running the software. Download and install St...
How to use a rotary encoder
...ncoders a key component in many types of control systems. Wiring Di ...emental Rotary Encoder, YUMO E6B2-CWZ3E, the colours referred to ...(Brown) - 5V A switch (Black) - 2 B switch ( White ) - 3 Gettin ...tion the encoder has moved. Key Types of Rotary Encoders Incremental...
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 N ...ring one pin to GND one pin to 2 Getting started void setup() ... { pinMode(2, INPUT_PULLUP); // Internal pul ... int buttonState = digitalRead(2); Serial.println(buttonState)...
Unity for Beginners Workshop
...Task 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...all Unity Installing Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...
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...
What are GPIO pins on Raspberry Pi?
...ges such as Python and Scratch. 2. Board numbering Board numberin ...unique functions, such as GPIO 02 and GPIO 03 are also the pins o ...utton(3) leds = gpzero.LEDBoard(26,16,20,21) # functions to control behav ... counter = 0 def binary2lights(showThis): leds.value...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...is now an emulator ready to go! 2. Controller Configuration Retro ...is not supported at the moment(02/2024). You will see the Welcome pag ...ccordingly, one by one. If you want to skip any button configurat...
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...